added cassandra driver that connects to configured instance

This commit is contained in:
amitgandhinz
2014-06-17 13:48:30 -04:00
parent 62e6d0176d
commit 58216e16d7
5 changed files with 77 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ log_file = /var/log/cdn/cdn.log
transport = falcon
# Storage driver module (e.g., mongodb, sqlite, cassandra)
storage = mongodb
storage = cassandra
[drivers:transport:falcon]
@@ -42,7 +42,7 @@ uri = mongodb://localhost
database = cdn
[drivers:storage:cassandra]
cluster = [0.0.0.0]
cluster = [localhost:9160]
keyspace = cdn
[drivers:provider:fastly]