Skip to content

rdio/erlang-cassandra-cql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra CQL Client

  • Woefully incomplete and untested
  • Speaks the Cassandra native binary protocol for CQL queries
  • Does not use Thrift
  • You'll need to set start_native_transport: true in cassandra.yaml

Quickstart

rebar compile
erl -pa ebin -boot start_sasl

{ok, Pid} = ecql_connection:start_link().
ecql_connection:q(Pid, <<"USE my_keyspace">>).
ecql_connection:q(Pid, <<"SELECT * from my_table LIMIT 3">>, one).

About

cassandra driver in erlang that speaks native cassandra protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published