packages feed

amazonka-sdb-0.0.2: README.md

# Amazon SimpleDB SDK

> _Warning:_ This is an experimental preview release which is still under heavy development and not intended for public consumption, _caveat emptor_!

* [description](#description)
* [Contribute](#contribute)
* [Licence](#licence)

## Description

    Amazon SimpleDB is a highly available and flexible non-relational data store
    that offloads the work of database administration. Developers simply store
    and query data items via web services requests and Amazon SimpleDB does the
    rest. Unbound by the strict requirements of a relational database, Amazon
    SimpleDB is optimized to provide high availability and flexibility, with
    little or no administrative burden. Behind the scenes, Amazon SimpleDB
    creates and manages multiple geographically distributed replicas of your data
    automatically to enable high availability and data durability. The service
    charges you only for the resources actually consumed in storing your data and
    serving your requests. You can change your data model on the fly, and data is
    automatically indexed for you. With Amazon SimpleDB, you can focus on
    application development without worrying about infrastructure provisioning,
    high availability, software maintenance, schema and index management, or
    performance tuning.

Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sdb)
and [AWS API Reference](http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html).


## Contribute

For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/amazonka/issues).

> _Note:_ this library is an auto-generated Haskell package. Please see `amazonka-gen` for more information.


## Licence

`amazonka-sdb` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).