Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiborvass/hyperclient
Hyperdex package for Go
https://github.com/tiborvass/hyperclient
Last synced: 9 days ago
JSON representation
Hyperdex package for Go
- Host: GitHub
- URL: https://github.com/tiborvass/hyperclient
- Owner: tiborvass
- Created: 2012-03-25T09:21:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-26T10:27:43.000Z (over 12 years ago)
- Last Synced: 2024-10-31T04:50:29.732Z (16 days ago)
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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