[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-documentdb-query-optimization":3,"mdc--ovynr2-key":35,"related-org-azure-documentdb-query-optimization":128,"related-repo-azure-documentdb-query-optimization":305},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"documentdb-query-optimization","optimize Azure DocumentDB queries and pipelines","Query and aggregation-pipeline optimization rules for Azure DocumentDB — using `explain(\"executionStats\")` to verify index usage and avoid `COLLSCAN`. Use when reviewing a specific query, diagnosing a slow query, or validating that an index is actually being used. For full index-design workflow, see the `documentdb-query-optimizer` skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,17,18,21],{"name":14,"slug":15,"type":16},"Performance","performance","tag",{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"Database","database",{"name":22,"slug":23,"type":16},"Debugging","debugging",5,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fdocumentdb-agent-kit","2026-07-15T06:02:43.856635","MIT",7,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"Agent Skills pack for Azure DocumentDB (MongoDB compatibility) - vector search, full-text search, query optimization, connection tuning, local deployment, security, HA, and MCP setup.","https:\u002F\u002Fgithub.com\u002FAzure\u002Fdocumentdb-agent-kit\u002Ftree\u002FHEAD\u002Fskills\u002Fquery-optimization","---\nname: documentdb-query-optimization\ndescription: Query and aggregation-pipeline optimization rules for Azure DocumentDB — using `explain(\"executionStats\")` to verify index usage and avoid `COLLSCAN`. Use when reviewing a specific query, diagnosing a slow query, or validating that an index is actually being used. For full index-design workflow, see the `documentdb-query-optimizer` skill.\nlicense: MIT\n---\n\n# Query & Aggregation Optimization — Azure DocumentDB\n\nBest-practice rules for writing queries that can actually use indexes. For the full diagnostic workflow (explain output interpretation, ESR compound index design, covered queries, anti-patterns), see the `documentdb-query-optimizer` skill.\n\n## Rules\n\n- [query-explain-plan](query-explain-plan.md) — Use `explain(\"executionStats\")` to verify index usage; watch `keysExamined` \u002F `docsExamined` vs `nReturned`; avoid `COLLSCAN`.\n",{"data":36,"body":37},{"name":4,"description":6,"license":27},{"type":38,"children":39},"root",[40,49,64,71],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"query-aggregation-optimization-azure-documentdb",[46],{"type":47,"value":48},"text","Query & Aggregation Optimization — Azure DocumentDB",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":47,"value":54},"Best-practice rules for writing queries that can actually use indexes. For the full diagnostic workflow (explain output interpretation, ESR compound index design, covered queries, anti-patterns), see the ",{"type":41,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"documentdb-query-optimizer",{"type":47,"value":63}," skill.",{"type":41,"tag":65,"props":66,"children":68},"h2",{"id":67},"rules",[69],{"type":47,"value":70},"Rules",{"type":41,"tag":72,"props":73,"children":74},"ul",{},[75],{"type":41,"tag":76,"props":77,"children":78},"li",{},[79,86,88,94,96,102,104,110,112,118,120,126],{"type":41,"tag":80,"props":81,"children":83},"a",{"href":82},"query-explain-plan.md",[84],{"type":47,"value":85},"query-explain-plan",{"type":47,"value":87}," — Use ",{"type":41,"tag":56,"props":89,"children":91},{"className":90},[],[92],{"type":47,"value":93},"explain(\"executionStats\")",{"type":47,"value":95}," to verify index usage; watch ",{"type":41,"tag":56,"props":97,"children":99},{"className":98},[],[100],{"type":47,"value":101},"keysExamined",{"type":47,"value":103}," \u002F ",{"type":41,"tag":56,"props":105,"children":107},{"className":106},[],[108],{"type":47,"value":109},"docsExamined",{"type":47,"value":111}," vs ",{"type":41,"tag":56,"props":113,"children":115},{"className":114},[],[116],{"type":47,"value":117},"nReturned",{"type":47,"value":119},"; avoid ",{"type":41,"tag":56,"props":121,"children":123},{"className":122},[],[124],{"type":47,"value":125},"COLLSCAN",{"type":47,"value":127},".",{"items":129,"total":304},[130,149,168,187,202,217,230,245,256,268,279,292],{"slug":131,"name":131,"fn":132,"description":133,"org":134,"tags":135,"stars":146,"repoUrl":147,"updatedAt":148},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[136,137,140,143],{"name":11,"slug":8,"type":16},{"name":138,"slug":139,"type":16},"Compliance","compliance",{"name":141,"slug":142,"type":16},"Governance","governance",{"name":144,"slug":145,"type":16},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":150,"name":150,"fn":151,"description":152,"org":153,"tags":154,"stars":165,"repoUrl":166,"updatedAt":167},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[155,156,159,162],{"name":11,"slug":8,"type":16},{"name":157,"slug":158,"type":16},"Deployment","deployment",{"name":160,"slug":161,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":163,"slug":164,"type":16},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":169,"name":169,"fn":170,"description":171,"org":172,"tags":173,"stars":184,"repoUrl":185,"updatedAt":186},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[174,177,178,181],{"name":175,"slug":176,"type":16},"API Development","api-development",{"name":11,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"Code Review","code-review",{"name":182,"slug":183,"type":16},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":188,"name":188,"fn":189,"description":190,"org":191,"tags":192,"stars":184,"repoUrl":185,"updatedAt":201},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[193,194,195,198],{"name":11,"slug":8,"type":16},{"name":157,"slug":158,"type":16},{"name":196,"slug":197,"type":16},"SDK","sdk",{"name":199,"slug":200,"type":16},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":203,"name":203,"fn":204,"description":205,"org":206,"tags":207,"stars":184,"repoUrl":185,"updatedAt":216},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[208,209,212,215],{"name":11,"slug":8,"type":16},{"name":210,"slug":211,"type":16},"GitHub","github",{"name":213,"slug":214,"type":16},"Project Management","project-management",{"name":196,"slug":197,"type":16},"2026-07-12T08:17:38.345387",{"slug":218,"name":218,"fn":219,"description":220,"org":221,"tags":222,"stars":184,"repoUrl":185,"updatedAt":229},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[223,224,227,228],{"name":11,"slug":8,"type":16},{"name":225,"slug":226,"type":16},"CI\u002FCD","ci-cd",{"name":157,"slug":158,"type":16},{"name":196,"slug":197,"type":16},"2026-07-12T08:17:34.27607",{"slug":231,"name":231,"fn":232,"description":233,"org":234,"tags":235,"stars":184,"repoUrl":185,"updatedAt":244},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[236,237,238,241],{"name":175,"slug":176,"type":16},{"name":11,"slug":8,"type":16},{"name":239,"slug":240,"type":16},"OpenAPI","openapi",{"name":242,"slug":243,"type":16},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":246,"name":246,"fn":247,"description":248,"org":249,"tags":250,"stars":184,"repoUrl":185,"updatedAt":255},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[251,252,253,254],{"name":11,"slug":8,"type":16},{"name":225,"slug":226,"type":16},{"name":196,"slug":197,"type":16},{"name":199,"slug":200,"type":16},"2026-07-12T08:17:37.08523",{"slug":257,"name":257,"fn":258,"description":259,"org":260,"tags":261,"stars":184,"repoUrl":185,"updatedAt":267},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[262,265,266],{"name":263,"slug":264,"type":16},"LLM","llm",{"name":14,"slug":15,"type":16},{"name":242,"slug":243,"type":16},"2026-07-12T08:17:42.080413",{"slug":269,"name":269,"fn":270,"description":271,"org":272,"tags":273,"stars":184,"repoUrl":185,"updatedAt":278},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[274,275,276,277],{"name":11,"slug":8,"type":16},{"name":225,"slug":226,"type":16},{"name":22,"slug":23,"type":16},{"name":196,"slug":197,"type":16},"2026-07-12T08:17:40.821512",{"slug":280,"name":280,"fn":281,"description":282,"org":283,"tags":284,"stars":184,"repoUrl":185,"updatedAt":291},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[285,286,287,290],{"name":11,"slug":8,"type":16},{"name":138,"slug":139,"type":16},{"name":288,"slug":289,"type":16},"Process Optimization","process-optimization",{"name":242,"slug":243,"type":16},"2026-07-12T08:17:32.970921",{"slug":293,"name":293,"fn":294,"description":295,"org":296,"tags":297,"stars":184,"repoUrl":185,"updatedAt":303},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[298,299,302],{"name":182,"slug":183,"type":16},{"name":300,"slug":301,"type":16},"Plugin Development","plugin-development",{"name":242,"slug":243,"type":16},"2026-07-12T08:17:35.873862",109,{"items":306,"total":402},[307,326,336,351,362,374,387],{"slug":308,"name":308,"fn":309,"description":310,"org":311,"tags":312,"stars":24,"repoUrl":25,"updatedAt":325},"documentdb-azure-deployment","deploy Azure DocumentDB clusters","Deploy an Azure DocumentDB cluster (`Microsoft.DocumentDB\u002FmongoClusters`) end-to-end — Bicep (primary), Azure CLI one-shot, Terraform, or portal. Covers resource-group creation, cluster parameters (tier, storage, server version, sharding, HA), firewall rule configuration, retrieving the connection string, and teardown. Use when the user asks to provision, create, deploy, or spin up an Azure DocumentDB cluster, or wants infrastructure-as-code for one.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[313,314,317,320,321,322],{"name":11,"slug":8,"type":16},{"name":315,"slug":316,"type":16},"Bicep","bicep",{"name":318,"slug":319,"type":16},"CLI","cli",{"name":19,"slug":20,"type":16},{"name":157,"slug":158,"type":16},{"name":323,"slug":324,"type":16},"Terraform","terraform","2026-07-12T08:18:56.861159",{"slug":327,"name":327,"fn":328,"description":329,"org":330,"tags":331,"stars":24,"repoUrl":25,"updatedAt":335},"documentdb-connection","configure MongoDB connections for DocumentDB","Optimize MongoDB client connection configuration (pools, timeouts, patterns) for Azure DocumentDB. Use this skill when working on functions that instantiate or configure a MongoDB client (e.g., calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing connection-related performance issues. Includes scenarios like building serverless functions, creating API endpoints, optimizing high-traffic applications, or debugging connection failures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[332,333,334],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},"2026-07-12T08:18:49.875358",{"slug":337,"name":337,"fn":338,"description":339,"org":340,"tags":341,"stars":24,"repoUrl":25,"updatedAt":350},"documentdb-data-modeling","design Azure DocumentDB data models","Data modeling patterns for Azure DocumentDB — embed vs reference, 16 MB document limit, denormalization for read-heavy workloads, schema versioning. Use when designing new schemas, reviewing existing data models, migrating from SQL, deciding between embedding and referencing, modeling one-to-one \u002F one-to-many \u002F many-to-many relationships, or troubleshooting document-size and query-performance problems that stem from the data model.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[342,343,346,347],{"name":11,"slug":8,"type":16},{"name":344,"slug":345,"type":16},"Data Modeling","data-modeling",{"name":19,"slug":20,"type":16},{"name":348,"slug":349,"type":16},"MongoDB","mongodb","2026-08-01T05:42:33.42955",{"slug":352,"name":352,"fn":353,"description":354,"org":355,"tags":356,"stars":24,"repoUrl":25,"updatedAt":361},"documentdb-driver","implement Azure DocumentDB driver best practices","MongoDB driver and SDK best practices for Azure DocumentDB — singleton `MongoClient`, connection reuse, connection-pool fundamentals. Use when writing code that instantiates a MongoDB client, reviewing driver initialization, or diagnosing connection-related bugs. For full connection-pool tuning (serverless vs OLTP vs OLAP, timeouts, retries), see the `documentdb-connection` skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[357,358,359,360],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":348,"slug":349,"type":16},{"name":196,"slug":197,"type":16},"2026-07-12T08:18:42.136316",{"slug":363,"name":363,"fn":364,"description":365,"org":366,"tags":367,"stars":24,"repoUrl":25,"updatedAt":373},"documentdb-full-text-search","implement full-text search in Azure DocumentDB","Full-text search best practices for Azure DocumentDB using the `createSearchIndexes` command and `$search` aggregation stage — BM25 keyword scoring, fuzzy search (`maxEdits`), phrase search with `slop`, custom analyzers (keyword + lowerCase + asciiFolding + edgeGram) for prefix \u002F ID matching, `pathHierarchy` tokenizer for hierarchical IDs, multi-field search indexes, and hybrid (BM25 + vector) retrieval via Reciprocal Rank Fusion. Use when building search experiences, adding typo tolerance, matching phrases or prefixes on IDs \u002F SKUs \u002F part numbers, or combining lexical and semantic retrieval on the same collection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[368,369,370],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":371,"slug":372,"type":16},"Search","search","2026-07-15T06:02:41.270913",{"slug":375,"name":375,"fn":376,"description":377,"org":378,"tags":379,"stars":24,"repoUrl":25,"updatedAt":386},"documentdb-high-availability","configure high availability for DocumentDB","High availability, business-continuity, and disaster-recovery best practices for Azure DocumentDB — enabling in-region HA with availability zones (99.99% SLA), adding active-passive cross-region replica clusters (99.995% SLA), and understanding automatic backup retention. Use when designing production topology, planning failover, provisioning DR, picking regions, or reviewing cluster architecture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[380,381,382,385],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":383,"slug":384,"type":16},"Operations","operations",{"name":14,"slug":15,"type":16},"2026-07-12T08:18:53.654505",{"slug":388,"name":388,"fn":389,"description":390,"org":391,"tags":392,"stars":24,"repoUrl":25,"updatedAt":401},"documentdb-indexing","select and shape Azure DocumentDB indexes","Index-type selection and shape guidance for Azure DocumentDB — when to use single-field, compound (ESR), multikey, wildcard, hashed, 2dsphere, TTL, and vector indexes; query-pattern → index-shape cookbook; per-collection index budget; DocumentDB-specific preference for `textSearch` over community `$text`. Use when designing or reviewing indexes, choosing an index type for a query pattern, or deciding whether an additional index is worth the write cost.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[393,394,397,398],{"name":11,"slug":8,"type":16},{"name":395,"slug":396,"type":16},"Cosmos DB","cosmos-db",{"name":19,"slug":20,"type":16},{"name":399,"slug":400,"type":16},"NoSQL","nosql","2026-07-12T08:18:44.753904",17]