tree: 974e767e9bc8c5ebb8f1d41e7510655a361a4cb1 [path history] [tgz]
  1. src/
  2. build.sbt
  3. README.md
blobstore-scala-filesystem/README.md

blobstore-scala-filesystem

This is a simple example command line client that creates a container and test blob in a filesystem BlobStore using Scala. This example uses scala-arm to manage the BlobStoreContext

Build

Ensure that sbt is installed. Tested with 0.12.2

Run

Run sbt from the root of your project and invoke

run <basedir> <containername> <blobname>

where basedir is a directory in which the container will be created. E.g. if your basedir is /home/blobstore and you want to store myblob in mycontainer, run

run /home/blobstore mycontainer myblob

License

Licensed under the Apache License, Version 2.0