Add support for YugabyteDB connector
See original GitHub issueYugabyte offers JDBC drivers, but it has BETA
label for now.
https://docs.yugabyte.com/latest/reference/drivers/yugabytedb-jdbc-driver/
Another option is using Java client driver that is based on DataStax’s one (similar to the current Cassandra connector). https://docs.yugabyte.com/latest/reference/drivers/ycql-client-drivers/#java
- Add Yugabyte plugin (https://github.com/prestosql/presto/pull/5708)
- Add Yugabyte plugin docs
- CI integration for https://github.com/prestosql/presto-yugabyte-driver project (see https://github.com/prestosql/presto-yugabyte-driver/pull/1#issuecomment-723936708)
- Add Yugabyte plugin product tests
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (12 by maintainers)
Top Results From Across the Web
Kafka Connect YugabyteDB - Yugabyte Docs
The Kafka Connect YugabyteDB Sink Connector delivers data from Kafka topics into YugabyteDB tables. The connector subscribes to specific topics in Kafka and ......
Read more >Add support for YugabyteDB connector · Issue #5352 - GitHub
Agreed to creating new connector for Presto. The Yugabyte JDBC driver covers both YCQL (for Cassandra) and YSQL (for Postgres). The Beta label ......
Read more >Yugabyte Sink Connector | Confluent Hub
The YugabyteDB connector allows moving data from Kafka to YugabyteDB 1.x, and 2.x. It writes data from a topic in Kafka to an...
Read more >How to configure yb-cdc-connector to resume printing logs ...
Please help me in configure yb-cdc-connector resume printing logs upon yb-ctl restart (stop and start). yugabytedb.
Read more >Apache Kafka - 《YugabyteDB 2.1 Document》 - 书栈网
1. Start local cluster · 2. Download Apache Kafka · 3. Install the Kafka Sink Connector for YugabyteDB · 4. Start ZooKeeper and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I logged https://github.com/yugabyte/yugabyte-db/issues/9902 for comment enhancement in YCQL.
Yugabyte (CQL) doesn’t support setting a comment in both
CREATE TABLE
andALTER TABLE
. https://docs.yugabyte.com/latest/api/ycql/ddl_create_table/#table-properties-1This limitation breaks INSERT statement and affects to some operations because Cassandra connector uses the comment to manage hidden columns.