CLI
Instead of using the .jar you can also use Maven to execute the Databus Client.
Requirements
Java:
JDK 8
orJDK 11
Maven:
^3.6
Installation
Execution example
Select Query
First we need to specify, the data we want to download.
Note: It is best practice to write a query to a file and pass this file as source, instead of passing the query directly as a string.
Execute Client
You will find more information if you set the flag-h
or in CLI usage.
Separate downloader or converter
The converter and downloader of the Databus Client can be used separately.
Databus based downloader
Since the parameters compression
and format
both have the default value equal
, the Databus Client is a pure downloader if you do not pass any arguments for compression and format.
Compression and format converter
If you select already existing files as the source
, the client does not use the download module and behaves like a pure converter.
Last updated