travisturner
|
b4e9c909ba
|
friendlier print of Pilosa/version on start
|
2014-01-31 10:11:48 -06:00 |
|
Todd Gruben
|
18e2d1b7dd
|
added dump version on startup
|
2014-01-30 15:58:25 -06:00 |
|
Todd Gruben
|
81e17c4392
|
updated the version file
|
2014-01-30 13:03:25 -06:00 |
|
Todd Gruben
|
df8dc3d927
|
added basic persitant for brands;general fragments
|
2014-01-28 15:32:12 -06:00 |
|
Todd Gruben
|
c48ad2890e
|
added name to core/service
|
2014-01-24 11:00:08 -06:00 |
|
Todd Gruben
|
afa10d331b
|
fixed typo
|
2014-01-24 10:54:16 -06:00 |
|
Todd Gruben
|
c1c69da685
|
added file based logging to service; new config file entry log_path
|
2014-01-24 10:51:06 -06:00 |
|
Todd Gruben
|
0a6260bdc0
|
inc version
|
2014-01-23 14:38:38 -06:00 |
|
Todd Gruben
|
61c3e84968
|
another non fatal log
|
2014-01-23 14:34:44 -06:00 |
|
Todd Gruben
|
0106a20696
|
corrected error for post to non-existant fragment
|
2014-01-23 13:16:06 -06:00 |
|
Todd Gruben
|
cf721020fb
|
fix for batch posting to unavailable slice
|
2014-01-23 11:44:21 -06:00 |
|
Todd Gruben
|
9c853959dc
|
quick cassandra test
|
2014-01-21 16:00:13 -06:00 |
|
Todd Gruben
|
cd7c30177c
|
trying out the memory container
|
2014-01-20 14:37:38 -06:00 |
|
Todd Gruben
|
19c8c37419
|
version commit
|
2014-01-20 14:26:11 -06:00 |
|
Todd Gruben
|
a518186a5f
|
inced the version
|
2014-01-20 10:59:01 -06:00 |
|
Todd Gruben
|
c4bda6c3ec
|
added runtime stats info to endpoint
|
2014-01-20 09:35:12 -06:00 |
|
Todd Gruben
|
c06efa1ac0
|
bumped the version
|
2014-01-17 20:57:38 -06:00 |
|
Todd Gruben
|
59234b9eb2
|
added batch enpoint
|
2014-01-17 19:27:51 -06:00 |
|
Todd Gruben
|
3d1caa37b1
|
add batch loader
|
2014-01-17 19:18:59 -06:00 |
|
travisturner
|
718705618f
|
add /version/ endpoint to core.http
|
2014-01-15 12:20:32 -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 |
|
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
|
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
|
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 |
|
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 |
|
Cody Soyland
|
2df5b961f5
|
Updated ProcessMapper, flatten() fix, etc
|
2013-12-19 16:33:28 -06:00 |
|
Cody Soyland
|
d2dc3b4cb6
|
Add id to service struct
|
2013-12-17 16:46:51 -06:00 |
|
Cody Soyland
|
781ecd0ce4
|
gofmt all the things!
|
2013-12-16 11:21:27 -06:00 |
|
Cody Soyland
|
37167299cb
|
Move things around, lay out framework for transport/dispatch logic
|
2013-12-13 14:06:49 -06:00 |
|
Cody Soyland
|
9a18d91399
|
Move things around.
|
2013-12-13 13:35:12 -06:00 |
|
Cody Soyland
|
76bd3cc222
|
Messaging and interface changes.
|
2013-12-13 13:23:16 -06:00 |
|
travisturner
|
7ec666d912
|
move cruncher out of core and into its own package
|
2013-12-12 08:50:25 -06:00 |
|
Todd Gruben
|
b7d9f91d2c
|
merge
|
2013-12-11 13:16:52 -06:00 |
|