Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Last active August 29, 2015 14:01
Show Gist options
  • Save rvalyi/e196cb60dd7306e05b1f to your computer and use it in GitHub Desktop.
Save rvalyi/e196cb60dd7306e05b1f to your computer and use it in GitHub Desktop.
1 Big data, high availability and full text search for OpenERP data with Apache Solr
====================================================================================
OpenERP is optimized for managing master data transactionally. But you may also need high availability
accross millions of records, with advanced full text search and this is what Apache Solr is optimized for.
Akretion created a connector for Solr reusing the CampToCamp generic asynchrone framework.
Not only your can search for records, but you can also browse their cache and even rebuild
their associations directly from Apache Solr without hitting OpenERP! This is being used
in Brazil in what we believe to be the biggest website entirely backed by OpenERP,
with millions of products in catalog, 10 requests per second and 3000 unique visitors per day
at the beginning of the website launch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment