Skip to content

Instantly share code, notes, and snippets.

View alexbrasetvik's full-sized avatar

Alex Brasetvik alexbrasetvik

View GitHub Profile
# Some sample documents that could be data about ticket sales.
# An organization can have multiple events, and an event has ticket sales.
# Tickets can have different prices, and are of course sold at different times.
ticket_id: 1
event: red_wedding
organization: freys
sold_at: 2013-12-01T12:00
price: 400
---