<p>This is a HelloWord to read from cassandra in a distributed way.</p>
<p><a href="https://github.com/chrislusf/gleam/blob/master/examples/cassandra_reader/cassandra_reader.go" rel="nofollow">https://github.com/chrislusf/gleam/blob/master/examples/cassandra_reader/cassandra_reader.go</a></p>
<p>Sometimes you need to iterate all rows from a cassandra table, but cassandra will timeout for large tables. So I added a small tool to do this:</p>
<p>This uses Gleam, a distributed map reduce system in pure go. <a href="https://github.com/chrislusf/gleam" rel="nofollow">https://github.com/chrislusf/gleam</a> </p>
