routernode

command
v0.0.0-...-49e5460 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2019 License: MIT Imports: 5 Imported by: 0

README

This is the daemon for router 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"
        }
    }
]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL