Skip to content

varnit/cassanderl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

$ rebar get-deps
$ rebar compile

Cassanderl version 0.2

-include("cassandra_thrift/include/cassandra_types.hrl").

ColumnPath = #columnPath{column_family="emails", column="username"},

Username =
    case cassanderl_sup:call(get, ["[email protected]", ColumnPath, 1]) of
        {ok, {ok, R1}} ->
            R1#columnOrSuperColumn.column#column.value;
        {exception, notFoundException} ->
            undefined
    end.

About

Erlang Cassandra client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages