https://github.com/exasol/bucketfs-java
Bucket FS client library in Java
https://github.com/exasol/bucketfs-java
bucketfs exasol-integration foundation-library java
Last synced: over 1 year ago
JSON representation
Bucket FS client library in Java
- Host: GitHub
- URL: https://github.com/exasol/bucketfs-java
- Owner: exasol
- License: mit
- Created: 2021-03-18T07:42:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T15:10:19.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:37:49.658Z (over 1 year ago)
- Topics: bucketfs, exasol-integration, foundation-library, java
- Language: Java
- Homepage:
- Size: 343 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bucketfs-java
[](https://github.com/exasol/bucketfs-java/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/bucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
This 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.
## Features
* List contents of a bucket
* Upload to a bucket
* Download from a bucket
For more details see the [System Requirement Specification](doc/system_requirements.md).
## Table of Contents
### Information for Users
"Users" from the perspective of this project are software developers integrating BucketFS into their applications, not database end users.
* [User Guide](doc/user_guide/user_guide.md)
* [Changelog](doc/changes/changelog.md)
### Information for Contributors
Requirement, design documents and coverage tags are written in [OpenFastTrace](https://github.com/itsallcode/openfasttrace) format.
* [System Requirement Specification](doc/system_requirements.md)
* [Design](doc/design.md)
* [Dependencies](dependencies.md)