Documentation ¶
Overview ¶
main package is an example of how to use the querybuilder to construct filters for MongoDB Find operations.
To run this example, get a running instance of Docker on 27017 `docker run -d --name example-mongo -p 27017:27017 mongo`
To start the example server: `go run examples/example.go`
To query the newly running example API: `curl http://localhost:8080/v1/things?filter[attributes]=round`
For more queryoptions info, see: https://github.com/jtlabsio/query
Click to show internal directories.
Click to hide internal directories.