Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:13:42.000Z (5 months ago)
- Last Synced: 2024-08-08T14:24:32.199Z (5 months ago)
- Topics: bucketfs, exasol-integration, foundation-library, java
- Language: Java
- Homepage:
- Size: 323 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bucketfs-java
[![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)
[![Maven Central – BucketFS Java](https://img.shields.io/maven-central/v/com.exasol/bucketfs-java)](https://search.maven.org/artifact/com.exasol/bucketfs-java)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=security_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=code_smells)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=coverage)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-java)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-java&metric=ncloc)](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 bucketFor 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)