Created on 11-18-201501:34 PM - edited 08-17-201904:41 AM
Repo Description
The High Level Reference Architecture consists of the following:
HBase - system of record for the documents/images
SOLR - system of record for the the metadata and providing the indexing and searching capabilities.
When a user queries for a content via metadata, we will use Solr to query the index. The solr query will return a unique hbase row key which will be used to quickly retrieve the image from Hbase.
Kafka - Documents will be pushed to Kafka for Streaming, Batch and B2B integration
Spring Data Solr and Spring MVC - Provides a REST interface to expose Doc and Index Services