I just imported the source code for RDDB from RubyForge into Github. First let me say that the SVN import from Github is hot – they’ve done a really good job. Second, please do not interpret this as an indication that I am going to resume work on RDDB – I’m not (I don’t think). At this point I’m just trying to get all of my projects on Github because it rocks and if I do want to work on any of these projects I can easily and others can fork them, which is really the big win.
Anyhow, if you want RDDB go to github: http://github.com/aeden/rddb/tree/master
Unrelated to RDDB, I also put support into the Moneta S3 implementation for passing :multi_thread as an option to the Moneta::S3.new method.
Have fun!





#1 by Eric on April 22, 2009 - 5:58 pm
the rake file is a disaster… required adding
require ‘logger’
to rddb.rb
and commenting out UUID.config b/c no .config exists for UUID.
Thanks for putting this together, and i understand it is devel, but its such a pita to get working im sure a lot of people will get discouraged before they can even install it.
what happened to the “it will be easier than couch b/c you can just do gem install rddb” … that would be really nice.
#2 by anthonyeden on April 22, 2009 - 9:19 pm
If you want to fork, fix and execute a pull request I’ll merge in your changes.