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
Todd Gruben
1b89d79c0a
auto allocate .001
2014-06-18 15:09:31 -05:00
Todd Gruben
4a2c3e73d0
converted to main cql driver
2014-06-17 13:06:56 -05:00
travisturner
6230d820a1
bubble query-planner errors up to final Hold.Set (remove panics)
2014-04-08 23:32:01 -05:00
Cody Soyland
483f4d22ca
Beginning of better error handling.
2014-04-08 16:18:17 -05: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
85f8034d9f
add in Top-N logic
2014-02-03 23:13:40 -06:00
travisturner
52f1b3661e
rename QueryList to PqlList for clarity
2014-01-13 11:16:23 -06:00
travisturner
66f3aeb21c
add support for macros, with Otto javascript to insert filters into macro
2014-01-10 17:51:19 -06:00
travisturner
c1edbb9382
preparation for macro support. clean up the RunQuery logic
2014-01-10 13:24:53 -06:00
travisturner
6b13091ca0
remove debugging code
2014-01-08 15:37:37 -06:00
travisturner
763a649f1a
make profile_id uint64. handle Get/Set/Cat QuerySteps
2014-01-06 20:18:41 -06:00
travisturner
0679ed17a2
convert UUID to use "tux21b.org/v1/gocql/uuid"
2014-01-03 17:47:22 -06:00
travisturner
7fc18eca93
a basic executor and QueryStep handler
2014-01-03 15:14:51 -06:00
travisturner
b8be246029
remove temp http server from Transport
2013-12-31 14:05:09 -06:00
travisturner
bbabae12ef
stub out the service.Executor process
2013-12-31 13:45:55 -06:00
travisturner
fc75d37300
add support for Set() queries to lexer/parser/planner
2013-12-30 13:31:40 -06:00
travisturner
0ea1b17ea1
add query.Execute(pql) to http/query handler
2013-12-27 13:46:07 -06:00