Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exasol/bucketfs-client
Command line client for BucketFS
https://github.com/exasol/bucketfs-client
bucketfs client exasol exasol-integration foundation-library
Last synced: about 2 months ago
JSON representation
Command line client for BucketFS
- Host: GitHub
- URL: https://github.com/exasol/bucketfs-client
- Owner: exasol
- License: mit
- Created: 2021-03-29T10:52:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T09:34:30.000Z (8 months ago)
- Last Synced: 2024-05-09T05:28:34.839Z (8 months ago)
- Topics: bucketfs, client, exasol, exasol-integration, foundation-library
- Language: Java
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bucketfs-client
[![Build Status](https://github.com/exasol/bucketfs-client/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/bucketfs-client/actions/workflows/ci-build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=security_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=code_smells)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=coverage)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Abucketfs-client&metric=ncloc)](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)This project is a command line client for Exasol's [BucketFS](https://docs.exasol.com/administration/on-premise/bucketfs/bucketfs.htm).
## Features
* 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
* [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)
* [How to Build Native Executables](doc/developers_guide/building_native_executables.md)