Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
```