Skip to content

hgregoire/jclouds-examples

 
 

Repository files navigation

jclouds-examples

This repository contains various examples of using jclouds.

projectdescription
Cloudwatch Basics (Java) Example code to get the total metrics stored for each of your instances within the past 24 hours and shows avg/max/min CPU utilization for each instance when possible.
Compute Basics (Java) Example code to add nodes to a group and execute commands on them using the portable ComputeService API
Compute Basics (Clojure) Example code using compute2 to create a node, execute a command and destroy the node.
Start a Minecraft Server (Java) Example code to add nodes to a group and start Minecraft servers on them using the portable ComputeService API
BlobStore Basics (Java) Example code to create a container, blob, and list your blobs using the portable BlobStore API
BlobStore Basics (Clojure) Example code using blobstore2 to create a container, and list your containers.
BlobStore Basics (Scala) Example code to create a container and blob using the filesystem BlobStore API
BlobStore via Karaf Shell Example to read and write to a blobstore from inside the Apache Karaf Shell.
Use EC2 Extensions in ComputeService (Java) Example code to create a spot instance on EC2 using ComputeService API extensions
EC2 Create LAMP (Java) Example code to create a LAMP server on EC2 using the provider-specific EC2Client
Deploy a webapp (ant) Example code to deploy a web application to the cloud using Cargo and the jclouds ant plugin
Large Blob support (Java) Example code to create a container and use a parallel strategy to upload a large blob, the portable BlobStore API
Camel notifications Example code that uses jclouds from inside Apache Camel routes. The example provides routes that poll the compute provider for running nodes and sends notifications via email.
Rackspace (Java) Example code that uses jclouds to perform common tasks on the Rackspace Cloud.
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.

jclouds logo

License

Copyright (C) 2009-2014 The Apache Software Foundation

Licensed under the Apache License, Version 2.0

About

Read-only mirror of ASF Git Repo for jclouds examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published