Open barryosull opened 8 years ago
Good article on the pros and cons of GO. Also contains a list of references. https://abdullin.com/golang/
JSON encoding and decoding Useful for the command/event stores
ORM Making it easier to write the event store
Discussion on GO web frameworks http://thenewstack.io/a-survey-of-5-go-web-frameworks/
Microservice framework, useful for splitting the app into components https://micro.mu/
We've been investigating using GO as our backend for a while now. GO is fast, can be built into a distributable execultable, multi-threaded and it has a heap of packages.
Solution: Research GO and make a decision on whether it's best to switch now, or later SuccessCriteria: A list of article about GO, a list of the features we would need, estimates of difficulty.
This is a large problem, recommend splitting it into sub problems.