Skip to content
silsha edited this page Apr 1, 2013 · 6 revisions

Als Datenbank wird MongoDB genutzt.

Beispieleinträge:

talks

{
	"name": "Mein toller Talk", 
	"speaker": ???,
	"released": MONGO_TIMESTAMP
	"license": "CC-BY 3.0",
	"comments":
	[
		{
			"name": "blabber",
			"points": 5,
			"comment": "Doofer Vortrag!"
		},
		{
			"name": "silsha",
			"points": 5,
			"comment": "Toller Vortrag! :3"
		}
	]
}

Clone this wiki locally