You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Translates CQL (Cassandra Query Language) to Spanner API calls
18
18
- Enables Cassandra-compatible applications to interact with Spanner
@@ -26,7 +26,7 @@ The migration setup consists of:
26
26
-**Origin**: Source Cassandra database
27
27
-**Target**: Destination Cloud Spanner database
28
28
-**ZDM Proxy**: Manages dual writes and read routing
29
-
-**Cassandra-Spanner Proxy**: Translates CQL to Spanner API calls
29
+
-**Spanner Cassandra Java Client**: Translates CQL to Spanner API calls
30
30
-**Client Application**: Your application that interacts with the databases
31
31
32
32
## Migration Process
@@ -181,7 +181,7 @@ When planning your production deployment, consider these guidelines:
181
181
182
182
1.**Prepare Terraform Configuration**
183
183
184
-
Update your `terraform.tfvars` file with your variables. Take a look at available variables in `variables.tf`. If you need more customization for zdm proxy or cassandra to spanner proxy, update the `variables.tf` and `main.tf` to include the other params.
184
+
Update your `terraform.tfvars` file with your variables. Take a look at available variables in `variables.tf`. If you need more customization for zdm proxy or java spanner proxy, update the `variables.tf` and `main.tf` to include the other params.
0 commit comments