Skip to content

A simple Google App Engine app to allow storing versions of data in GAE's datastore

Notifications You must be signed in to change notification settings

dannysu/gae_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple app that allows storing data on Google App Engine's datastore and also allows versioning of data.

Usage

  • To retrieve the latest version of the data you're storing, do a HTTP GET to http://your_subdomain.appspot.com/whatever_you_want

  • To write data to storage and increment the version number, do a HTTP POST to the same URL as GET http://your_subdomain.appspot.com/whatever_you_want with the POST body being the data you want to store.

About

A simple Google App Engine app to allow storing versions of data in GAE's datastore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages