hallettj / ruby_datastores forked from igal/ruby_datastores
- Source
- Commits
- Network (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jesse Hallett (author)
Sat Aug 08 17:16:32 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 03 21:31:52 -0700 2009 | |
| |
2009-08-04 Non-relational data stores for Ruby r1.odp | ||
| |
2009-08-04 Non-relational data stores for Ruby r1.pdf | ||
| |
README.markdown | ||
| |
comparison.ods | ||
| |
comparison.pdf | ||
| |
couchdb_eg.rb | ||
| |
couchdb_min.rb | Tue Aug 04 13:07:23 -0700 2009 | |
| |
memcached_eg.rb | Mon Aug 03 22:29:39 -0700 2009 | |
| |
mongo_assessment.txt | Mon Aug 03 21:31:52 -0700 2009 | |
| |
mongo_eg.rb | Mon Aug 03 21:31:52 -0700 2009 | |
| |
mongodb_min.rb | Tue Aug 04 13:07:23 -0700 2009 | |
| |
mysql_eg.rb | ||
| |
performance_graphs.png | ||
| |
postgresql_eg.rb | Mon Aug 03 21:31:52 -0700 2009 | |
| |
score_graph.png | ||
| |
sqlite3_eg.rb | Mon Aug 03 21:31:52 -0700 2009 | |
| |
tokyotyrant_eg.rb | ||
| |
tokyotyrant_min.rb | Tue Aug 04 13:07:23 -0700 2009 |
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

