Reputation: 1
How to create a Cassandra key space in predix cloud and make operations like create , insert, Update and select Operations?
Upvotes: 0
Views: 50
Reputation: 1351
Assuming you have access to port 9042 (CQL protocol port) you can make a direct connection and perform any operation like normal. Where the actual nodes live doesn't matter. To ensure the lowest latency, you'll want the clients as close to the cluster nodes as possible.
Upvotes: 1