How to run cassandra erlang client through command line?

125 views Asked by At

I could not build and test following cassandra erlang client in ubuntu. https://github.com/matehat/cqerl#connecting.How to do it?

1

There are 1 answers

0
tomcyjohn On

Can you do the following:

git clone https://github.com/dieswaytoofast/erlang_cassandra.git
cd erlang_cassandra
rebar get-deps    
rebar compile

Note: I am new to Erlang and Cassandra