hallettj / ruby_datastores forked from igal/ruby_datastores

An evaluation of various data stores for Ruby

This URL has Read+Write access

name age message
file .gitignore Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [Igal Koshevoy]
file 2009-08-04 Non-relational data stores for Ruby r1.odp Loading commit data...
file 2009-08-04 Non-relational data stores for Ruby r1.pdf
file README.markdown
file comparison.ods
file comparison.pdf
file couchdb_eg.rb
file couchdb_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [Igal Koshevoy]
file memcached_eg.rb Mon Aug 03 22:29:39 -0700 2009 Added memcached as reference. [Igal Koshevoy]
file mongo_assessment.txt Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [Igal Koshevoy]
file mongo_eg.rb Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [Igal Koshevoy]
file mongodb_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [Igal Koshevoy]
file mysql_eg.rb
file performance_graphs.png
file postgresql_eg.rb Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [Igal Koshevoy]
file score_graph.png
file sqlite3_eg.rb Mon Aug 03 21:31:52 -0700 2009 Imported initial documents. [Igal Koshevoy]
file tokyotyrant_eg.rb
file tokyotyrant_min.rb Tue Aug 04 13:07:23 -0700 2009 Added minimalistic code samples for slides. [Igal Koshevoy]
README.markdown

Data Stores for Ruby

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

Updated: 2009-08-04

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.

Feedback

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

-igal