tomloake / Mongoose_CosmosDB

This is a sample walkthrough of using the Mongoose framework with Azure Cosmos DB for MongoDB API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services platforms author
cosmos-db
mongoose
rogirdh

Developing a Mongoose Framework app using Azure Cosmos DB for MongoDB API

This tutorial demonstrates how to use the Mongoose Framework when storing data in Azure Cosmos DB for MongoDB API account. For those of you unfamiliar, Mongoose is an object modeling framework for MongoDB in Node.js and provides a straight-forward, schema-based solution to model your application data.

Azure Cosmos DB is a fully managed globally distributed, multi-model database service, transparently replicating your data across any number of Azure regions. You can elastically scale throughput and storage, and take advantage of fast, single-digit-millisecond data access using the API of your choice backed by 99.999 SLA.

Getting Started

Prerequisites

  • NodeJS
  • Mongoose package for Node

Quickstart

For a quickstart, please refer to the following article: Using the Mongoose framework with Azure Cosmos DB

About

This is a sample walkthrough of using the Mongoose framework with Azure Cosmos DB for MongoDB API

License:MIT License


Languages

Language:JavaScript 100.0%