{"id":20207750,"url":"https://github.com/exasol/bucketfs-java","last_synced_at":"2025-04-10T12:42:45.114Z","repository":{"id":40426779,"uuid":"348983612","full_name":"exasol/bucketfs-java","owner":"exasol","description":"Bucket FS client library in Java","archived":false,"fork":false,"pushed_at":"2025-02-26T15:10:19.000Z","size":351,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-24T11:37:49.658Z","etag":null,"topics":["bucketfs","exasol-integration","foundation-library","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exasol.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-18T07:42:25.000Z","updated_at":"2024-11-18T13:54:32.000Z","dependencies_parsed_at":"2024-03-14T10:31:28.850Z","dependency_job_id":"22147d28-0003-4ff7-a698-cf9f70890518","html_url":"https://github.com/exasol/bucketfs-java","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fbucketfs-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fbucketfs-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fbucketfs-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fbucketfs-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exasol","download_url":"https://codeload.github.com/exasol/bucketfs-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217160,"owners_count":21066634,"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":["bucketfs","exasol-integration","foundation-library","java"],"created_at":"2024-11-14T05:31:54.393Z","updated_at":"2025-04-10T12:42:45.098Z","avatar_url":"https://github.com/exasol.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bucketfs-java\n\n[![Build Status](https://github.com/exasol/bucketfs-java/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/bucketfs-java/actions/workflows/ci-build.yml)\n[![Maven Central \u0026ndash; BucketFS Java](https://img.shields.io/maven-central/v/com.exasol/bucketfs-java)](https://search.maven.org/artifact/com.exasol/bucketfs-java)\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)\n\nThis project provides a library that abstracts access to Exasol's [BucketFS](https://docs.exasol.com/administration/on-premise/bucketfs/bucketfs.htm). That allows using BucketFS features programmatically without having to deal with the underlying protocol.\n\n## Features\n\n* List contents of a bucket\n* Upload to a bucket\n* Download from a bucket\n\nFor more details see the [System Requirement Specification](doc/system_requirements.md).\n\n## Table of Contents\n\n### Information for Users\n\n\"Users\" from the perspective of this project are software developers integrating BucketFS into their applications, not database end users.\n\n* [User Guide](doc/user_guide/user_guide.md)\n* [Changelog](doc/changes/changelog.md)\n\n### Information for Contributors\n\nRequirement, design documents and coverage tags are written in [OpenFastTrace](https://github.com/itsallcode/openfasttrace) format.\n\n* [System Requirement Specification](doc/system_requirements.md)\n* [Design](doc/design.md)\n* [Dependencies](dependencies.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fbucketfs-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexasol%2Fbucketfs-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fbucketfs-java/lists"}