Packages

Fastest Cassandra driver for Erlang (CQL3 native protocol v4).

Current section

Files

Jump to
ecql src ecql.app.src
Raw

src/ecql.app.src

{application,ecql,
[{description,"Fastest Cassandra driver for Erlang (CQL3 native protocol v4)."},
{vsn,"5.0.3"},
{registered,[ecql,ecql_cache,ecql_etsman,ecql_sup]},
{mod,{ecql,[]}},
{applications,[kernel,sasl,stdlib]},
{env,[{cache_size,1000000},
{cluster_module,erlang},
{log,disabled},
{user,"cassandra"},
{pass,"cassandra"},
{hosts,[{{127,0,0,1},9042}]},
{keyspace,"ecql"},
{replication_strategy,"SimpleStrategy"},
{replication_factor,2},
{streams_per_connection,100}]},
{maintainers,["Dominic Letz"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/exosite/ecql2"}]}]}.