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

Copyright (C) 2009-2014 The Apache Software Foundation

Licensed under the Apache License, Version 2.0