-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Use case
Although Timeplus team provides some drivers for different tools/languages, in some cases, we cannot add the Timeplus integration/driver to the 3rd party system. One example is AWS QuickSight.
While querying Timeplus historical data, we should allow the users to use MySQL client/lib to connect to Timeplus databases. Comparing to Postgresql, ClickHouse provides much better compatibility support on mySql protocol. We should leverage such code from ClickHouse community to improve the interoperability for Timeplus for other data engineering tools.
Describe the solution you'd like
Restore and enhance the mysql protocol support in Timeplus
Describe alternatives you've considered
Use Timeplus JDBC, ODBC or Go/python driver to talk to 8463, 8123, or 9000 port. But still there are some cases using MySQL port/protocol is preferred
Additional context