Нет описания https://ydb.tech/

robot-contrib 9e5f436a8b Update contrib/python/ipython/py3 to 8.3.0 2 лет назад
.github 0802767332 github action to check allowed dirs. KIKIMR-14703 2 лет назад
build 8113a823ff Update contrib/libs/nvidia/cub and contrib/libs/nvidia/thrust to 1.16.0 2 лет назад
certs 094638589d intermediate changes 3 лет назад
cmake 294e096403 intermediate changes 2 лет назад
contrib 9e5f436a8b Update contrib/python/ipython/py3 to 8.3.0 2 лет назад
library 9e5f436a8b Update contrib/python/ipython/py3 to 8.3.0 2 лет назад
tools aa4d5ca8a5 intermediate changes 2 лет назад
util 1e1dfc1b35 IGNIETFERRO-1105 Get rid of TAtomic in thread/pool.cpp 2 лет назад
ydb 57ad648419 fix comparator in scan executer KIKIMR-14670 2 лет назад
.arcadia.root 1110808a9d intermediate changes 3 лет назад
AUTHORS fa938ab62c Update email for Andrey Satarin 2 лет назад
BUILD.md e66b434806 formatting (KIKIMR-12267) 2 лет назад
CMakeLists.darwin.txt 9e8ec8dd4b Rename blob sack to blob depot KIKIMR-14867 2 лет назад
CMakeLists.linux.txt 935177fefd YQ-727 S3 coro read by blocks without mkql (draft). 2 лет назад
CMakeLists.txt 29fa2493d3 Update zlib to 1.2.12 2 лет назад
CODE_OF_CONDUCT.md 1110808a9d intermediate changes 3 лет назад
CONTRIBUTING.md 6e57ce74e4 Rename CONTRIBUTING to CONTRIBUTING.md 2 лет назад
LICENSE 89c62379f4 change doc links to ydb.tech doc site, added apache-2 licesnse text for github.com LICENSES-201 2 лет назад
README.md 5b98ecf0c6 Merge pull request #11 from vlsergey/patch-1 2 лет назад
SECURITY.md db479c3342 added security.md INFRAMARKETING-233 2 лет назад
clang.toolchain 3357523c9e add clang.toolchain file 3 лет назад

README.md


License PyPI version Telegram

YDB

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 Product Video

Main YDB Advantages

YDB is 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 is 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:

  • Fault-tolerant configuration that survive disk, node, rack or even datacenter outage;
  • Horizontal scalability;
  • Automatic disaster recovery with minimum latency disruptions for applications;
  • SQL dialect (YQL) for data manipulation and scheme definition;
  • ACID transactions across multiple nodes and tables with strict consistency.

Fault-tolerant Configurations

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.

Horizontal Scalability

Unlike traditional relational databases YDB scales out providing developers with capability to simply extend cluster with computation or storage resources to handle increasing load. YDB has desaggregated storage and compute layers which allow you to scale storage and compute resources independently.

Current production installations have more than 10,000 nodes, store petabytes of data and handle millions distributed transactions per second.

Automatic Disaster Recovery

YDB has built-in automatic recovery support to survive a hardware failure. After unpredictable disk, node, rack or even datacenter failure YDB remains fully available for reads and writes and restores required data redundancy automatically.

Multitenant and Serverless Database

YDB has support for multitenant and serverless setups. A user can run a YDB cluster and create several databases that share one pool of storage and have different compute nodes. Alternatively a user can run several serverless databases that share one pool of compute resources to utilize them effectively.

Supported Platforms

Minimal system requirements

YDB runs on x86 64bit platforms with minimum 8 GB of RAM.

Operating Systems

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.

Getting Started

  1. Install YDB using pre-built executables, build it from source or use Docker container.
  2. Install command line interface tool to work with scheme and run queries.
  3. Start local cluster or container and run YQL query via YDB CLI.
  4. Access Embedded UI via browser for schema navigation, query execution and other database development related tasks.
  5. Run available example application.
  6. Develop an application using YDB SDK.

How to Build from Source Code

How to Deploy

How to Contribute

We are glad to welcome new contributors!

  1. Please read contributor's guide.
  2. We can accept your work to YDB after you have read contributor's license agreement (aka CLA).
  3. Please don't forget to add a note to your pull request, that you agree to the terms of the CLA.

More information can be found in CONTRIBUTING file.

Success Stories

Take a look at YDB web site for the latest success stories and user scenarios.