|
Project Information
-
Project feeds
- Code license
-
Apache License 2.0
-
Labels
cloud,
aws,
clojure,
java,
s3,
appengine,
amazon,
gae,
vcloud,
rackspace,
ec2,
multi-cloud,
sqs,
azure,
atmos
Featured
Links
|
Cool StuffGustavo switches cloud providers without restarting the JVM using jclouds and OSGI. To see this blown up, click here
NewsDocs for jclouds is now at jclouds.org Source for jclouds is github Maven for jclouds releases are synced to maven central Check out our examples site 1.2 released including new support for CloudStack, HP Cloud Object Storage, Ninefold Compute and many new enhancements, particularly the new image-id property for overriding the default template. Please update to the latest version: 1.3.1! Work in progress for !GleSYS, VirtualBox, ScaleUp Storage, Host Europe Storage, Tiscali Storage, Scality RING (rs2), OCCI, SimpleDB, ELB, IBM Developer Cloud, Google Storage, and Virtacore. Introducing jcloudsjclouds is an open source library that helps you get started in the cloud and reuse your java and clojure development skills. Our api allows you freedom to use portable abstractions or cloud-specific features. We support many clouds including Amazon, GoGrid, VMWare, Azure, and Rackspace. Here's how we help you get started: - Simple interface Instead of creating new object types, we reuse concepts like maps so that the programming model is familiar. In this way, you can get started without dealing with REST-like apis or WS.
- Runtime portability We have drivers that allow you to operate in restricted environments like Google App Engine. We have very few required dependencies, so we are unlikely to clash with your app.
- Deal with web complexity Network based computing introduces issues such as transient failures and redirects. We handle this for you.
- Unit testability Writing tests for cloud endpoints is difficult. We provide you with Stub connections that simulate a cloud without creating network connections. In this way, you can write your unit tests without mocking complexity or the brittleness of remote connections.
- Performance We perform tasks in parallel for you wherever possible and use straight sax for xml. If you need even more speed, you can plugin our enterprise driver.
- Location All of our abstractions are location-aware. For example, you can get ISO-3166 codes to tell which country or province a cloud runs in.
- Quality We test every provider with live scenarios before each release. If it doesn't pass, the provider goes into the sandbox.
Our abstractionsjclouds presents cloud-agnostic abstractions, with stable implementations of ComputeService and BlobStore. - ComputeService simplifies the task of managing machines in the cloud. For example, you can use ComputeService to start 5 machines and install your software on them.
- BlobStore simplifies dealing with key-value providers such as Amazon S3. For example, BlobStore can give you a simple Map view of a container.
How we packagejclouds publishes to maven central three major types of artifacts: provider, api, and driver. Providers give you access to a discrete service, ex Amazon EC2 (org.jclouds.provider/aws-ec2). APIs are untargetted and can work against many endpoints. For example, you may have installed your own cloud with vCloud and OpenStack Swift. Set the properties swift.endpoint=http://myhost:11000 and vcloud.endpoint=https://mycloud/api to target our api modules to your private cloud. Drivers allow you to use alternate backends. For example, you may wish to use ApacheHC (org.jclouds.driver/jclouds-apachehc) for http requests, or run in Google AppEngine (org.jclouds.driver/jclouds-gae). Supported ProvidersThe following providers have been tested as a part of the jclouds 1.3 release: Here are the services that we have implementations of. | maven dependency | abstraction | iso 3166 codes | | o.j.provider/aws-cloudwatch | US-VA,US-CA,IE,SG | | o.j.provider/aws-ec2 | compute | US-VA,US-CA,IE,SG | | o.j.provider/aws-s3 | blobstore | US,US-CA,IE,SG | | o.j.provider/azureblob | blobstore | US-TX,US-IL,IE-D,SG,NL-NH,HK | | o.j.provider/bluelock-vcloud-zone01 | compute | US-IN | | o.j.provider/cloudfiles-uk | blobstore | GB-SLG | | o.j.provider/cloudfiles-us | blobstore | US-TX | | o.j.provider/cloudloadbalancers-us | loadbalancer | US-IL,US-TX | | o.j.provider/cloudonestorage | blobstore | US-GA,US-TX | | o.j.provider/cloudservers-uk | compute | GB-SLG | | o.j.provider/cloudservers-us | compute | US-IL,US-TX | | o.j.provider/cloudsigma-zrh | compute | CH-ZH | | o.j.provider/cloudsigma-lvs | compute | US-NV | | o.j.provider/elastichosts-lax-p | compute | US-CA | | o.j.provider/elastichosts-lon-b | compute | GB-LND | | o.j.provider/elastichosts-lon-p | compute | GB-LND | | o.j.provider/elastichosts-sat-p | compute | US-TX | | o.j.provider/elastichosts-tor-p | compute | CA-OR | | o.j.provider/eucalyptus-partnercloud-ec2 | compute | US-CA | | o.j.provider/eucalyptus-partnercloud-s3 | blobstore | US-CA | | o.j.provider/go2cloud-jhb1 | compute | ZA-GP | | o.j.provider/gogrid | compute | US-CA,US-VA,NL-NH | | o.j.provider/greenhousedata-element-vcloud | compute | US-WY | | o.j.provider/hpcloud-objectstorage-lvs | compute | US-NV | | o.j.provider/ninefold-compute | compute | AU-NSW | | o.j.provider/ninefold-storage | blobstore | AU-NSW | | o.j.provider/openhosting-east1 | compute | US-VA | | o.j.provider/rimuhosting | compute | NZ-AUK,US-TX,AU-NSW,GB-LND | | o.j.provider/savvis-symphonyvpdc | compute | US,CA | | o.j.provider/serverlove-z1-man | compute | GB-MAN | | o.j.provider/skalicloud-sdg-my | compute | MY-10 | | o.j.provider/slicehost | compute | US-IL,US-TX,US-MO | | o.j.provider/softlayer | compute | SG,US-CA,US-TX,US-VA,US-WA,US-TX | | o.j.provider/stratogen-vcloud-mycloud | compute | GB | | o.j.provider/synaptic-storage | blobstore | US-VA,US-TX | | o.j.provider/trmk-ecloud | compute | US-FL,US-VA,NL-NH,BR-SP | | o.j.provider/trmk-vcloudexpress | compute | US-FL |
Supported APIsThe following apis have been tested as a part of the jclouds 1.3 release: | maven dependency | abstraction | | org.jclouds.api/atmos | blobstore | | org.jclouds.api/byon | compute | | org.jclouds.api/cloudfiles | blobstore | | org.jclouds.api/cloudstack | compute | | org.jclouds.api/deltacloud | compute | | org.jclouds.api/elasticstack | compute | | org.jclouds.api/eucalyptus | compute | | org.jclouds.api/filesystem | blobstore | | org.jclouds.api/nova | blobstore | | org.jclouds.api/swift | blobstore | | org.jclouds.api/vcloud | compute | | org.jclouds.api/walrus | blobstore |
Supported DriversThe following drivers have been tested as a part of the jclouds 1.3 release: | maven dependency | | org.jclouds.driver/jclouds-apachehc | | org.jclouds.driver/jclouds-bouncycastle | | org.jclouds.driver/jclouds-enterprise | | org.jclouds.driver/jclouds-gae | | org.jclouds.driver/jclouds-joda | | org.jclouds.driver/jclouds-jsch | | org.jclouds.driver/jclouds-log4j | | org.jclouds.driver/jclouds-slf4j | | org.jclouds.driver/jclouds-sshj |
IRCDrop by our IRC, if you'd like to chat with jclouds developers and users: irc://irc.freenode.net/#jclouds
|