NoSQL

[NoSQL, Azure CosmosDB] why azure csomosdb?

개발자_옹이양 2022. 4. 29. 20:01

왜 cosmosdb를 쓰는가?

 

Azure Cosmos DB SQL API has a few advantages such as:

 

  • Guaranteed speed at any scale—even through bursts—with instant, limitless elasticity, fast reads, and multi-master writes, anywhere in the world
    전 세계 어디에서나 즉각적이고 무한한 탄력성, 빠른 읽기 및 다중 마스터 쓰기를 통해 버스트를 포함한 모든 규모의 속도 보장
  • Fast, flexible app development with SDKs for popular languages, a native SQL API along with APIs for MongoDB, Cassandra, and Gremlin, and no-ETL (extract, transform, load) analytics
    인기 언어용 SDK, MongoDB, Cassandra 및 Gremlin용 API와 함께 네이티브 SQL API, ETL(추출, 변환, 로드) 분석을 사용하지 않는 빠르고 유연한 앱 개발
  • Ready for mission-critical applications with guaranteed business continuity, 99.999-percent availability, and enterprise-grade security
    보장된 비즈니스 연속성, 99.999% 가용성 및 엔터프라이즈급 보안을 통해 미션 크리티컬 애플리케이션을 위한 준비
  • Fully managed and cost-effective serverless database with instant, automatic scaling that responds to application needs
  • 애플리케이션 요구 사항에 대응하는 즉각적인 자동 확장 기능을 갖춘 완전 관리형 비용 효율적인 서버리스 데이터베이스

 

Azure Cosmos DB SQL API is especially suited for applications that:

  • Experience unpredictable spikes and dips in traffic
  • 예측할 수 없는 트래픽 급증 및 감소 경험
  • Generate lots of data
  • 많은 데이터를 생성
  • Need to deliver real-time user experiences
  • 실시간 사용자 경험 제공 필요
  • Are depended upon for business continuity
  • 비즈니스 연속성을 위해 의존

 

The Azure Cosmos DB SQL API can arbitrarily store native JSON documents with flexible schema. Data is indexed automatically and is available for query using a flavor of the SQL query language designed for JSON data. The SQL API can be accessed using SDKs for popular frameworks such as .NET, Python, Java, and Node.js.

Azure Cosmos DB SQL API는 유연한 스키마로 네이티브 JSON 문서를 임의로 저장할 수 있습니다. 
데이터는 자동으로 인덱싱되며 
JSON 데이터용으로 설계된 SQL 쿼리 언어의 특징을 사용하여 쿼리에 사용할 수 있습니다. 
SQL API는 .NET , Python , Java 및 Node.js 와 같은 널리 사용되는 프레임워크용 SDK를 사용하여 
액세스할 수 있습니다 .

 

Azure Cosmos DB SQL API is a fully managed NoSQL database service for modern app development that provides guaranteed single-digit millisecond response times and 99.999-percent availability, backed by SLAs with automatic and instant scalability.

Azure Cosmos DB SQL API는 최신 앱 개발을 위한 완전 관리형 NoSQL 데이터베이스 서비스로, 보장된 한 자릿수 밀리초 응답 시간과 99.999% 가용성을 제공하며, 자동 및 즉각적인 확장성을 갖춘 SLA가 지원됩니다.

 

 

For enterprise scenarios, Azure Cosmos DB SQL API has a comprehensive suite of financially backed [service level agreements (SLAs)](https://azure.microsoft.com/support/legal/sla/cosmos-db/) that cover throughput, consistency, availability, and latency.

엔터프라이즈 시나리오의 경우 Azure Cosmos DB SQL API에는 처리량, 일관성, 가용성 및 대기 시간을 포함 하는 재정적으로 지원되는 포괄적인 [SLA(서비스 수준 계약) 제품군이 있습니다.](https://azure.microsoft.com/support/legal/sla/cosmos-db/)

 

 

Azure Cosmos DB SQL API is optimized for write-heavy workloads.

Azure Cosmos DB SQL API는 쓰기 작업이 많은 워크로드에 최적화되어 있습니다.

 

 

The elastic scale of Azure Cosmos DB SQL API ensures that the database platform can handle requests during peak usage, and save money during non-peak times.

Azure Cosmos DB SQL API의 탄력적인 확장을 통해 데이터베이스 플랫폼은 사용량이 가장 많을 때 요청을 처리하고 사용량이 많지 않은 시간에는 비용을 절감할 수 있습니다.

 

 

 

자료&내용 출처

'NoSQL' 카테고리의 다른 글

[NoSQL]과 JSON  (0) 2022.04.28