From 799470ca439ad6cd16230dbc27b88e9d71627b49 Mon Sep 17 00:00:00 2001 From: kurczews Date: Fri, 31 May 2019 11:57:55 +0200 Subject: Add common backend to dev-setup Issue-ID: AAI-2465 Change-Id: If358817be1a79cef06f0fa1496c60f6def1de145 Signed-off-by: kurczews --- dev-setup/janusgraph.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-setup/janusgraph.properties (limited to 'dev-setup/janusgraph.properties') diff --git a/dev-setup/janusgraph.properties b/dev-setup/janusgraph.properties new file mode 100644 index 0000000..c70a3b8 --- /dev/null +++ b/dev-setup/janusgraph.properties @@ -0,0 +1,15 @@ +query.fast-property=true +query.smart-limit=false + +storage.backend=cassandra +storage.hostname=aai-backend + +storage.cassandra.keyspace=aaigraph +storage.cassandra.read-consistency-level=LOCAL_QUORUM +storage.cassandra.write-consistency-level=LOCAL_QUORUM +storage.cassandra.replication-factor=1 +storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.SimpleStrategy +storage.lock.wait-time=300 + +cache.db-cache = false +load.snapshot.file=false -- cgit