Here is the good news for Cassandra and Scriptella fans. I found there are good and Open Source ETL tools written in Java, here is the list of among top listed tools (in alphabetical order) 1) Apache Camel 2) CloverETL, 3) Pentaho Kettle, and 4) Scriptella. After understanding basics of each tool, I felt comfortable with Scriptella code, architecture and simplicity, It is allowing to add new Driver and easy to integrate in any existing project code base.
All you need to do is, checkout code from github. and keep playing around with configuration file etl.xml. As you are used to configure scriptella for other DBs, same approach has to be followed for Cassandra also.
For implementing this below libraries are used.
- Scriptella
- Datastax cassandra driver
You can checkout code from this URL : https://github.com/logicalexpert/cassandra-etl
Please visit website LogicalExpert.comfor such useful tools and you can request for new solutions also at website.
Leave your comment if you find any difficulty or need for improvement.