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
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
Cody Soyland
483f4d22ca
Beginning of better error handling.
2014-04-08 16:18:17 -05:00
travisturner
c1edbb9382
preparation for macro support. clean up the RunQuery logic
2014-01-10 13:24:53 -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
11d964339c
Basic ping working.
2014-01-03 18:14:04 -06:00
travisturner
7fc18eca93
a basic executor and QueryStep handler
2014-01-03 15:14:51 -06:00
travisturner
bbabae12ef
stub out the service.Executor process
2013-12-31 13:45:55 -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
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