Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 432 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 432 Bytes

microservices-master-thesis

Account-Service Cassandra keyspace configuration:

CREATE KEYSPACE accountEventKeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
CREATE KEYSPACE productCatalogEventKeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
CREATE KEYSPACE purchaseOrderEventKeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};