Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hyperdex package for Go

Cannot retrieve the latest commit at this time.
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
AUTHORS | ||
![]() |
README | ||
![]() |
hyperclient.go |
README
This is a HyperDex client package for Go. It is a wrapper around the C hyperclient provided by HyperDex. For more information about HyperDex, please go to http://hyperdex.org. -- NOTE This is still a work in progress. -- LICENSE I don't provide any license, so you can use this source code as you want with no warranties whatsoever. However do not violate HyperDex's own license available here : https://raw.github.com/rescrv/HyperDex/master/LICENSE -- PREREQUESITES Download hyperdex at http://hyperdex.org/download/ Install hyperdex (make sure you have the dynamic libraries installed properly) -- INSTALL go get -u github.com/tiborvass/hyperclient