@@ -105,9 +105,14 @@ Note: In both container, you need to set the enviroment variable PROJECT to p6.
...
@@ -105,9 +105,14 @@ Note: In both container, you need to set the enviroment variable PROJECT to p6.
### Cassandra Schema
### Cassandra Schema
Inside the `__init__` method, you firstly need to connect to the Cassandra cluster, with `Cluster(['p6-db-1', 'p6-db-2', 'p6-db-3'])`. You can review how to connect here:
Inside the `__init__` method, you firstly need to connect to the Cassandra cluster, like in lecture: