Alexander Guz
09eea27094
Link Contributing guide to file in repo instead of external site
2017-05-07 15:12:41 +02:00
Cody Soyland
41c41b58ae
Switch to open-source Travis CI
2017-05-04 09:00:12 -05:00
Cody Soyland
05ff5e3c44
Add CLA Assistant badge
2017-05-04 08:58:51 -05:00
Cody Soyland
ac119889e4
Add additional badges to README ( #402 )
2017-05-01 17:02:25 -05:00
Alan Bernstein
edc8f0004f
Fix typo in readme
2017-05-01 14:04:36 -05:00
Travis
0e2b793de0
add Query Language section to the README
2017-04-25 13:41:44 -05:00
Travis
13b07b99b5
Change the README to be an index of links to the Docs
2017-04-25 12:05:28 -05:00
Travis
2ad322c2c7
Rename DB to Index
...
Rename `db.go` to `index.go` and `db_test.go` to `index_test.go`
2017-04-23 21:49:27 -05:00
Ben Johnson
d34687121f
Rename bitmap/profile to row/column.
2017-04-21 21:23:24 -06:00
Linh Vo
318a8a9f19
fix README
2017-03-24 09:56:14 -05:00
Matthew Jaffee
49efc558e6
fix single dash config flag in readme
2017-03-20 11:16:30 -05:00
Matt Jaffee
9b88e6e754
some more readme fixes for the new config style.
2017-03-20 11:09:19 -05:00
Matt Jaffee
77c25eeb06
fix readme and config command for new config style
...
still need to update readme to include info about environment variables, but at
least it isn't wrong anymore.
2017-03-17 20:42:41 -05:00
Matt Jaffee
60805d7f3e
change port 15000 to 10101 everywhere
2017-03-17 16:43:04 -05:00
Yuce Tekol
081660f5c8
quick readme fix
2017-03-09 03:13:55 +03:00
Yuce Tekol
b3ddc49c44
Merged the latest master
2017-03-08 01:15:56 +03:00
Yuce Tekol
d3a3cf5d46
Merge pull request #325 from yuce/readme-update
...
Readme update
2017-03-08 00:08:35 +02:00
Matt Jaffee
59bbd583d7
Merge branch '273-use-subcommands'
2017-03-07 13:19:18 -06:00
Yuce Tekol
43868a971e
updated readme for row col schema
2017-03-06 23:53:52 +03:00
Yuce Tekol
61d2997aee
Merge pull request #328 from yuce/make-docker-update
...
Make docker update
2017-03-06 21:36:37 +02:00
Matt Jaffee
c419c082da
update readme to reflect subcommands and pilosactl gone
2017-03-06 11:18:16 -06:00
Cody Soyland
7a7869aea6
Add build status to README
2017-02-23 11:26:34 -06:00
Yuce Tekol
c2afa6491d
Updated README for docker usage
2017-02-21 23:08:41 +03:00
Yuce Tekol
2ecea00515
updated README to have TopN(frame=bar) variant
2017-02-19 21:09:12 +03: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
52fdb6d405
Merge remote-tracking branch 'upstream/master'
2017-02-14 22:51:26 +03: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