-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some changes to integrate updated datasink and reaxpro
- Loading branch information
1 parent
4fe149c
commit 207b329
Showing
18 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# datasink_client | ||
datasink_client module provides API to access the functionalities provided by the datasink server. To get an overview of how to use the module, please refer the examples section. | ||
|
||
## env_template | ||
Required environment variable configuration is provided in env_template file. | ||
|
||
|
||
## CLI | ||
datasink_client works also with cli commands. Following list of commands are supported. Use help option in the command line to know more about the usage. | ||
|
||
list_collections | ||
list_datasets | ||
get_collection_dcat | ||
get_dataset_dcat | ||
delete_dataset | ||
delete_collection | ||
upload_file_from_path | ||
upload_folder | ||
download_folder | ||
download_file | ||
query | ||
query_dataset |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.