Pure Golang k-v storage with in-memory index based on Protocol Buffers v3
This project will be the alpha until the third stable version of Protocol Buffers will be released. Future versions of the project are likely to be incompatible with the current version.
Get or update
go get github.com/logrusorgru/gpks
Test
cd $GOPATH/src/github.com/logrusorgru/gpks
go test
See gpks_test.go
for example
Copyright © 2015 Konstantin Ivanov [email protected]
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.