Thursday, January 22, 2015

WSO2 Storage Server

WSO2 Storage Server is conveniently provides a multi-tenanted structured and unstructured data storage provisioning and managing capabilities for development purpose. The storage server provides rapid provisioning and secure access to storage system such as relational, NoSQL Columnar, and Hadoop Distributed File System (HDFS) repositories using a consistent management process. The storage server management console allows users to create database, add users and provisioning access with minimum database administration skills.

The storage server can be downloaded from http://wso2.com/products/storage-server/  or can build from the source code. The source code for carbon-storage management can be downloaded from gitHub using following link https://github.com/wso2-dev/carbon-storage-management.git and the product storage server can be downloaded from gitHub using following address https://github.com/wso2-dev/product-ss.git

To build the product
To build the storage server need to have Maven build tool and JDK1.6 /1.7 installed. When building the storage server needs to follow the order because there are dependencies on carbon- storage management for product storage server, following is the order:  
  1. Build the carbon- storage management
  2. Build the product storage server
“maven clean install” is the command used to build the product from source code. “mvn clean install -Dmaven.test.skip=true” is the command used to build the product from source code without running any of the unit tests.

Running the product
  1. Extract the downloaded zip or extract the wso2ss-SNAPSHOT.zip inside the ../product-ss/modules/distribution/target directory.
  2. Go to the bin directory in the extracted folder
  3. On Windows run  “./wso2server.bat”, on Linux/Solaris run “./wso2server.sh”
  4. Once the server started point the browser to the URL https://localhost:9443/carbon
  5. To login to the management console use “admin”, “admin” as the username and password
Relational Storage Service
The storage server allows users to create and manage Relational Database Management System (RDMS) through the Relational Store Service (RSS). By default RSS support for H2 but it is extensible RSS support for MySQL, SQL SERVER or Oracle also. RSS facilitates to
  •  Create database  
  • Create privilege templates 
  • Create database user 
  • Create RSS instances

Column storage service
By column storage service storage server facilitate users to create and manage the Cassandra cluster using through a simplified management console UI. Column storage service facilitates to: 
  • Creating Keyspaces
  • Creating Column Families   
  • Explore Cassandra Cluster 
  • Cassandra Authentication and Authorization

Hadoop Distributed File System
Hadoop Distributed File System (HDFS) facilitates users to create and manage a distributed file system with authentication and authorization.


No comments:

Post a Comment