Support for querying redisgraph over the redigo client. This is derived from the redisgraph-go client.
This library focuses on adding support for typing results and for now just supports simple scalar types.
$ docker-compose up -d$ docker-compose run driver gotest -v ./rgraphqueryThis library is set up with docker to ensure that the client will run against specific versions of redisgraph.
To check support against a new version, simply replace (or add a new) version to the docker compose file and run the tests against it.
Please create a ticket in the Issues page for this repo, or reach out to us directly (see Get in Touch).
Please see the Issues page for list of outstanding bugs. If you are looking to implement a feature outside of the list of bugs please create an Issue for the feature that you would like to implement.
Assign it to yourself or comment that you will be taking it over. Then:
- Fork this repo
- Clone your repo and check out a branch based off of development. The name of the branch should be
feature/<ticket number> - Implement your feature. Ensure that
- You have updated any version changes in the redisgraph image
- All existing tests are passing
- You have added any necessary documentation
- Open a pull request from your fork to our repo on the development branch.
- Title:
feature/<ticket number> <General summary of work done> - Description:
Fixes #<ticket number>. <Additional details of work>
- Title:
Please reach out to us at anytime at support@namara.io