Jump to: navigation, search

Difference between revisions of "MagnetoDB"

Line 1: Line 1:
 
'''MagnetoDB''' is a key-value store service for OpenStack. It provides horizontally scalable, queryable storage, accessible via REST API. MagnetoDB supports Amazon DynamoDB API as well. MagnetoDB has been designed and developed in order to provide:
 
'''MagnetoDB''' is a key-value store service for OpenStack. It provides horizontally scalable, queryable storage, accessible via REST API. MagnetoDB supports Amazon DynamoDB API as well. MagnetoDB has been designed and developed in order to provide:
* ''Easy integration'' REST-like API. Support Amazon DynamoDB API
+
* ''Easy integration'': REST API. Support Amazon DynamoDB API
* ''OpenStack interoperability'' Integrated with Keystone. Follows OpenStack design tenets, packaging and distribution
+
* ''OpenStack interoperability'': integrated with Keystone. Follows OpenStack design tenets, packaging and distribution
* ''Database pluggability'' Supports Cassandra,any other databases like MongoDB, HBase could be easily added
+
* ''Database pluggability'': supports Cassandra,any other databases like MongoDB, HBase could be easily added
* ''Horizontal scalability'' MagnetoDB is scalable lineary by amount of data and requests
+
* ''Horizontal scalability'': MagnetoDB is scalable lineary by amount of data and requests
* ''High availability'' Just one working API node is enough to continue handling requests
+
* ''High availability'': just one working API node is enough to continue handling requests
  
  

Revision as of 15:42, 17 December 2014

MagnetoDB is a key-value store service for OpenStack. It provides horizontally scalable, queryable storage, accessible via REST API. MagnetoDB supports Amazon DynamoDB API as well. MagnetoDB has been designed and developed in order to provide:

  • Easy integration: REST API. Support Amazon DynamoDB API
  • OpenStack interoperability: integrated with Keystone. Follows OpenStack design tenets, packaging and distribution
  • Database pluggability: supports Cassandra,any other databases like MongoDB, HBase could be easily added
  • Horizontal scalability: MagnetoDB is scalable lineary by amount of data and requests
  • High availability: just one working API node is enough to continue handling requests


Resources

Core Team

  • [PTL] Ilya Sviridov (isviridov)
  • Charles Wang (charlesw)
  • Dmitriy Ukhlov (dukhlov)
  • Illia Khudoshyn (ikhudoshyn)


Getting started

How To Contribute

Presentations & blogposts

Introducing MagnetoDB

Sub pages