awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yugabyte avatar

yugabyte/yugabyte-db

0
View on GitHub↗
10,349 स्टार्स·1,273 फोर्क्स·C·19 व्यूज़www.yugabyte.com↗

Yugabyte Db

YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers.

The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability.

The project covers a broad range of distributed data management capabilities, including consensus-based replication, distributed transaction management, and horizontal storage scaling. It provides tools for query performance diagnostics, bulk data loading, and the orchestration of database clusters across cloud environments.

Features

  • Relational - Functions as a distributed relational database supporting complex SQL queries and standard relational datatypes.
  • Distributed Relational Databases - Functions as a distributed relational database that ensures horizontal scalability and high availability.
  • Distributed Data Management - Implements distributed data management to organize relational information across nodes with layered storage and replication.
  • Regional Replication - Implements regional replication to synchronize data across geographically distant locations for disaster recovery and local read performance.
  • Distributed Sharding Architectures - Employs a distributed sharding architecture with range-based partitioning to enable horizontal scaling of relational data.
  • Distributed SQL Databases - Provides a cloud-native distributed SQL database engine that maintains transactional consistency across clusters.
  • Distributed Transaction Processing - Ensures distributed transaction processing consistency across nodes using consensus protocols and hybrid logical clocks.
  • High Availability Architectures - Implements high availability architectures with automatic failover and repair to tolerate node, zone, or region failures.
  • Horizontal Scaling - Provides horizontal scaling capabilities to increase read and write capacity by adding more nodes to the cluster.
  • PostgreSQL-Compatible Databases - Maintains compatibility with PostgreSQL query language and drivers for seamless application migration.
  • Relational Data Stores - Acts as a distributed relational data store supporting stored procedures, triggers, and ACID transactions.
  • Multi-Region Deployment Strategies - Employs multi-region deployment strategies to synchronize data across geographic locations for global availability.
  • Raft Consensus Implementations - Uses Raft consensus implementations to manage replicated logs and ensure high availability across the cluster.
  • Distributed Transaction Coordinators - Coordinates atomic commits across multiple shards using a distributed transaction coordinator and two-phase commit protocols.
  • Schema Replication - Propagates schema definition changes across clusters to maintain consistent table structures automatically.
  • Clock Synchronization Protocols - Utilizes hybrid logical clocks to ensure a consistent ordering of events across distributed nodes.
  • Data Schema Management - Manages concurrent schema changes using table-level locking to ensure consistent data model modifications.
  • Cost-Based Optimizers - Provides a cost-based optimizer that analyzes data statistics to select the most efficient query execution plans.
  • Vector Databases - Acts as a vector database providing specialized high-dimensional indexing for AI similarity searches.
  • Vector Similarity Search - Provides vector similarity search capabilities using high-dimensional indexing for AI and machine learning workloads.
  • Database Cluster Orchestration - Includes tools for orchestrating the deployment and lifecycle of distributed database clusters across cloud environments.
  • Database Systems - Cloud-native distributed SQL database for mission-critical applications.
  • Databases and Analytics - Distributed SQL database for cloud-native applications.
  • NewSQL Databases - High-performance distributed SQL database compatible with PostgreSQL.
  • Relational Databases - High-performance distributed SQL database compatible with PostgreSQL.
  • C Plus Plus - Listed in the “C Plus Plus” section of the Awesome For Beginners awesome list.

स्टार हिस्ट्री

yugabyte/yugabyte-db के लिए स्टार हिस्ट्री चार्टyugabyte/yugabyte-db के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

yugabyte/yugabyte-db क्या करता है?

YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers.

yugabyte/yugabyte-db की मुख्य विशेषताएं क्या हैं?

yugabyte/yugabyte-db की मुख्य विशेषताएं हैं: Relational, Distributed Relational Databases, Distributed Data Management, Regional Replication, Distributed Sharding Architectures, Distributed SQL Databases, Distributed Transaction Processing, High Availability Architectures।

yugabyte/yugabyte-db के कुछ ओपन-सोर्स विकल्प क्या हैं?

yugabyte/yugabyte-db के ओपन-सोर्स विकल्पों में शामिल हैं: cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… pingcap/tidb — TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and… ydb-platform/ydb — YDB is a distributed SQL database and analytical engine designed for horizontal scalability and strong consistency. It… oceanbase/oceanbase — OceanBase is a distributed SQL database designed for high availability and strong consistency across multiple nodes… lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… manticoresoftware/manticoresearch — Manticoresearch is a high-performance search engine and database designed for indexing and retrieving large datasets.…

Yugabyte Db के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Yugabyte Db के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • cockroachdb/cockroachcockroachdb का अवतार

    cockroachdb/cockroach

    32,207GitHub पर देखें↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    GitHub पर देखें↗32,207
  • pingcap/tidbpingcap का अवतार

    pingcap/tidb

    40,166GitHub पर देखें↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Gocloud-nativedatabasedistributed-database
    GitHub पर देखें↗40,166
  • ydb-platform/ydbydb-platform का अवतार

    ydb-platform/ydb

    4,738GitHub पर देखें↗

    YDB is a distributed SQL database and analytical engine designed for horizontal scalability and strong consistency. It functions as a multi-model system that supports transactional and analytical workloads through a distributed architecture providing serializable ACID transactions. The system is distinguished by its broad protocol compatibility, implementing the PostgreSQL wire protocol for standard SQL drivers and the Kafka protocol for messaging and streaming. It further serves as a vector database, supporting vector indexes and approximate nearest neighbor searches for semantic search and

    C++cloud-nativecppdatabase
    GitHub पर देखें↗4,738
  • oceanbase/oceanbaseoceanbase का अवतार

    oceanbase/oceanbase

    9,980GitHub पर देखें↗

    OceanBase is a distributed SQL database designed for high availability and strong consistency across multiple nodes and regions. It functions as a hybrid transactional and analytical processing engine, allowing real-time analytics and transactions to execute on a single data copy. The system also serves as a vector database engine for indexing and querying vector data to power semantic search and recommendation systems. The platform features native compatibility layers for MySQL and Oracle, enabling the migration of legacy workloads without rewriting SQL code. It utilizes a Paxos-based distri

    C++analyticscloud-nativedatabase
    GitHub पर देखें↗9,980
  • Yugabyte Db के सभी 30 विकल्प देखें→