Cody Soyland
7a7869aea6
Add build status to README
2017-02-23 11:26:34 -06:00
Yuce Tekol
d8745fa27b
Merge pull request #313 from yuce/master
...
Quick one - updated README with SetProfileAttrs call
2017-02-16 12:30:50 +02:00
Yuce Tekol
5ff28bc5c5
Updated with the info for retrieving profile attributes
2017-02-14 21:23:39 +03:00
Yuce Tekol
601f1a2df4
updated README with SetProfileAttrs call
2017-02-14 17:59:24 +03:00
Yuce Tekol
2fc1128714
Added SetBit timestamp example
2017-02-09 17:55:57 +03:00
Matthew Jaffee
dbd633ee2c
Merge pull request #270 from pilosa/benchmark-day
...
Benchmark day
2017-01-23 12:02:00 -06:00
Cody Soyland
ca11643a5a
Add ClearBit support to Zipf benchmark
2017-01-19 16:41:43 -06:00
jaffee
583c16e8e7
add -hosts to bagent command in README
2017-01-19 11:31:49 -06:00
jaffee
86b540ca13
readme and error checking
2017-01-19 10:38:25 -06:00
jaffee
fb026b72da
readme tweaks
2017-01-18 21:18:24 -06:00
jaffee
8cbb757491
update benchmark docs
2017-01-18 20:57:14 -06:00
jaffee
364868fa52
change README install command to only install cmd/...
...
installing everything under the top level causes issues due to things under
vendor/ getting installed
2017-01-16 12:28:35 -06:00
jaffee
6766c91cde
fix references to outdated "Agents" config
2017-01-03 16:36:27 -06:00
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