简体   繁体   English

Jhipster Azure Cosmos DB SQL API

[英]Jhipster Azure Cosmos DB SQL API

Does Jhipster support Azures Cosmos DB SQL API? Jhipster 是否支持 Azures Cosmos DB SQL API? In the below site, it was mentioned that Jhipster is compatible with Cosmos DB - cassandra and Mongo DB API, but nothing mentioned about SQL API在下面的站点中,提到 Jhipster 与 Cosmos DB - cassandra 和 Mongo DB API 兼容,但没有提到 SQL API

https://www.jhipster.tech/azure/#nosql-databases https://www.jhipster.tech/azure/#nosql-databases

Did any one successfully implemented Jhipster with Cosmos DB SQL API?有没有人用 Cosmos DB SQL API 成功实现了 Jhipster?

If jHipster supports Cassandra and MongoDB (as the documentation states), then you would need to use Cosmos DB with those APIs.如果 jHipster 支持 Cassandra 和 MongoDB(如文档所述),那么您需要将 Cosmos DB 与这些 API 一起使用。 The SQL API is a different API layer for interacting with Cosmos DB, and if the jHipster documentation doesn't state is supports SQL API, then it doesn't. SQL API 是用于与 Cosmos DB 交互的不同 API 层,如果 jHipster 文档没有说明支持 SQL API,则它不支持。

CosmosDB is a globally distributed, managed database from Microsoft. CosmosDB 是来自 Microsoft 的全球分布式托管数据库。 It is compatible at the API level with Cassandra and MongoDB, so it can be used with a JHipster application that is generated using those technologies.它在 API 级别与 Cassandra 和 MongoDB 兼容,因此它可以与使用这些技术生成的 JHipster 应用程序一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM