cloud computing: All content tagged as cloud computing in NoSQL databases and polyglot persistence
Tuesday, 19 October 2010
NoSQL databases and the Cloud with Guy Harrison
Guy Harrison (QuestSoftware, working on Toad for Cloud) interviewed about NoSQL databases and cloud computing:
I think anyone who’s been in the industry for a while, especially from an enterprise point of view, will understand that the data isn’t in the database just for the sake of the application. It’s not there just to be inserted, and updated, and deleted. It’s also there to be mined and analyzed and used for decision-making and trending. And the more data there is, the more granular data I’ve got, the more fine-grained decision making I can have.
Most of the of the NoSQL databases offer no solutions for that whatsoever.
There are many smart things said in the interview so make sure you read it all.
Couple of my notes:
- what is big data?
“It’s the whole argument that it’s easier to leave the data where it is, on commodity hardware and then have an engine that can churn through it with brute force, rather than pay the costs of bringing it in to some structure and locking it down before you can use it.”
- cloud computing and big data:
First, all of the cloud platforms have to provide some sort of elastic storage model otherwise their economic model is jeopardized.
[…]
If you’re in the cloud, you’re probably motivated more than usual to try NoSQL solutions; you probably want to scale up and down and pay for your resources that way, and relational databases don’t help there.
[…]
The problem, of course, is how the data is getting to the cloud. If you’ve got terabytes or petabytes of data, getting into the cloud costs money and takes time. Amazon’s solution of “you send us a hard drive and we’ll mount it” is a bit clunky.
Original title and link: NoSQL databases and the Cloud with Guy Harrison (NoSQL databases © myNoSQL)
via: http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1520760,00.html
Wednesday, 29 September 2010
Riak in the Cloud with Joyent SmartMachines
I usually don’t trust vendor benchmarks, but these Riak benchmarks look pretty much inline with Mozilla’s Riak benchmark. What is even more impressive is that these results were from running Riak on virtualized machines (the Joyent SmartMachines[1]).
Watch it for youself. Slides can be downloaded from ☞ here
Original title and link: Riak in the Cloud with Joyent SmartMachines (NoSQL databases © myNoSQL)
Tuesday, 24 August 2010
Redis Part of the nova Cloud Computing Fabric
Nova is a cloud computing fabric controller (the main part of an IaaS system) built to match the popular AWS EC2 and S3 APIs. It is written in Python, using the Tornado and Twisted frameworks, and relies on the standard AMQP messaging protocol, and the Redis distributed KVS.
Distributed in the sense of supporting master/slave.
Original title and link for this post: Redis Part of the nova Cloud Computing Fabric (published on the NoSQL blog: myNoSQL)
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling