{"id":19725629,"url":"https://github.com/xdev-software/eclipse-store-afs-ibm-cos","last_synced_at":"2025-02-27T19:20:23.579Z","repository":{"id":198626648,"uuid":"700686469","full_name":"xdev-software/eclipse-store-afs-ibm-cos","owner":"xdev-software","description":"A connector for the EclipseStore which allows storing data in the IBM Cloud Object Storage","archived":false,"fork":false,"pushed_at":"2025-02-19T04:10:50.000Z","size":909,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-19T05:22:26.468Z","etag":null,"topics":["eclipse-store","eclipsestore","ibm-cloud","ibm-cloud-object-storage","ibm-cos","microstream"],"latest_commit_sha":null,"homepage":"","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/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-05T05:07:49.000Z","updated_at":"2025-02-10T03:06:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"37e1cdea-a198-4a49-b8c1-b862e1792cd6","html_url":"https://github.com/xdev-software/eclipse-store-afs-ibm-cos","commit_stats":null,"previous_names":["xdev-software/eclipse-store-afs-ibm-cos"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Feclipse-store-afs-ibm-cos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Feclipse-store-afs-ibm-cos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Feclipse-store-afs-ibm-cos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Feclipse-store-afs-ibm-cos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/eclipse-store-afs-ibm-cos/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241049378,"owners_count":19900434,"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":["eclipse-store","eclipsestore","ibm-cloud","ibm-cloud-object-storage","ibm-cos","microstream"],"created_at":"2024-11-11T23:31:45.379Z","updated_at":"2025-02-27T19:20:23.557Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/maven-central/v/software.xdev/eclipse-store-afs-ibm-cos?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/eclipse-store-afs-ibm-cos)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/eclipse-store-afs-ibm-cos/check-build.yml?branch=develop)](https://github.com/xdev-software/eclipse-store-afs-ibm-cos/actions/workflows/check-build.yml?query=branch%3Adevelop)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_eclipse-store-afs-ibm-cos\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_eclipse-store-afs-ibm-cos)\n\n# eclipse-store-afs-ibm-cos\n\nA connector for the [EclipseStore](https://eclipsestore.io/) which allows storing data in the [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage).\n\nIt uses the [IBM-provided Java SDK](https://github.com/IBM/ibm-cos-sdk-java).\n\nThe connector works virtually identical to the [AWS S3 Connector](https://docs.eclipsestore.io/manual/storage/storage-targets/blob-stores/aws-s3.html) of EclipseStore but for IBM COS instead of AWS S3.\n\nTo easily handle multiple processes using a single IBM COS instance, we implemented the [SingleAccessManager](eclipse-store-afs-ibm-cos/src/main/java/software/xdev/eclipse/store/afs/ibm/access/SingleAccessManager.java).\nIt manages access by creating tokens and checking for other tokens. For more information see [the demo application](eclipse-store-afs-ibm-cos-demo/src/main/java/software/xdev/ApplicationWithSingleAccess.java).\n\n## Installation\n\n[Installation guide for the latest release](https://github.com/xdev-software/eclipse-store-afs-ibm-cos/releases/latest#Installation)\n\n## Supported EclipseStore versions\n\nTo find out the currently supported EclipseStore version of the connector have a look at its ``compile`` dependencies and search for ``org.eclipse.store``.\u003cbr/\u003e\nThis can be done inside an IDE (e.g. IntelliJ IDEA), via a Maven Web explorer (e.g. [mvnrepository.com](https://mvnrepository.com/artifact/software.xdev/eclipse-store-afs-ibm-cos)) or - for the latest version - have a look into the [``Dependencies``](./README.md#dependencies-and-licenses) section below.\u003cbr/\u003e\nAs an alternative you can also check the [changelog](./CHANGELOG.md).\n\nIf you are using a different, not listed version of EclipseStore this shouldn't be a problem.\u003cbr/\u003e\nUsually you can simply exclude the dependent version of EclipseStore.\n\n## Support\n\nIf you need support as soon as possible, and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).\n\n## Contributing\n\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Dependencies and Licenses\nView the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/eclipse-store-afs-ibm-cos/dependencies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Feclipse-store-afs-ibm-cos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Feclipse-store-afs-ibm-cos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Feclipse-store-afs-ibm-cos/lists"}