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.
Answer by dane knezic
·
Nov 23, 2018 at 10:24 AM
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
Answer by Nicola · Nov 23, 2018 at 10:56 AM
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.
How to capture HttpResponse status code from Service CallOut in Extract Variables Policy -2 Answers
Calling Api using Open Api Specs shows error Fails to Fetch 3 Answers
Dynamically configure mutual tls in api for backend 1 Answer
Problem in resolving apigee-edge-maven-plugin dependencies 2 Answers
chunked MUST be the last transfer-coding applied to the message-body 1 Answer