-
Notifications
You must be signed in to change notification settings - Fork 345
Is it fully compatible with Apache Doris? #1430
-
I want to use MySqlConnector to connect to the Apache Doris database for operations such as adding, modifying, deleting, and querying. Can MySqlConnector meet these needs?
the Url Of Apache Doris
https://doris.apache.org/
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
I haven't ever tried MySqlConnector with Doris.
Have you? If so, what happened? Did it work?
Beta Was this translation helpful? Give feedback.
All reactions
-
I couldn't find an easy way to run it with Docker (and I wasn't interested in building my own custom FE and BE images just to test it).
Beta Was this translation helpful? Give feedback.
All reactions
-
I plan to use Doris as a storage database to store business data and provide query functionality.
Beta Was this translation helpful? Give feedback.
All reactions
-
Apache Doris is becoming increasingly popular. It is compatible with the MySQL 5.7 protocol
Beta Was this translation helpful? Give feedback.