NoSQL: Using Solr and Hadoop as a NoSQL database

| | bookmark | email

Using Solr and Hadoop as a NoSQL database

The combination of Hadoop and Solr makes it easy to crunch lots of data and then quickly serve up the results via a fast, flexible search & query API. Because Solr supports query-style requests, it's suitable as a NoSQL replacement for traditional databases in many situations, especially when the size of the data exceeds what is reasonable with a typical RDBMS.

tags:Hadoop

via NoSQL databases