Commit graph

11 commits

Author SHA1 Message Date
Cody Soyland
f2d44333cf Modify docs for people scared of piping to bash ;) 2016-11-29 16:04:19 -06:00
Cody Soyland
a4279eb215 Remove Godep now that we use Glide 2016-11-29 15:15:11 -06:00
Cody Soyland
2bc8a8d8d0 Change references from "umbel" to "pilosa" 2016-11-28 16:35:56 -06:00
Cody Soyland
ef1bef9aa1 Update README. Pilosa client requires Go 1.7 (context package) 2016-11-15 16:57:25 -06:00
Todd Gruben
a4ccbf869a added docs for TopN attributes 2016-09-27 14:07:29 -05:00
travisturner
5ab025638b fixed typos. changed -config flag to represent prefered Go format 2016-04-15 12:50:47 -05:00
travisturner
c591ee0f9a update the README file with config and query information 2016-04-11 22:28:50 -05:00
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
Ben Johnson
1d1cb134ec godep
This commit moves dependency management to use godep and the
new experimental vendoring support in Go 1.5.

NOTE: You must set `GO15VENDOREXPERIMENT` in your bash environment
for vendoring to work properly! See the updated `README` for details.
2015-09-03 13:52:45 -06:00
Ben Johnson
b06ecf3320 Update import path
This commit updates the import path from:

```
pilosa/*
```

to:

```
github.com/umbel/pilosa/*
```

This follows standard Go convention and makes the project "go gettable".

The README was also updated to reflect the changes.
2015-08-05 22:50:38 -06:00
tgruben
0d5ab8b30e Create README.md 2015-08-03 11:50:33 -05:00