All Projects → MikaBerglund → Getting-Started-with-Cosmos-DB

MikaBerglund / Getting-Started-with-Cosmos-DB

Licence: other
A tutorial about how to start with Cosmos DB - The information I would have loved to have before setting out with Cosmos DB.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Getting-Started-with-Cosmos-DB

CosmicWorks
How to model and partition data for Cosmos DB starting with the Adventure Works database.
Stars: ✭ 53 (+231.25%)
Mutual labels:  azure-cosmos-db, cosmos-db
IntelligentExperiences.OnContainers
See how Crowd Analytics platform built on Azure can provides occupancy insights in workspace and other location for safety while having technical fun with AI-driven platform on Kubernetes, with detailed walk through guide.
Stars: ✭ 41 (+156.25%)
Mutual labels:  azure-cosmos-db
react-simple-boilerplate
A lightweight React Boilerplate
Stars: ✭ 89 (+456.25%)
Mutual labels:  getting-started
skeleton-starter-flow-spring
Default project template for Vaadin using Spring Boot
Stars: ✭ 29 (+81.25%)
Mutual labels:  getting-started
ssvm-deno-starter
A template project to run Rust functions in Deno through the Second State WebAssembly engine.
Stars: ✭ 50 (+212.5%)
Mutual labels:  getting-started
Kubeadm
Aggregator for issues filed against kubeadm
Stars: ✭ 2,876 (+17875%)
Mutual labels:  getting-started
elixir getting started guide to go
Elixir Getting Started Guide (EPUB format)
Stars: ✭ 19 (+18.75%)
Mutual labels:  getting-started
wasmedge-nodejs-starter
A template project to run Rust functions in Node.js through the Second State WebAssembly engine.
Stars: ✭ 148 (+825%)
Mutual labels:  getting-started
memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
Stars: ✭ 97 (+506.25%)
Mutual labels:  cosmos-db
orbs-starter-kit
The starting point for writing a new application on Orbs platform
Stars: ✭ 19 (+18.75%)
Mutual labels:  getting-started
projen-test
An example project explaining how to create and publish CDK constructs using projen and jsii. It lets you publish your CDK constructs to npm, Maven, NuGet and PyPi.
Stars: ✭ 23 (+43.75%)
Mutual labels:  getting-started
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (+18.75%)
Mutual labels:  getting-started
python-wechaty-getting-started
Python Wechaty Starter Project Template that Works Out-of-the-Box
Stars: ✭ 140 (+775%)
Mutual labels:  getting-started
nanobox-express
Quickstart for Express on Nanobox
Stars: ✭ 13 (-18.75%)
Mutual labels:  getting-started
resources
Resource Library of IEEE-VIT
Stars: ✭ 33 (+106.25%)
Mutual labels:  getting-started
awesome-devops ru
Roadmap по материалам о DevOps, помогающим его понять, осмыслить и принять
Stars: ✭ 45 (+181.25%)
Mutual labels:  getting-started
java-wechaty-getting-started
Java Wechaty Starter Project Template that Works Out-of-the-Box
Stars: ✭ 30 (+87.5%)
Mutual labels:  getting-started
azure-event-driven-data-pipeline
Building event-driven data ingestion pipelines in Azure
Stars: ✭ 13 (-18.75%)
Mutual labels:  cosmos-db
bookshelf
Hanami "Getting Started" project
Stars: ✭ 20 (+25%)
Mutual labels:  getting-started
CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+606.25%)
Mutual labels:  cosmos-db

Getting Started with Azure Cosmos DB

This repository is a tutorial for getting started with designing applications that use Azure Cosmos DB as data storage. The tutorial mainly focuses on things that you need to take care of during your architecture design and that might be hard or even impossible to change later on.

Personally, I would have loved to have this kind of a short tutorial before starting my first Cosmos DB project to get me going in the right direction from the beginning.

If you are not familiar with Cosmos DB, you should first read this overview.

Please feel free to fork this repo and make it your own. If there's something you feel should be in the tutorial, you are welcome to send a pull request with your suggestions.

Tutorial Structure

This tutorial is split up into the following parts. Each part focuses on a particular subject.

  • Part 1: The development environment.
  • Part 2: Scaling considerations.
  • Part 3: Designing a data model.
  • Part 4: Creating a Cosmos DB database.
  • Part 5: Reading and writing data using the data model.

Further Reading

Below are some links that you might find useful when learning more about Cosmos DB.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].