This repository contains any micro-services that provide data that is used by the front end services. There may also be other use cases, and it is not decided yet to which layers usage should be constrained.
Should new drivers be needed, that path to adding one myself is clear.
At the beginning on the Postgres driver is required.
The drivers that officially are included and also pass the necessary compatibility tests for postgres will be used (https://godoc.org/github.com/lib/pq)
The following are the lists of microservices in this repository:
simple
simple
simple is a simple REST microservice that when provided with a datastore identifier and a table name returns all the data in that table in a simple csv format in which all values are returned as strings, except nulls.