jmalloc / protavo

A protocol-buffers based, embedded document store for Go. [EXPERIMENTAL]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protavo

Build Status Code Coverage Latest Version GoDoc Go Report Card

Protavo is a simple embedded document store for Go where document content is represented as protocol buffers messages.

It includes support for multiple drivers. The reference implementation is built on top of BoltDB.

go get -u github.com/jmalloc/protavo/src/protavo

This project is EXPERIMENTAL. Expect frequent breaking changes to the API.

About

A protocol-buffers based, embedded document store for Go. [EXPERIMENTAL]

License:MIT License


Languages

Language:Go 99.4%Language:Shell 0.4%Language:Makefile 0.2%