Commit graph

9 commits

Author SHA1 Message Date
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
98f13fecd8 adjusted loading routines to match intel littleEndian 2015-06-30 16:24:20 +00: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
a339e6ba11 convert filter arg from int to uint64 so it matches the IDS arg type from lexer 2014-04-07 11:07:10 -05:00
Todd Gruben
ef56ef6af3 added filter(category) to data model 2014-04-01 15:42:35 -05: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
59234b9eb2 added batch enpoint 2014-01-17 19:27:51 -06:00