Persists raw Kafka data to Cassandra.
- Use Gradle to build a runnable application:
gradle installDist
- Set optional arguments:
$ export RAW_KAFKA_CASSANDRA_OPTS="-Dconfig.file=/home/rado/raw-kafka-cassandra.config"
- Run script:
$ ./build/install/raw-kafka-cassandra/bin/raw-kafka-cassandra
- Execute from project root to create the image:
$ docker build -t pygmalios/raw-kafka-cassandra .
- Run the Docker image:
$ docker run --name raw-kafka-cassandra -dit pygmalios/raw-kafka-cassandra "/usr/raw-kafka-cassandra/bin/raw-kafka-cassandra"