Documentation
¶
Overview ¶
Article-cassandra hybrid store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config data structure. To be parsed with confl.
# Memberlist/Cluster settings bind { addr '0.0.0.0' port 7946 } advertise { port 7946 } name its_node_name loc USA rpc { port 63282 } # Articlestore-service. service { port 63300 } # Cassandra-cluster cassandra { keyspace mydb hosts [ "192.168.1.1" "192.168.1.2" "192.168.1.3" ] } # Predefined Bucket Locations # Please only specify absolute paths. buckets [ /path/to/bucket '/second/bucket' "/third/bucket" 'E:\bucket' "F:\bucket" ]
Click to show internal directories.
Click to hide internal directories.