How to think in data stores instead of databases?

前端 未结 8 2293
滥情空心
滥情空心 2020-11-28 17:32

As an example, Google App Engine uses Google Datastore, not a standard database, to store data. Does anybody have any tips for using Google Datastore instead of databases?

8条回答
  •  感情败类
    2020-11-28 18:02

    Take a look at the Objectify documentation. The first comment at the bottom of the page says:

    "Nice, although you wrote this to describe Objectify, it is also one of the most concise explanation of appengine datastore itself I've ever read. Thank you."

    https://github.com/objectify/objectify/wiki/Concepts

提交回复
热议问题