Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

exasol/bucketfs-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bucketfs-explorer

The BucketFS explorer is a tiny GUI written in Java/JavaFX that helps you working with BucketFS.

Deprecation Note

This project is no longer maintained.

Please note that this is an open source project which is not officially supported by EXASOL. We will try to help you as much as possible, but can't guarantee anything since this is not an official EXASOL product.

BucketFS explorer is deprecated and NOT maintained any longer.

Prerequisites

  • Java 8, BucketFS Explorer was tested with Java 8u144.
  • You need to have access/credentials to EXAoperation, because a lot of the functionality is using XMLRPC behind the scenes.

Getting started

  • Download jar file bucketfsexplorer-0.0.1-SNAPSHOT-jar-with-dependencies.jar
  • Double-click on the jar or run java -jar bucketfsexplorer-0.0.1-SNAPSHOT-jar-with-dependencies.jar
  • Please enter the EXAoperation URL / Username / Password and the main window will be shown, use the context menu in the tree / list to get started:

alt text

  • Hint: In a clustered environment use the IP / name of one of the database nodes for the EXAoperation URL, because the BucketFS service is running on the database nodes
  • You can also upload files via Drag N Drop from your local file browser

Functionality

  • Create / Delete / Modify BucketFS services
  • Create / Delete / Modify buckets
  • List files of a bucket
  • Upload / Download / Delete files
  • Showing additional metadata (e.g. size of a bucket, path to refer to bucket in a UDF)
  • Drag N Drop files from your local file system

Known issues

Currently no known issue, please report.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages