The JavaScript SDK for server-side programming in Azure Cosmos DB
Перейти к файлу
microsoft-github-policy-service[bot] eebee4bc74
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-05-31 18:50:14 +00:00
samples fix broken link 2020-12-09 22:29:14 -05:00
utils Merge pull request #8 from kevinkuszyk/js-intellisense-docs-fix 2022-01-19 01:13:30 -08:00
LICENSE Create LICENSE 2022-01-19 01:11:11 -08:00
README.md Update README.md 2020-05-01 10:07:24 -07:00
SECURITY.md Microsoft mandatory file 2023-01-24 17:24:29 +00:00

README.md

Microsoft Azure Cosmos DB's Server-Side JavaScript

Azure Cosmos DBs language integrated, transactional execution of JavaScript supports stored procedures, triggers and user defined functions (UDFs) written natively in JavaScript. This allows developers to write application logic which can be shipped and executed directly on the database storage partitions. JavaScript support at the server side has a number of intrinsic advantages that can be utilized to build rich applications.

Documentation

  • Official documentation can be found the Azure website

  • JSDocs for the Server-Side JavaScript SDK can be found here

  • .NET sample code for creating and executing a sproc can be found on our .NET GitHub repo.

  • Node.js sample code for creating and executing a sproc can be found on our Node.js GitHub repo.

Videos

https://www.youtube.com/watch?v=s0cXdHNlVI0

Share

Want to share your awesome stored procedure? Please, send us a pull-request! Wed love to feature and spotlight you on our Github and Twitter accounts.