9 |
10 | | BlobStore Basics (Java) |
11 | Example code to create a container, blob, and list your blobs using the portable BlobStore API |
12 |
13 |
14 | | Large Blob support (Java) |
15 | Example code to create a container and use a parallel strategy to upload a large blob, the portable BlobStore API |
16 |
17 |
18 | | Blob Uploader (Java) |
19 | Example code to upload many small to medium sized files to a provider supported by jclouds. |
20 |
21 |
22 | | Chef Basics (Java) |
23 | Example code to add nodes to a group and execute Chef cookbooks on them using Chef Solo or a standard or Hosted Chef Server. |
24 |
25 |
26 | | Compute Basics (Java) |
27 | Example code to add nodes to a group and execute commands on them using the portable ComputeService API |
28 |
29 |
30 | | AWS Glacier (Java) |
31 | Example code that uses jclouds to manage using the Glacier provider and BlobStore.. |
32 |
33 |
34 | | Google LoadBalancer (Java) |
35 | Example code that uses jclouds to manage Google [Network Load Balancing](https://cloud.google.com/compute/docs/load-balancing/network/). |
36 |
37 |
38 | | OpenStack (Java) |
39 | Example code that uses jclouds to perform common tasks on the OpenStack. |
40 |
41 |
42 | | Rackspace (Java) |
43 | Example code that uses jclouds to perform common tasks on the Rackspace Cloud. |
44 |
45 |
46 |