Search code examples
google-cloud-datastore

What is the data format/structure Google Cloud Datastore use? Can I export data stored there to others provider?


I need a database for my online game and Google Cloud Datastore seem suitable. I just wonder if the data format there are proprietary and I'll be tied to their platform? The doc don't seem to mention this.


Solution

  • The format is the open-source LevelDB logs format:

    Format - https://github.com/google/leveldb/blob/master/doc/log_format.md