Demonstration for running applications on top of
Event Horizon.
This project assumes that you're coming from/are familiar with the
Quickstart guide.
The meat of the project is in main.go which is well documented and
you should read it.
Architecture of this app
Golang, Linux, Docker
Embedded database (BoltDB)
ORM layer (Storm) on top of BoltDB. Normally I wouldn't recommend using an ORM
but it was the least amount of code to persist data to make this demo work.