{application,ecql,
             [{description,"Fastest Cassandra driver for Erlang (CQL3 native protocol v4)."},
              {vsn,"5.1.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}]},
                    {autodiscover,true},
                    {keyspace,"ecql"},
                    {replication_strategy,"SimpleStrategy"},
                    {replication_factor,2},
                    {streams_per_connection,100}]},
              {licenses,["MIT"]},
              {links,[{"Github","https://github.com/exosite/ecql2"}]}]}.
