Skip to content

golang based on protocol buffers k-v storage with in-memory index

License

Notifications You must be signed in to change notification settings

logrusorgru/gpks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpks

GoDoc WTFPL License Build Status Coverage Status

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.

Install

Get or update

go get github.com/logrusorgru/gpks

Test

cd $GOPATH/src/github.com/logrusorgru/gpks
go test

Usage

See gpks_test.go for example

Licensing

Copyright © 2015 Konstantin Ivanov kostyarin.ivanov@gmail.com
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.

About

golang based on protocol buffers k-v storage with in-memory index

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages