https://github.com/findify/flink-connector-cassandra
https://github.com/findify/flink-connector-cassandra
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/findify/flink-connector-cassandra
- Owner: findify
- License: apache-2.0
- Created: 2021-07-02T07:26:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T15:58:04.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:35:21.326Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flink Cassandra connector unbundled
[](https://github.com/findify/flink-connector-cassandra/actions)
[](https://opensource.org/licenses/Apache-2.0)


This project is a forked version of an official Flink Cassandra connector, but
with the following changes:
* Cassandra driver is upgraded to the latest 3.10 version (instead of 5 year old 3.0)
* Driver code is not bundled into the jar, so there won't be classpath conflicts
on building fat jars
* Migrated to the more recent Guava 27.x so it won't conflict with the Flink's one.
## Usage
To install, use the following maven coordinates:
```xml
io.findify
flink-connector-cassandra_2.12
1.14.4-1
```
Versioning schema attempts to match the upstream, but with extra -N suffix, if there were a couple of extra code
changes released on top.
## License
Featury is licensed under the Apache 2.0.