featurebase/pilosa.go
Ben Johnson 34fa1afad0 refactor
This commit refactors the pilosa codebase. It makes several major
changes:

* Removes bitmap handles
* Removes dispatch/hold/transport
* Removes etcd dependency
* Adds consistent hash ring for slice placement
* Refactors parser/lexer
* Adds strong typing to PQL AST
* Flattens package hierarchy
2015-12-02 15:34:49 -07:00

6 lines
155 B
Go

package pilosa
//go:generate protoc --gogo_out=. internal/internal.proto
// Version represents the current running version of Pilosa.
var Version string