Reputation: 574
Currently I need to create admin ui, using google cloud datastore as user storage, and google functions as controllers. I found the Keystone JS CMS platform, which uses mongoDB for storing user data, so I am looking for the chance to use it with google cloud datastore.
Is it possible to create some driver that will redirect all the keystone db requests not to mongodb, but in Google Datastore?
Upvotes: 1
Views: 1004
Reputation: 3218
The core of Keystone is built on top of Mongo (and Mongoose) functions and code. At the moment, there isn't another way to use Keystone with another database type or provider. See this GitHub issue for some more information that may be of use.
Upvotes: 2