Simple DB

Dayanand Shanmugham
   http://www.linkedin.com/in/dayanandshanmugham
            http://dkangala.wordpress.com




                  January 2013
Simple DB
                             http://aws.amazon.com/ simpledb /


Amazon SimpleDB is a non-relational data store that offloads the work of
database administration and enables us to store and query data items.

Highlights:
• Creates and manages multiple geographically distributed replicas – Highly
   available and durable
• Change model in the fly and data is automatically indexed for us
• Little or no administrative burden around infrastructure provisioning, high
   availability, software maintenance, schema and index management, or
   performance tuning
• Secure access (https) to data is feasible

Concepts:
• Data Sets called as “Domain”
• Domains are collection of “Attribute Value” pairs
Simple DB
                                        http://aws.amazon.com/ simpledb /

 Domain: Customers (Version 1.0)                         Domain: Customers (Version 2.0)




 Store Customer data in “Simple DB” using the following approach:




API Summary:

Amazon simple db

  • 1.
    Simple DB Dayanand Shanmugham http://www.linkedin.com/in/dayanandshanmugham http://dkangala.wordpress.com January 2013
  • 2.
    Simple DB http://aws.amazon.com/ simpledb / Amazon SimpleDB is a non-relational data store that offloads the work of database administration and enables us to store and query data items. Highlights: • Creates and manages multiple geographically distributed replicas – Highly available and durable • Change model in the fly and data is automatically indexed for us • Little or no administrative burden around infrastructure provisioning, high availability, software maintenance, schema and index management, or performance tuning • Secure access (https) to data is feasible Concepts: • Data Sets called as “Domain” • Domains are collection of “Attribute Value” pairs
  • 3.
    Simple DB http://aws.amazon.com/ simpledb / Domain: Customers (Version 1.0) Domain: Customers (Version 2.0) Store Customer data in “Simple DB” using the following approach: API Summary: