Skip to content

aboisvert/simplistic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simplistic: Scala bindings for Amazon SimpleDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 98.5%
  • Ruby 1.5%