Website | Documentation | Official Repository | YouTube Channel
YDB is an open-source Distributed SQL Database that combines high availability and scalability with strict consistency and ACID transactions.
YDB was designed from scratch as a response to growing demand for scalable interactive web services. Scalability, strict consistency and effective cross-row transactions were a must for such OLTP-like workload. YDB was built by people with strong background in databases and distributed systems, who had an experience of developing No-SQL database and the Map-Reduce system for one of the largest search engines in the world. We found that YDB's flexible design allows us to build more services on top of it including persistent queues and virtual block devices.
Basic YDB features:
YDB could be deployed in three availability zones. Cluster remains available for both reads and writes during complete outage of a single zone.
Availability zones and regions are covered in more detail in documentation.
Unlike traditional relational databases YDB scales out providing developers with capability to simply extend cluster with computation or storage resources to handle increasing load.
Current production installations have more than 10,000 nodes, store petabytes of data and handle more than 100,000 distributed transactions per second.
YDB Platform has built-in automatic recovery support to survive a hardware failure. After unpredictable disk, node, rack or even datacenter failure YDB platform remains fully available for reads and writes and restores required data redundancy automatically.
YDB runs on x86 64bit platforms with minimum 8 GB of RAM.
We have major experience running production systems on 64-bit x86 machines working under Ubuntu Linux.
For development purposes we test that YDB could be built and run under latest versions of MacOS and Microsoft Windows on a regular basis.
In order to build ydbd
you should have following tools installed on your system:
git clone https://github.com/ydb-platform/ydb.git
cd ydb/apps/ydbd
../../../ya make -r
We are glad to welcome new contributors!
More information can be found in CONTRIBUTING file.
See YDB Platform official web site for the latest success stories and projects using YDB Platform.