Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebakken/riak-c-go-integration
Project to demonstrate integrating Riak Go Client and a C executable.
https://github.com/lukebakken/riak-c-go-integration
Last synced: 8 days ago
JSON representation
Project to demonstrate integrating Riak Go Client and a C executable.
- Host: GitHub
- URL: https://github.com/lukebakken/riak-c-go-integration
- Owner: lukebakken
- License: unlicense
- Created: 2016-02-19T22:34:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T23:34:42.000Z (over 8 years ago)
- Last Synced: 2024-04-23T16:14:20.422Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# riak-c-go-integration
Project to demonstrate integrating Riak Go Client and a C executable.[`cgo` documentation is here](https://github.com/golang/go/wiki/cgo)
## Versions
* Go
```
go version go1.6 linux/amd64
```* Riak 2.1.3
* Riak Go Client [`1.6.0`](https://github.com/basho/riak-go-client/releases/tag/v1.6.0)
* C compiler
```
$ cc --version
cc (GCC) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```