Hacker News new | ask | show | jobs
by nulltype 4622 days ago
I've got a little experience with using GAE for a production app, and the datastore was my favorite part. A lot of their components are a little bit jank, but the Python ndb library was pretty nice.

I definitely hope they plan to include ndb in their googledatastore library. I feel like ndb is the actual selling point to me, and would make me really want to use this for a production app.

1 comments

You can watch this issue to follow progress on NDB support: https://github.com/GoogleCloudPlatform/google-cloud-datastor...