Commit graph

133 commits

Author SHA1 Message Date
travisturner
718705618f add /version/ endpoint to core.http 2014-01-15 12:20:32 -06:00
travisturner
be66583468 add otto to dependencies file 2014-01-14 17:53:24 -06:00
Todd Gruben
aeb00ddcb3 Merge branch 'master' of ops:nuevo-pilosa 2014-01-14 17:04:59 -06:00
Todd Gruben
8e6eb33970 loader command 2014-01-14 17:04:29 -06:00
travisturner
ba9f4f7320 i don't think we need to close the Body object anymore 2014-01-14 16:00:31 -06:00
travisturner
c1188aa57b handle missing query parameters. add config.default_db support 2014-01-14 15:54:17 -06:00
travisturner
3e292583fa add support for db in post query 2014-01-14 15:30:42 -06:00
Todd Gruben
172eb12932 added clear routine for fragment container 2014-01-14 15:10:43 -06:00
Todd Gruben
5315f75657 Merge branch 'master' of ops:nuevo-pilosa 2014-01-13 14:04:05 -06:00
Todd Gruben
e2d7b878f1 storage check 2014-01-13 14:03:58 -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
e3b417539a removed some of the slice range copy 2014-01-10 14:32:21 -06:00
travisturner
c1edbb9382 preparation for macro support. clean up the RunQuery logic 2014-01-10 13:24:53 -06:00
travisturner
73d45b7c6a move QueryStepHandlers out of executor code, into core.query.go 2014-01-09 10:17:55 -06:00
travisturner
a500044b40 add in base classes for QueryStep, QueryResult 2014-01-09 10:02:40 -06:00
travisturner
6b13091ca0 remove debugging code 2014-01-08 15:37:37 -06:00
travisturner
bc62bc47e9 PortableQueryStep interface to help transfer query-steps across processes 2014-01-08 15:08:54 -06:00
travisturner
b2c9b1860d Union/Intersect Query & Result support 2014-01-08 12:11:02 -06:00
travisturner
71c782ae6a create Get/Count QueryResult as a db.HoldResult to return results. added ResultData() method to HoldResult interface 2014-01-08 11:15:17 -06:00
travisturner
260a8d168e Merge branch 'master' into work 2014-01-08 09:16:14 -06:00
Todd Gruben
66471ffa80 added gob register for BitmapHandle 2014-01-08 09:13:27 -06:00
travisturner
695f10d668 minor code cleanup 2014-01-07 18:54:24 -06:00
travisturner
524b1e36b9 create CatQueryResult as a db.HoldResult to return results 2014-01-07 18:44:51 -06:00
travisturner
fc5eb909ae remove some debugging lines 2014-01-07 17:43:57 -06:00
travisturner
266f772c17 got some basic cat/count/bitmap-handles working 2014-01-07 12:23:01 -06:00
Todd Gruben
17e1a101a7 fixed bug with union with empty bm 2014-01-07 11:36:30 -06:00
travisturner
6968507296 resolved merge conflicts 2014-01-07 08:37:40 -06:00
travisturner
763a649f1a make profile_id uint64. handle Get/Set/Cat QuerySteps 2014-01-06 20:18:41 -06:00
Cody Soyland
0a50f18eca Use HoldResult interface to route responses from dispatch. Added standalone ping function. 2014-01-06 16:20:31 -06:00
Cody Soyland
11d964339c Basic ping working. 2014-01-03 18:14:04 -06:00
travisturner
0679ed17a2 convert UUID to use "tux21b.org/v1/gocql/uuid" 2014-01-03 17:47:22 -06:00
Cody Soyland
622b3b2351 Add timeouts. 2014-01-03 17:27:19 -06:00
travisturner
cc1d292c7f Merge branch 'master' into executor 2014-01-03 17:18:00 -06:00
travisturner
06cfd62025 remove some comments 2014-01-03 17:17:50 -06:00
Cody Soyland
5a8456089c Add holder. 2014-01-03 16:22:36 -06:00
Todd Gruben
9dbd3fbc66 initial brand fragment topn support 2014-01-03 16:21:48 -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
d5812cc224 rename service.Process to service.Index 2013-12-30 13:37:46 -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
travisturner
d7a3ecd70a query parser and planner (PQL string > lex > tokens > parser > query > planner > query plan) 2013-12-27 11:20:45 -06:00
travisturner
6d7c683a8a added a temp HTTP listener to transport.tcp so i could test the dispatch calls to process (index) 2013-12-27 11:18:51 -06:00
travisturner
9ee028290b convert fragment_uuid to fragment_id in code other than index 2013-12-27 11:17:38 -06:00
Cody Soyland
49b8c33059 Add metadata endpoint. 2013-12-26 15:05:00 -06:00
Cody Soyland
09f2d8eda1 Add webservice and /info url 2013-12-26 14:49:19 -06:00
Todd Gruben
b6d91cdcb2 Merge branch 'master' of ops:nuevo-pilosa 2013-12-23 15:03:42 -06:00
Todd Gruben
a6d6d72a0d added initial brand fragment support 2013-12-23 15:03:35 -06:00