nova: All content tagged as nova in NoSQL databases and polyglot persistence
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)