Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create azure_cosmos_db in ecosystems.md #2371

Merged
merged 20 commits into from
Jun 27, 2024
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions website/docs/ecosystem/azure_cosmos_db.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Azure Cosmos DB

> "OpenAI relies on Cosmos DB to dynamically scale their ChatGPT service – one of the fastest-growing consumer apps ever – enabling high reliability and low maintenance."
> – Satya Nadella, Microsoft chairman and chief executive officer

[Azure Cosmos DB](https://learn.microsoft.com/en-us/azure/cosmos-db/introduction) is a fully managed [NoSQL](https://learn.microsoft.com/en-us/azure/cosmos-db/distributed-nosql), [relational](https://learn.microsoft.com/en-us/azure/cosmos-db/distributed-relational), and [vector database](https://learn.microsoft.com/azure/cosmos-db/vector-database). It offers single-digit millisecond response times, automatic and instant scalability, along with guaranteed speed at any scale. Your business continuity is assured with up to 99.999% availability backed by [SLA](https://azure.microsoft.com/support/legal/sla/cosmos-db).

Your can simplify your application development by using this single database service for all your operational data needs, from [geo-replicated distributed cache](https://medium.com/@marcodesanctis2/using-azure-cosmos-db-as-your-persistent-geo-replicated-distributed-cache-b381ad80f8a0) to backup to [vector database](https://learn.microsoft.com/en-us/azure/cosmos-db/vector-database). You can see how this is done within AutoGen.

Many other organizations rely on Azure Cosmos DB as the data infrastructure for [a variety of scenarios](https://learn.microsoft.com/en-us/azure/cosmos-db/use-cases), including retail and marketing, IoT and telematics, gaming, social, and personalization. Its various [APIs](https://learn.microsoft.com/en-us/azure/cosmos-db/choose-api) allow you to keep all your operational data models, including relational, document, vector, key-value, graph, and table, in one database service.
wmwxwa marked this conversation as resolved.
Show resolved Hide resolved

- [Try Azure Cosmos DB free](https://learn.microsoft.com/en-us/azure/cosmos-db/try-free)
- [Use Azure Cosmos DB lifetime free tier](https://learn.microsoft.com/en-us/azure/cosmos-db/free-tier)
Loading