Commit graph

63 commits

Author SHA1 Message Date
jaffee
4132f0b049 clean up benchmark docs a bit 2016-12-06 11:00:59 -06:00
jaffee
b05dd5c4e3 first cut at benchmark readme 2016-12-06 10:49:00 -06:00
Cody Soyland
de398a1af8 Modify docs for people scared of piping to bash ;) 2016-11-29 16:04:19 -06:00
Cody Soyland
e5be2eddeb Remove Godep now that we use Glide 2016-11-29 15:15:11 -06:00
Cody Soyland
a3a3add751 Change references from "umbel" to "pilosa" 2016-11-28 16:35:56 -06:00
Cody Soyland
d9abb6881d Update README. Pilosa client requires Go 1.7 (context package) 2016-11-15 16:57:25 -06:00
Todd Gruben
d699d41ea7 added docs for TopN attributes 2016-09-27 14:07:29 -05:00
travisturner
3995125011 fixed typos. changed -config flag to represent prefered Go format 2016-04-15 12:50:47 -05:00
travisturner
40274fe6b8 update the README file with config and query information 2016-04-11 22:28:50 -05:00
Ben Johnson
a632d08629 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
f822215be9 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