Your cart is currently empty!
Category: documentdb
-
Khóa học miễn phí DocumentDB – Advantages nhận dự án làm có lương
DocumentDB – Advantages
DocumentDB stands out with some very unique capabilities. Azure DocumentDB offers the following key capabilities and benefits.
Schema Free
In a relational database, every table has a schema that defines the columns and data types that each row in the table must conform to.
In contrast, a document database has no defined schema, and every document can be structured differently.
SQL Syntax
DocumentDB enables complex ad-hoc queries using SQL language, and every document is instantly queryable the moment it”s created. You can search on any property anywhere within the document hierarchy.
Tunable Consistency
It provides some granular, well-defined consistency levels, which allows you to make sound trade-offs between consistency, availability, and latency.
You can select from four well-defined consistency levels to achieve optimal trade-off between consistency and performance. For queries and read operations, DocumentDB offers four distinct consistency levels −
- Strong
- Bounded-staleness
- Session
- Eventual
Elastic Scale
Scalability is the name of the game with NoSQL, and DocumentDB delivers. DocumentDB has already been proven its scale.
-
Major services like Office OneNote and Xbox are already backed by DocumentDB with databases containing tens of terabytes of JSON documents, over a million active users, and operating consistently with 99.95% availability.
-
You can elastically scale DocumentDB with predictable performance by creating more units as your application grows.
Fully Managed
DocumentDB is available as a fully managed cloud-based platform as a service running on Azure.
-
There is simply nothing for you to install or manage.
-
There are no servers, cables, no operating systems or updates to deal with, no replicas to set up.
-
Microsoft does all that work and keeps the service running.
-
Within literally minutes, you can get started working with DocumentDB using just a browser and an Azure subscription.
Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án vừa nhận lương: Khóa học lập trình nhận lương tại trung tâm Toidayhoc
Khóa học miễn phí DocumentDB – Create Account nhận dự án làm có lương
DocumentDB – Create Account
To use Microsoft Azure DocumentDB, you must create a DocumentDB account. In this chapter, we will create a DocumentDB account using Azure portal.
Step 1 − Log in to the online if you already have an Azure subscription otherwise you need to sign in first.
You will see the main Dashboard. It is fully customizable so you can arrange these tiles any way you like, resize them, add and remove tiles for things you frequently use or no longer do.

Step 2 − Select the ‘New’ option on the top left side of the page.

Step 3 − Now select Data + Storage > Azure DocumentDB option and you see the following New DocumentDB account section.

We need to come up with a globally unique name (ID), which combined with .documents.azure.com is the publicly addressable endpoint to our DocumentDB account. All the databases we create beneath that account can be accessed over the internet using this endpoint.
Step 4 − Let’s name it azuredocdbdemo and click on Resource Group → new_resource.

Step 5 − Choose the location i.e., which Microsoft data center you want this account to be hosted. Select the location and choose your region.

Step 6 − Check Pin to dashboard checkbox and just go ahead and click Create button.

You can see that the tile has already been added to the Dashboard, and it”s letting us know that the account is being created. It can actually take a few minutes to set things up for a new account while DocumentDB allocates the endpoint, provisions replicas, and performs other work in the background.
Once it is done, you will see the dashboard.

Step 7 − Now click on the created DocumentDB account and you will see a detailed screen as the following image.

Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án vừa nhận lương: Khóa học lập trình nhận lương tại trung tâm Toidayhoc