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
Todd Gruben
170fe96661
added new logging technique
2015-02-09 22:26:45 +00:00
travisturner
e174a804cc
handle a square-bracketed list of queries (for plugins)
2014-12-23 16:10:26 -06:00
Cody Soyland
c858da3fa7
Query planner - make work with new args from query parser, remove "N" variable
2014-03-18 18:40:40 -05:00
Cody Soyland
f375ad9de5
WIP: lexer/parser refactor/enhancements.
2014-03-04 17:13:57 -06:00
travisturner
b05ad49ec4
add support for top-n LIMIT
2014-02-05 19:51:37 -06:00
travisturner
fc75d37300
add support for Set() queries to lexer/parser/planner
2013-12-30 13:31:40 -06:00
travisturner
d7a3ecd70a
query parser and planner (PQL string > lex > tokens > parser > query > planner > query plan)
2013-12-27 11:20:45 -06:00
Cody Soyland
781ecd0ce4
gofmt all the things!
2013-12-16 11:21:27 -06:00
travisturner
f6c712caf6
Lexer updates. DB topology updates
2013-12-06 07:54:19 -06:00