Home > Ruby on Rails > Bases de datos no relacionales y Rails

Bases de datos no relacionales y Rails

September 11th, 2009

README.md at 9202bd328b828159746bb902ef71690580313b2d from langalex’s couch_potato – GitHub:
CouchPotato es una capa de persistencia para CouchDB. CouchDB es, a su vez, una base de datos no relacional. Es un concepto bastante interesante.
Cito:
What CouchDB is

  • A document database server, accessible via a RESTful JSON API.
  • Ad-hoc and schema-free with a flat address space.
  • Distributed, featuring robust, incremental replication with bi-directional conflict detection and management.
  • Query-able and index-able, featuring a table oriented reporting engine that uses Javascript as a query language.
Categories: Ruby on Rails Tags:
Comments are closed.
Recursos Rails