public
Description: An evaluation of various data stores for Ruby
Homepage:
Clone URL: git://github.com/igal/ruby_datastores.git
name age message
file .gitignore Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [igal]
file 2009-08-04 Non-relational data stores for Ruby r1.odp Tue Aug 11 12:56:53 -0700 2009 Updated comparison and slides with new informat... [igal]
file 2009-08-04 Non-relational data stores for Ruby r1.pdf Tue Aug 11 12:56:53 -0700 2009 Updated comparison and slides with new informat... [igal]
file 2009-11-14 Non-relational data stores for OpenSQL Camp.odp Fri Nov 13 20:50:55 -0800 2009 Added slides for Open SQL Camp [igal]
file 2009-11-14 Non-relational data stores for OpenSQL Camp.pdf Fri Nov 13 20:50:55 -0800 2009 Added slides for Open SQL Camp [igal]
file LICENSE.txt Fri Dec 04 11:53:28 -0800 2009 Added license information. [igal]
file README.markdown Fri Dec 04 11:53:28 -0800 2009 Added license information. [igal]
file comparison.ods Fri Nov 13 20:41:50 -0800 2009 Updated comparison with new MongoDB stats, clar... [igal]
file comparison.pdf Fri Nov 13 20:41:50 -0800 2009 Updated comparison with new MongoDB stats, clar... [igal]
file couchdb_eg.rb Tue Aug 04 05:21:58 -0700 2009 Merged Jesse's CouchDB code, reformatted text o... [igal]
file couchdb_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [igal]
file matrix_graph.png Fri Nov 13 20:50:40 -0800 2009 Updated PNG graphs. [igal]
file memcached_eg.rb Mon Aug 03 22:29:39 -0700 2009 Added memcached as reference. [igal]
file mongo_assessment.txt Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [igal]
file mongo_eg.rb Sun Nov 15 16:31:02 -0800 2009 Updated mongo_eg to add results with 0.16 drive... [igal]
file mongodb_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [igal]
file mysql_eg.rb Fri Nov 13 17:13:45 -0800 2009 Improved mysql_eg, added MyISAM and InnoDB benc... [igal]
file performance_graphs.png Fri Nov 13 20:50:40 -0800 2009 Updated PNG graphs. [igal]
file postgresql_eg.rb Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [igal]
file score_graph.png Tue Aug 11 12:56:53 -0700 2009 Updated comparison and slides with new informat... [igal]
file sqlite3_eg.rb Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [igal]
file tokyotyrant_eg.rb Sun Nov 15 10:33:38 -0800 2009 Updated tokyotyrant_eg, added results for n=100... [igal]
file tokyotyrant_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [igal]
README.markdown

Data Stores for Ruby

This is a overview of different data stores that can be used with Ruby.

Updated: 2009-08-11

Contents

  • _min.rb files contain minimalistic examples.
  • _eg.rb files contain more sophisticated examples and benchmarks.
  • 2009-08-04 Non-relational data stores for Ruby r1.odp contains a presentation.
  • comparison.ods contains a detailed comparison of features.

Thanks

  • Jesse Hallett for assistance with writing CouchDB queries.
  • Brice Figureau for assistance with Tokyo Tyrant indexes.

Feedback

Please submit patches, corrections or suggestions so that this information is unbiased, accurate and useful.

License

This code and information is distributed under a permissive MIT license. See the LICENSE.txt for details.

-igal