On Wed, Mar 07, 2012 at 04:44:04PM -0800, Ankit Srivastava wrote: > > I am trying to implement a framework for using workflows in place of > distributed transactions. I read about Ruote on the web and kind of feel it > can solve some of my problems. Although if someone can guide me if there > has been work done in integrating Hbase as a storage for ruote, it would be > great.
Hello Ankit, welcome to ruote's mailing list. I don't know of anyone using Hbase as a storage for ruote. There is some documentation for implementing storages: http://ruote.rubyforge.org/implementing_a_storage.html And examples: https://github.com/jmettraux/ruote/blob/master/lib/ruote/storage/hash_storage.rb https://github.com/jmettraux/ruote/blob/master/lib/ruote/storage/fs_storage.rb https://github.com/jmettraux/ruote-mon https://github.com/jmettraux/ruote-redis https://github.com/jmettraux/ruote-sequel ... Be sure to understand Hbase and the ruote storage requirements well before starting. You also need to be ready with running the ruote tests against your storage. Questions are welcome, cheers, -- John Mettraux - http://lambda.io/processi -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
