Commit Graph

10 Commits

Author SHA1 Message Date
yamamushi
d01b698d5a Updated bbolt import path 2018-08-28 20:31:50 -05:00
Asdine El Hrychy
e9c9e1c6bc Replacing boltdb/bolt by coreos/bbolt 2017-09-13 23:35:32 +02:00
Asdine El Hrychy
3488114915 Refactor Open and DB 2017-09-13 23:27:50 +02:00
Asdine El Hrychy
617fe4aad8 Using node codec instead of root codec 2017-09-13 22:26:17 +02:00
Asdine El Hrychy
a6718ade82 Replacing testify/assert by testify/require 2017-09-09 11:29:50 +02:00
Asdine El Hrychy
6c51b369d4 Set a Codec per Node 2016-09-12 20:44:37 +02:00
Asdine El Hrychy
9423b4753d Node is now an interface 2016-08-22 13:21:51 +02:00
Asdine El Hrychy
f59a8d7689 Using testing helper 2016-08-20 17:25:22 +02:00
Asdine El Hrychy
b5486fd5cd Passing external transaction to Storm 2016-04-24 14:36:23 +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