Skip to content
Snippets Groups Projects
Commit 37797c97 authored by Rudel Fankep's avatar Rudel Fankep
Browse files

Add readme

parent 59dbc5ef
No related branches found
No related tags found
No related merge requests found
......@@ -31,44 +31,44 @@ Install for developer::
Using Database Manager
----------------------
* For the general help use::
For the general help use::
dbman --help
* Checkout which databases are available::
Checkout which databases are available::
# in the S3 directory
dbman list_remote_databases
# in the local directory
dbman list_local_databases
* Checkout which databases with associated transformations are available::
Checkout which databases with associated transformations are available::
dbman list_recipes
* Prepare databases::
Prepare databases::
# check the available optional parameters
dbman prepare -h
# run the standard preparation
dbman prepare example/database exemple/tool
* Transfer databases from the working computer to s3 Cloud::
Transfer databases from the working computer to s3 Cloud::
# check the available optional parameters
dbman upload -h
# run the standard transfer
dbman upload example/database exemple/tool*
dbman upload example/database exemple/tool\*
* Transfer databases from s3 Cloud to working computer::
Transfer databases from s3 Cloud to working computer::
# check the available optional parameters
dbman download -h
# run the standard download
dbman download example/database exemple/tool*
dbman download example/database exemple/tool\*
* Delete undesirable databases::
Delete undesirable databases::
# from the local directory
dbman delete example/database example/tool* local
dbman delete example/database example/tool\* local
# from the s3 cloud directory
dbman delete example/database example/tool* s3
dbman delete example/database example/tool\* s3
* remplace the standard directory to save the data::
remplace the standard directory to save the data::
# change local directory with the environment variable
export DBMAN_DBDIR = example/path
# change remote directory with the environment variable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment