db setup and teardown suite

This commit is contained in:
nitowa
2022-08-18 09:42:48 -04:00
commit 883c81b786
9 changed files with 64 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
CREATE KEYSPACE IF NOT EXISTS distributedunionfind WITH replication = {'class':'SimpleStrategy', 'replication_factor' : 3};
+1
View File
@@ -0,0 +1 @@
DROP KEYSPACE IF EXISTS distributedunionfind
+1
View File
@@ -0,0 +1 @@
USE distributedunionfind;