github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

ociule / gae-datastore

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 3
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • gh-pages
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Want to use just the datastore from the AppEngine stack? This will give you a web hash-value gateway to the datastore. — Read more

  cancel

gae-datastore.appspot.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

README 
ociule (author)
Wed Feb 18 09:12:55 -0800 2009
commit  b3f6cc99d4e04c82a8149008cf1c7794ad136be4
tree    79deb9c62a88a3e174cf5f9aa1fa39befef09c3a
parent  a62b01cbaba1bf97ec713e670855efa4e6a09df6
gae-datastore /
name age
history
message
file README Wed Feb 18 09:12:55 -0800 2009 README [ociule]
file app.yaml Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
file baseHandler.py Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
file getHandler.py Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
file index.yaml Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
file main.py Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
file putHandler.py Sun Feb 15 15:32:18 -0800 2009 Send back key on put. [ociule]
file record.py Sun Feb 15 14:26:07 -0800 2009 Key value store works. Needs more error handling [ociule]
directory templates/ Sun Feb 15 14:29:32 -0800 2009 Removed swap files - should never have been com... [ociule]
README
Want to use just the datastore from the AppEngine stack? This will give you a web hash-value gateway to the datastore.

h2. Really **simple** to use!

To **store** a value, just post it to /put/_key_ as the _value_ parameter.
* The key is optional, a random one will be generated for you if missing (you'll get it back in the answer).
* Due to AppEngine datastore limitations, the key must start with a letter. 
* Alternatively, post the key in a _key_ Post parameter. If you do both (key in URL and Post), the URL takes precedence.

* If the key already exists, the value will be updated.

To **fetch** a value, just make a Get request to /get/_key_

h2. Just a key-value store ?

Yes, but a fast and scalable one. As scalable as App Engine.

h2. Roadmap

* True JSON support including GQL queries and aggregates would be nice.
* Somehow expose all datastore functionality through a Rest interface.


Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server