Commit Graph

3 Commits

Author SHA1 Message Date
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