* chore: init go.mod
* chore: ignore go binaries
* chore: remove thrift, will be managed by go mod
* chore: build c++ and go in one repo
* chore: depends on snappy
* chore: build snappy_command
* chore: compress wayid2nodeids.csv by snappy
feat: Define thrift protocol with traffic service and implement logic which generates traffic update file for OSRM
- OSRM with telenav traffic architecture
- Define traffic protocol in thrift and generate de-coding code
- Implement logic to pull result from traffic server and generate csv which could be used for OSRM customization
Closes#1, #2, #3