CRATE.IO : The Distributed Database Cluster for Developers
CRATE.IO enables developers to quickly set up a distributed database cluster, either on their own hardware or in a public cloud e.g. AWS.
One of the key advantages of CRATE.IO is its ability to scale.
The guiding principle for CRATE.IO is simplicity. Not only is it easy to set up, but once everything is up and running, developers can use standard SQL queries to work with their data.
Visit Crate at http://crate.io
Interesting Howto at "Using Crate Data with Rails"
http://vedanova.com/tech/open%20source/2014/06/24/using-crate-with-rails.html
To install crate (CENTOS)
bash -c "$(curl -L try.crate.io)"
You can connect to your twitter account and download tweets from your account and import in to a test table.
From here you can select the console from the web interface and run SQL standard queries against that table.
Run query against the tweets table imported
One of the key advantages of CRATE.IO is its ability to scale.
The guiding principle for CRATE.IO is simplicity. Not only is it easy to set up, but once everything is up and running, developers can use standard SQL queries to work with their data.
Visit Crate at http://crate.io
Interesting Howto at "Using Crate Data with Rails"
http://vedanova.com/tech/open%20source/2014/06/24/using-crate-with-rails.html
To install crate (CENTOS)
bash -c "$(curl -L try.crate.io)"
You can connect to your twitter account and download tweets from your account and import in to a test table.
From here you can select the console from the web interface and run SQL standard queries against that table.
Run query against the tweets table imported
View status of tables
View status of cluster
Comments
Post a Comment