Unlike other Oracle-NoSQL connector our push technology automatically synchronize the enterprise relational SQL information with the NoSQL storage.
HBase is an open source, non-relational, distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data.
The connector simplifies the way that your enterprise data are copied to the NoSQL space, it is defined during setup time by creating an specialized Oracle Domain Indexes and once they are created the relational data are copied to the NoSQL layer using JSON over HTTP. Finally during the life time of the data if they are modified the changes are propagated to the NoSQL storage in a NRT (Near Real Time) way.









