/simplistic

Simplistic: Scala bindings for Amazon SimpleDB

Primary LanguageScala

Simplistic: Scala Bindings for SimpleDB (Amazon Web Services)

This is a fork of http://github.com/rbarooah/simpledb-scala-binding to clean up the code, port to Scala 2.8.0+, fix bugs and add new features (such as conditional put).

See CHANGELOG for details.

Building

You need Apache Buildr 1.4.x or higher.

# compile, test and package .jars
buildr package

Examples

Launch your Scala REPL,

# launch Scala REPL
buildr shell

And then copy & paste code from src/examples.

Target platform

  • Scala 2.8.0+
  • JVM 1.5+

License

Simplistic is is licensed under the terms of the Apache Software License v2.0. http://www.apache.org/licenses/LICENSE-2.0.html