Learning Azure Cosmos DB by Shahid Shaikh

Learning Azure Cosmos DB by Shahid Shaikh

Author:Shahid Shaikh
Language: eng
Format: epub
Tags: COM021000 - COMPUTERS / Databases / General, COM018000 - COMPUTERS / Data Processing, COM021040 - COMPUTERS / Databases / Data Warehousing
Publisher: Packt Publishing
Published: 2018-05-30T08:19:10+00:00


{ "id": "10", "name": "Shahid", "location": "Mumbai", "job": "Engineer" }

Once a document is created, you can view it using the query, or by clicking on the left bar which contains lists of documents. You can delete it by clicking on that small cross button.

We will cover doing the CRUD using code in the next chapter.

Let's see how to do crud operations in Graph DB.

Performing CRUD operations in Graph DB

As discussed in Chapter 3, Cosmos DB Multi-model Databases, a graph data model is a structure that's comprised of vertices and edges. Both vertices and edges can have a set number of properties:

Vertices represent discrete objects, such as a person, a place, or an event.

Edges represent relationships between vertices. For example, a person might know another person, be involved in an event, and recently have been at a location.

Properties denote details about the vertices and edges. Azure Cosmos DB supports the property graph model.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.