Cassandra ETL uses Chef recipes to configure Cassandra clusters on EC2 for bulk loading data. A custom Java ETL JAR processes input files to generate SSTables, which are streamed into Cassandra using sstableloader for fast loading. The Grinder is used to stress test and measure the import performance and throughput across the Cassandra cluster. Results showed streaming bulk loads were 2.5x faster than Thrift and up to 300x faster than MySQL. The only downside was the custom SSTable generation was slower than Cassandra's native writes.