A draft for an event tracking server in Go
##TODO
- Make package names more relevant, merge/decouple packages that require so
- Implement file logging for production + rotation (Using supervisor for rotation)
- More tests
- Complete TODOS concerning logging
- Complete TODOS concerning error handling - Decide actions to undertake based on situations
- Implement a protocol over websocket (Connection, Disconnection, Validation etc)
- File based configuration for connections (DB, AMQP) in JSON - VERY BASIC