domain-query-language / dql-server-php-defunct

A server side application that can receive and process DQL statements, leading to a fully working, event sourced, domain.
MIT License
0 stars 1 forks source link

Problem: Don't know if we should make the switch to GO or not #58

Open barryosull opened 8 years ago

barryosull commented 8 years ago

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.

barryosull commented 8 years ago

Good article on the pros and cons of GO. Also contains a list of references. https://abdullin.com/golang/

barryosull commented 8 years ago

JSON encoding and decoding Useful for the command/event stores

ORM Making it easier to write the event store

barryosull commented 8 years ago

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/