Skip to content
simple10 edited this page Feb 20, 2013 · 7 revisions

IN PROGRESS

  • pub/sub callbacks for data changes
  • remoteStorage support
  • Singly data collector
  • OAuth2 provider
  • OAuth2 UI

BACKLOG

  • multi-database sharding support
  • master/master database support
  • data schemas
  • session support
  • example apps

ICEBOX

  • XDI discovery
  • XDI events
  • data syncing between clouds
  • UX flows for data sharing/syncing authorization

IDEAS

Add flag to cloudstore PUT to recurse object?

PUT /users/a?parse=true
{
  "name": "Some Name",
  "email": "[email protected]"
}

Data becomes accessible as /users/a/[name,email]

Clone this wiki locally