Skip to content

Instantly share code, notes, and snippets.

@eli-oat
Last active January 25, 2016 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eli-oat/6f6aeb7e5a17f24e5ffa to your computer and use it in GitHub Desktop.
Save eli-oat/6f6aeb7e5a17f24e5ffa to your computer and use it in GitHub Desktop.
Idea for a document based database for museums and nonprofits
{
"definitions": {
"objectTypes": {
"person": 10,
"money": 20,
"event": 30,
"product": 40
},
"linkTypes": {
"from": -10,
"to": -20,
"for": -30
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment