Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 bucket

For 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)