Commit graph

3762 commits

Author SHA1 Message Date
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
Cody Soyland
2df5b961f5 Updated ProcessMapper, flatten() fix, etc 2013-12-19 16:33:28 -06:00
Todd Gruben
f741623420 added list gethandle operation 2013-12-19 14:17:19 -06:00
Todd Gruben
3e72e36ec5 added method for creating empty bitmap handle 2013-12-19 12:00:34 -06:00
Todd Gruben
f04d2f3474 added compression to bytes method;renamed fragment_container 2013-12-19 10:21:48 -06:00
Todd Gruben
a4ed1d9a8c refactored commands to utilize anonymous fields 2013-12-19 09:56:29 -06:00
Todd Gruben
3c85487f04 added bytes interface to fragment; added needed files for kv storage 2013-12-18 20:44:22 -06:00
Todd Gruben
637c758858 Merge branch 'master' of ops:nuevo-pilosa 2013-12-18 20:15:06 -06:00
Todd Gruben
7c08f8b97c added file based storage backend 2013-12-18 20:14:07 -06:00
Cody Soyland
5a337e576e Use pointer to not copy service. 2013-12-17 18:12:41 -06:00
Cody Soyland
d2dc3b4cb6 Add id to service struct 2013-12-17 16:46:51 -06:00
Cody Soyland
43f87b9b57 More config changes. 2013-12-17 15:32:29 -06:00
Todd Gruben
05db8dcb7b Merge branch 'master' of ops:nuevo-pilosa 2013-12-17 14:25:31 -06:00
Todd Gruben
3980fb1fb3 added checking to SSUID 2013-12-17 14:25:16 -06:00
Cody Soyland
6839df4f6b Refactor config - optionally not global. 2013-12-17 12:47:38 -06:00
Todd Gruben
abcd0b648c replace UUID->SUUID 2013-12-17 12:21:14 -06:00
Todd Gruben
6edb519ecb changed SetBit to operate only on bitmap_id, setbit will create a bitmap record now 2013-12-17 10:08:52 -06:00
Cody Soyland
781ecd0ce4 gofmt all the things! 2013-12-16 11:21:27 -06:00
travisturner
d8051ea1be add fragment_container so Cruncher builds 2013-12-16 10:11:04 -06:00
Todd Gruben
ce8a17eded phase 1 api intergration 2013-12-13 15:09:02 -06:00
Todd Gruben
84c6900197 merge 2013-12-13 14:25:34 -06:00
Todd Gruben
92a572bb60 first pass at fragment library api; initial checkin for basic id generator 2013-12-13 14:23:58 -06:00