Jonathan Chappelow
e6733e15b5
use semantic import versioning as required by go
2019-09-30 13:45:14 -05:00
yamamushi
d01b698d5a
Updated bbolt import path
2018-08-28 20:31:50 -05:00
Asdine El Hrychy
fa32729dda
Export missing interfaces. fixes #196
2018-01-06 14:40:52 +01:00
Asdine El Hrychy
8a7a3be6b2
Unexport unnecesary interfaces
2017-11-18 11:50:47 +01:00
Asdine El Hrychy
e9c9e1c6bc
Replacing boltdb/bolt by coreos/bbolt
2017-09-13 23:35:32 +02:00
Asdine El Hrychy
97fb2a9fdd
Unified increment
2016-10-12 22:24:15 +02:00
Asdine El Hrychy
e56bef7f65
Metadata counter per field
2016-10-12 22:24:15 +02:00
Asdine El Hrychy
b6dfb13b22
Bucket metadata
2016-09-25 08:30:16 +02:00
Asdine El Hrychy
ba92ab1186
Renaming EncodeDecoder to MarshalUnmarshaler
2016-09-24 13:28:52 +02:00
Asdine El Hrychy
69902844a8
Batch support
2016-09-24 01:01:30 +02:00
Asdine El Hrychy
d3844dca40
Simplifying transactions
2016-09-24 00:54:12 +02:00
Asdine El Hrychy
4567a0b767
Batch option
2016-09-24 00:31:50 +02:00
Asdine El Hrychy
6c51b369d4
Set a Codec per Node
2016-09-12 20:44:37 +02:00
Asdine El Hrychy
6808e1db47
Adding comments on Node
2016-09-04 10:41:57 +02:00
Asdine El Hrychy
1c702bc8a8
Add Codec method on Node
2016-09-04 10:29:34 +02:00
Asdine El Hrychy
89aaa7e2c7
Adding some interfaces
2016-08-26 11:16:06 +02:00
Asdine El Hrychy
9423b4753d
Node is now an interface
2016-08-22 13:21:51 +02:00
Bjørn Erik Pedersen
1c9710171c
Add PrefixScan
...
To scan for buckets by prefix.
This commits also adds an accessor for the bucket name.
2016-07-05 17:51:52 +02:00
Asdine El Hrychy
b5486fd5cd
Passing external transaction to Storm
2016-04-24 14:36:23 +02:00
Asdine El Hrychy
37852f3287
Transaction support
2016-04-19 00:13:47 +02:00
Bjørn Erik Pedersen
0754020e25
Add multi-bucket support
...
This commits adds a new Node type. A Node is in many was analogous
to a Bolt bucket, but with all of Storm's easy to use methods attached to it.
A new Storm can now be supplied with a Bucket root, where all the data will be
stored below. When more partitioning of your data is needed, new nodes can be created
with the From method.
Fixes #7
2016-04-14 13:27:11 +02:00