package
0.0.0-20190222035006-49e54609ed1c
Repository: https://github.com/jacksontj/dataman.git
Documentation: pkg.go.dev

# README

This is the daemon for storage nodes

Test of a simple get

[jacksontj@localhost ~]$ curl -sd '[{"get": {"db": "test", "table": "user", "id": 5}}]' localhost:8080/v1/data/raw | json_reformat [ { "return": [ { "id": 5, "name": "5" } ], "meta": { "datasource": "postgres" } } ]