4.0.0 • Published 5 months ago

@azure/cosmos v4.0.0

Weekly downloads
72,177
License
MIT
Repository
github
Last release
5 months ago

Microsoft Azure Cosmos JavaScript SDK

This project provides JavaScript & Node.js SDK library for SQL API of Azure Cosmos Database Service. This project also includes samples, tools, and utilities.

latest npm badge Build Status Build Status

// JavaScript
const cosmos = require("@azure/cosmos");
const CosmosClient = cosmos.CosmosClient;

const endpoint = "[hostendpoint]"; // Add your endpoint
const masterKey = "[database account masterkey]"; // Add the masterkey of the endpoint
const client = new CosmosClient({ endpoint, auth: { masterKey } });

const databaseDefinition = { id: "sample database" };
const collectionDefinition = { id: "sample collection" };
const documentDefinition = { id: "hello world doc", content: "Hello World!" };

async function helloCosmos() {
  const { database: db } = await client.databases.create(databaseDefinition);
  console.log("created db");

  const { container } = await db.containers.create(collectionDefinition);
  console.log("created collection");

  const { body } = await container.items.create(documentDefinition);
  console.log("Created item with content: ", body.content);

  await db.delete();
  console.log("Deleted database");
}

helloCosmos().catch(err => {
  console.error(err);
});

Useful links

Need Help?

Tweet us with #CosmosDB and we'll respond on Twitter. Be sure to check out the Microsoft Azure Developer Forums on MSDN or the Developer Forums on Stack Overflow if you have trouble with the provided code.

Contribute Code or Provide Feedback

For our rules and guidelines on contributing, please see Microsoft's contributor guide.(https://docs.microsoft.com/en-us/contribute/).

For information on how build and test this repo, please see ./dev.md.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

neudesic-chatbot-frameworkneudesic-chatbot-framework-v3@brewdatportal/dbhelpersormas-comloguf-server-azure-functionsce-auditpc-auditlog-a@project-carbon/sharedvh_component_test_copypc-versionhistory-spc-rulesengine-sjpc-rulesengine-sppc-auditlog-spc-notifications-spc-notifications-sh@cocs/commondha-cms-clientbun-common@everything-registry/sub-chunk-107forms-services-common@cae-cobalt/cae-webflow-library@walmartlabs/cookie-cutter-azure@vurtnec/azure-database@srascar/galaxy-migrationsencodeagent-helper-service@theagilemonkeys/framework-provider-azure-infrastructure@terryweiss/cosmostream@roopakv/sarif-web-component@adearriba/shopify-app-session-storage-cosmosdbexpress-session-cosmosdbfastify-cosmosdb@abouroubi/azure-database@aaronpowell/graphql-cosmosdb-subscriptions@aaxis/azure-database@ayitechnologies/housekeepercommonapimatic@azberry/az-simplemoleculer-db-adapter-cosmos@effect-app/infrada-cosmoscbops@digitallinguistics/db@dinohorvat/azure-database@dinohorvat/azure-dbnestjs-azure-cosmos@exabugs/da-cosmosmashuply-apidouhub-helper-datadouhub-helper-resourcedouhub-helper-searchdouhub-helper-servicemirbot@blackie-ops/cosmosdb@br-js/node-cosmosdb@brewdatportal/cosmosazu-js@foxmn/azure-databasenode-cosmoslemon-core-v4-azuredigicust_helpersn8n-nodes-no-pain-no-gain-package@cocs/shared@cloudnativegbb/cosmos-odmclient-controll-cosmoscommon-clsbot-solutions@conversationlearner/sdkbotbuilder-azurecorewar-hills-servicecosmos-db-writercosmos-db-writer-ssl-fixedcosmos-db-writer-ssl-fixed-aadcosmonautscosmos-migratorcosmos-odmcosmos-ormcosmos-db-writer-ssl-fixed-aad-tokencosmosdb-adaptercosmosdb-cubejs-drivercosmoswrappercuong.nc.dev-commoncosmodm@boostercloud/framework-provider-azure@boostercloud/framework-provider-azure-infrastructureartillery-engine-cosmosaudittestingsampleio-functions-commonsio-opscirruswaveirontaskirontask-devtestkeyv-cosmosjsonotron-cosmosdbcloudreenclwoz-sdkisatdatapro-microservicesjazz-azure-cli@hypertext.solutions/simple-documentdb-clientpc-notifications-sppc-auditlog-sp
4.0.0

8 months ago

3.17.3

1 year ago

3.17.4-beta.1

1 year ago

3.17.2

1 year ago

3.17.0

2 years ago

3.17.1

2 years ago

3.16.1

2 years ago

3.16.0

2 years ago

3.16.3

2 years ago

3.16.2

2 years ago

3.16.4

2 years ago

3.15.0

2 years ago

3.15.1

2 years ago

3.14.1

3 years ago

3.14.0

3 years ago

3.13.1

3 years ago

3.13.0

3 years ago

3.12.3

3 years ago

3.12.2

3 years ago

3.12.1

3 years ago

3.12.0

3 years ago

3.11.4

3 years ago

3.11.5

3 years ago

3.11.3

3 years ago

3.11.0

3 years ago

3.11.2

3 years ago

3.11.1

3 years ago

3.10.6

3 years ago

3.10.5

3 years ago

3.10.4

3 years ago

3.10.3

3 years ago

3.10.2

3 years ago

3.10.1

3 years ago

3.10.0

3 years ago

3.9.5

3 years ago

3.9.3

3 years ago

3.9.2

4 years ago

3.9.1

4 years ago

3.9.0

4 years ago

3.8.1

4 years ago

3.8.0

4 years ago

3.7.4

4 years ago

3.7.3

4 years ago

3.7.2

4 years ago

3.7.1

4 years ago

3.7.0

4 years ago

3.6.3

4 years ago

3.6.2

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

3.5.4

4 years ago

3.5.3

4 years ago

3.5.2

4 years ago

3.5.1

4 years ago

3.5.0

4 years ago

3.4.2

4 years ago

3.4.1

4 years ago

3.4.0

5 years ago

3.3.6

5 years ago

3.3.5

5 years ago

3.3.4

5 years ago

3.3.3

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

3.0.0-22

5 years ago

2.1.7

5 years ago

3.0.0-21

5 years ago

3.0.0-20

5 years ago

2.1.6

5 years ago

3.0.0-19

5 years ago

3.0.0-18

5 years ago

3.0.0-17

5 years ago

3.0.0-16

5 years ago

3.0.0-15

5 years ago

3.0.0-14

5 years ago

3.0.0-13

5 years ago

3.0.0-12

5 years ago

3.0.0-11

5 years ago

3.0.0-10

5 years ago

3.0.0-9

5 years ago

3.0.0-8

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

3.0.0-7

5 years ago

2.1.2

5 years ago

3.0.0-6

5 years ago

3.0.0-5

5 years ago

3.0.0-4

5 years ago

3.0.0-3

5 years ago

3.0.0-2

5 years ago

3.0.0-1

5 years ago

3.0.0-0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

2.0.0-4

6 years ago

2.0.0-3

6 years ago

2.0.0-0

6 years ago