Gremlin Uses JSON?

Nithish Reddy Minupuri 126 Reputation points
2021-09-01T15:33:20.67+00:00

I see this in Azure documentation that ""Azure Cosmos DB is Microsoft's globally distributed, multi-model database service. Where multi-model means Azure Cosmos DB supports multiple APIs and multiple data models, different APIs use different data formats for storage and wire protocol. For example, SQL uses JSON, MongoDB uses BSON, Table uses EDM, Cassandra uses CQL, Gremlin uses JSON format. As a result, we recommend using the same API for all access to the data in a given account.

Each API operates independently, except the Gremlin and SQL API, which are interoperable."

Does Gremlin uses JSON? Please provide me some documentation about the interoperable.

Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,543 questions
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
    2021-09-01T20:21:56.94+00:00

    Hi @Nithish Reddy Minupuri I provided the response here https://learn.microsoft.com/en-us/answers/questions/534870/index.html

    You can run SQL API queries on Gremlin account but not vice versa.

    Please also note that there is no one best API, and you may choose any one of the APIs to build your application. This article will help you choose an API based on your workload and team requirements.

    Please let me know if you have additional queries

    Regards,
    Oury


0 additional answers

Sort by: Most helpful