ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.82k stars 529 forks source link

Feature request: mysql/postgresql interface for easy integration with grafana, metabase, etc #48

Open morozovsk opened 2 years ago

morozovsk commented 2 years ago

It is nice to have mysql/postgresql interface easy integration with grafana, metabase, etc. For example, clickhouse has native protocol and also mysql/postgresql port with mysql/postgresql protocol. It is very useful.

fomichev3000 commented 2 years ago

We are going to support

  1. postgresql compatible syntax for queries
  2. possibly postrgresql wire protocol (later)