Is apigee appropriate for my simple project?

Hello,

I'm here to figure out if Apigee is right for what I want to do. (I'm a complete noob and can't figure out if apigee is too advanced for this purpose) It is a very simple api

The api just needs to store a username and a Boolean that I can manually update as true or false.

For example:

Username John has a boolean value of "false"

Later, I switch the value to "true"

Developer account queries the username "John" and it returns a value of true.

Is this something that apigee can handle all by itself? Or will I need to set up a database as well?


0 1 94
1 REPLY 1

Apigee Edge is designed to be an API Proxy. Not a datastore.

if you want a Cloud datastore, check out Cloud Firestore.