Yandex Database
What is YDB ?¶
YDB is a fault-tolerant distributed SQL DBMS. YDB provides high availability, horizontal scalability, strict consistency, and ACID transaction support. Queries are made using an SQL dialect (YQL).
Environment¶
Note
If you need to use this data source, you need to upgrade the DataCap service to >= 1.4.x
Support Time: 2023-01-30
Configure¶
DataCap uses configuration files by default ydb.json
Note
If your YDB service version requires other special configurations, please refer to modifying the configuration file and restarting the DataCap service.
Field | Required | Default Value |
---|---|---|
Name |
:material-check-circle: | - |
Host |
:material-check-circle: | 127.0.0.1 |
Port |
:material-check-circle: | 2136 |
Field | Required | Default Value |
---|---|---|
Username |
:material-close-circle: | - |
Password |
:material-close-circle: | - |
Field | Required | Default Value |
---|---|---|
Database |
:material-check-circle: | local |
Version (Validation)¶
Warning
The online service has not been tested yet, if you have detailed test results, please submit issues to us
- 2.1.x