{"id":26032584,"url":"https://github.com/apache/jclouds-examples","last_synced_at":"2025-04-09T23:52:27.543Z","repository":{"id":37278611,"uuid":"164282196","full_name":"apache/jclouds-examples","owner":"apache","description":"Apache jClouds Examples","archived":false,"fork":false,"pushed_at":"2023-12-05T22:08:35.000Z","size":877,"stargazers_count":22,"open_issues_count":7,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-03T04:16:59.766Z","etag":null,"topics":["cloud","java","jclouds","library"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-06T06:38:10.000Z","updated_at":"2024-07-15T09:49:41.000Z","dependencies_parsed_at":"2024-01-29T03:57:53.134Z","dependency_job_id":null,"html_url":"https://github.com/apache/jclouds-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjclouds-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjclouds-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjclouds-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjclouds-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/jclouds-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247899482,"owners_count":21014907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","java","jclouds","library"],"created_at":"2025-03-06T22:07:31.409Z","updated_at":"2025-04-09T23:52:27.514Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jclouds-examples\n\nThis repository contains various examples of using\n[jclouds](https://github.com/jclouds/jclouds).\n\n\u003ctable\u003e\n  \u003cthead\u003e\u003ctr\u003e\u003cth\u003eproject\u003c/th\u003e\u003cth\u003edescription\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"blobstore-basics/\"\u003eBlobStore Basics (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code to create a container, blob, and list your blobs using the portable \u003ca href=\"http://jclouds.apache.org/start/blobstore/\"\u003eBlobStore API\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"blobstore-largeblob/\"\u003eLarge Blob support (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code to create a container and use a parallel strategy to upload a large blob, the portable \u003ca href=\"http://jclouds.apache.org/start/blobstore/\"\u003eBlobStore API\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"blobstore-uploader/\"\u003eBlob Uploader (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code to upload many small to medium sized files to a provider supported by jclouds.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"chef-basics/\"\u003eChef Basics (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code to add nodes to a group and execute Chef cookbooks on them using Chef Solo or a standard or Hosted Chef Server.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"compute-basics/\"\u003eCompute Basics (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code to add nodes to a group and execute commands on them using the portable \u003ca href=\"http://jclouds.apache.org/start/compute/\"\u003eComputeService API\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"glacier/\"\u003eAWS Glacier (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code that uses jclouds to manage  using the Glacier provider and BlobStore..\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"google-lb/\"\u003eGoogle LoadBalancer (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code that uses jclouds to manage Google [Network Load Balancing](https://cloud.google.com/compute/docs/load-balancing/network/).\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"openstack/\"\u003eOpenStack (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code that uses jclouds to perform common tasks on the \u003ca href=\"http://jclouds.apache.org/guides/openstack/\"\u003eOpenStack\u003c/a\u003e.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"rackspace/\"\u003eRackspace (Java)\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eExample code that uses jclouds to perform common tasks on the \u003ca href=\"http://jclouds.apache.org/guides/rackspace/\"\u003eRackspace Cloud\u003c/a\u003e.\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n![jclouds logo](http://jclouds.apache.org/img/fullsizelogo.jpg)\n\n## License\n\nCopyright (C) 2009-2014 The Apache Software Foundation\n\nLicensed under the Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjclouds-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fjclouds-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjclouds-examples/lists"}