Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 10, 2010
1 parent 06def24 commit c77e2c2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Schema4Less
# Persistence Smoothie

This application is an example of a combination of SQL and NoSQL systems in an application presented during the talk [Persistence Smoothie: Blending SQL and NoSQL](http://intridea.com/2010/3/30/persistence-smoothie-blending-nosql-and-sql-at-confoo) given at Confoo 2010. It represents a simple storefront with some social features and utilizes MySQL, Redis, and MongoDB all within the same application.
This application is a Rails 3 example of a combination of SQL and NoSQL systems in a single application presented during the talk [Persistence Smoothie: Blending SQL and NoSQL](http://intridea.com/2010/3/30/persistence-smoothie-blending-nosql-and-sql-at-confoo) given at Confoo 2010 as well as RubyNation 2010. It represents a simple storefront with some social features and utilizes MySQL, Redis, and MongoDB all within the same application.

Obviously this is demoware and was constructed in just a few hours. There are some rake tasks for pulling some data in from Amazon and it is generally brittle and untested code. Enjoy!

Freely available for any and all reasons to anyone for any reason. Written by Michael Bleigh of [Intridea, Inc.](http://www.intridea.com/)
Freely available for any and all reasons to anyone for any reason. Written by Michael Bleigh of [Intridea, Inc.](http://www.intridea.com/)

## Slide Deck

* **RubyNation Version:** [[slideshare](http://www.slideshare.net/mbleigh/persistence-smoothie-blending-sql-and-nosql-rubynation-edition)] [[download]](http://github.com/downloads/mbleigh/persistence-smoothie/Persistence%2520Smoothie%2520-%2520RubyNation.pdf)
* **Confoo Version:** [[slideshare]](http://www.slideshare.net/mbleigh/persistence-smoothie) [[download](http://www.slideshare.net/mbleigh/persistence-smoothie/download)]

0 comments on commit c77e2c2

Please sign in to comment.