cassandra tables

I am new to API Management/Gateway and was going through DataStore Concept. APIGEE uses Cassandra as a datastore. want to know what kind of data is store in cassandra. Want to know keyspaces and tables being used so that i can have a look in that .

please help with that.

0 2 756
2 REPLIES 2

I believe you're referring to the API BaaS Data Storage documentation?

Please note Apigee API BaaS is going to be deprecated in the future

https://apigee.com/about/blog/api-technology/were-sunsetting-apigee-api-baas

For Apigee Edge, if you have a topology you can access, just use CQLSH to login into your cassandra cluster (with the credentials you have chosen during the setup) and execute a DESCRIBE TABLES; command to see the full data model used.