Skip to content

Instantly share code, notes, and snippets.

View balunasj's full-sized avatar

Jay Balunas balunasj

  • Red Hat Inc.
  • New York, USA
View GitHub Profile
@balunasj
balunasj / persistence-spec.md
Created July 13, 2012 13:47 — forked from kborchers/persistence-spec.md
Initial persistence API draft

Persistence API - draft 0.1

This is a initial proposal on having a very simple persistence layer

Requirements

  • Enable data to be created/saved/persisted/queryied/removed to/from the server side in a consistent manner without no matter the data format expected by the server

References