I have tried to deploy a 3 node datacenter on Virtualbox using Oracle's NoSQL product offering. I would like to share the demonstration along with fair understanding. Here is the abstract and the demo doc for download.
Oracle NoSQL Overview
Oracle NoSQL offers a non relational, distributed and horizontally scalable datastore to achieve high availability with a simplified data model.
The article describes how to setup a 3-node Oracle NoSQL Kvstore datacenter on Oracle Virtualbox. The objective of the demonstration is to allow users to setup the datacenter on their local environment and carry out hands-on activities in regards to NoSQL administration.
The article starts with a brief introduction to NoSQL and the Oracle offering. It lists the prerequisite products used for the demonstration and summarizes the setup information. Later the datacenter deployment has been demonstrated in detail supported with required screenshots.
NoSQL: The Introduction
NoSQL is one of the emerging database solution in the world today. Very often, it is misunderstood as anti SQL, but it is not true. It carries the name "Not Only SQL" for the fact that it doesn't uses SQL, contrary to the conventional database systems.
The key objective behind the evolution of NoSQL solution was to cope up the high growth of semi structured data and real time processing. The Web 2.0 platforms expressed their concerns over the availability, scalability, and flexibility of RDBMS products. On the other hand, NoSQL database facilitates, perhaps meant for high availability, flexibility and its scaling out capabilities. Several top tier websites like Amazon, Facebook and Twitter employ NoSQL solution to yield maximum availability and quick performance by virtue of its high throughput and low latency features.
Overall, NoSQL doesn't provides a soul database management system but just a data repository. Contrary to the ACID (Atomicity, Consistency, Integrity and Durability) compliance, NoSQL database solution complies with BASE (Basically Available, Soft state, Eventually consistent) model. Most of NoSQL databases are key value stores, while several database products have also been registered as columnar, document based and graph based under NoSQL category.
Oracle brings its own NoSQL database product which is built on Berkley DB java platform. Berkley DB has been a proven XML based storage model over the last decade. Oracle NoSQL database is a distributed key value store which is built on set of storage nodes. In recent times, Oracle NoSQL product has caught the attention in the community by to its inclusion in the Oracle Big Data solution for real time data processing.
Currently, the NoSQL database is available in two flavors namely, Community edition and Enterprise edition.
The Oracle NoSQL database product can be downloaded from the below link
http://www.oracle.com/technetwork/database/nosqldb/downloads/default-495311.html
Download the complete demo document from the below link
OracleNoSQL 3 node KVstore Deployment on Virtualbox
Do share you feedback/suggestions and observations.
Related articles
- Blueprints for Oracle NoSQL Database (blogs.oracle.com)
- Read how a customer uses Oracle NoSQL Database (blogs.oracle.com)
- Can NoSQL (e.g. MongoDB) replace Data Grid solutions e.g. Oracle Coherence (stackoverflow.com)
- NoSQL is a Stupid Name (java.dzone.com)
- What is NoSQL, and why do you need it? (zdnet.com)
- SQL, NoSQL, BigData in Data Architecture (slideshare.net)
- NoSQL or Traditional Database (java.sys-con.com)
- NoSQL: Algorithms and Data Modeling Links (architects.dzone.com)
- NoSQL and transactions (markclittle.blogspot.com)
- Big Data Performance Delivered: Oracle NoSQL Database on Cisco UCS (blogs.cisco.com)
... [Trackback]...
ReplyDelete[...] Read More: sbhoracle.wordpress.com/2012/11/08/oracle-nosql-kvstore-1-2-123-deployment-demo/ [...]...