This repository contains various examples of using jclouds.
| project | description |
|---|---|
| BlobStore Basics (Java) | Example code to create a container, blob, and list your blobs using the portable BlobStore API |
| Large Blob support (Java) | Example code to create a container and use a parallel strategy to upload a large blob, the portable BlobStore API |
| Blob Uploader (Java) | Example code to upload many small to medium sized files to a provider supported by jclouds. |
| Chef Basics (Java) | Example code to add nodes to a group and execute Chef cookbooks on them using Chef Solo or a standard or Hosted Chef Server. |
| Compute Basics (Java) | Example code to add nodes to a group and execute commands on them using the portable ComputeService API |
| AWS Glacier (Java) | Example code that uses jclouds to manage using the Glacier provider and BlobStore.. |
| Google LoadBalancer (Java) | Example code that uses jclouds to manage Google [Network Load Balancing](https://cloud.google.com/compute/docs/load-balancing/network/). |
| OpenStack (Java) | Example code that uses jclouds to perform common tasks on the OpenStack. |
| Rackspace (Java) | Example code that uses jclouds to perform common tasks on the Rackspace Cloud. |
Copyright (C) 2009-2014 The Apache Software Foundation
Licensed under the Apache License, Version 2.0
