Replies: 1 comment
-
Hello @fiddleboy, It should be possible to use it as a standalone JDBC driver (but not tested as is for now, we only tested its usage as a dependency of a Java application) without additional requirements (the Datastax Java driver is embedded into the wrapper). A bundled version is provided (see here for the latest one). Based on the ELK documentation, you probably should configure something like that:
Be careful, all the JDBC API is not implemented because Cassandra is a NoSQL database. So, some features could not work. Do not hesitate to give your feedback on a such usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i'm kind of a newbie in JDBC driver.
I am currently looking for a JDBC driver as a plugin for ingesting data from Cassandra to Logsash(Elasticsearch Stack, https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html#_usage )
I wonder if this wrapper could work as a standalone JDBC driver for Cassandra? Does the "Datastax Java Driver" has to be installed with the wrapper to make it work?
Beta Was this translation helpful? Give feedback.
All reactions