Import Opal
Import from a remote opal server.
opal import-opal <CREDENTIALS> <OPTIONS> [EXTRAS]
Options
Option |
Description |
---|---|
|
Destination datasource name |
|
The list of tables to be imported (defaults to all) |
|
Incremental import |
|
Name of the ID mapping |
|
ID mapping policy:
required : each identifiers must be mapped prior importation (default),ignore : ignore unknown identifiers,generate : generate a system identifier for each unknown identifier. |
|
Remote Opal server base url |
|
Remote user name (exclusive from using token) |
|
Remote user password (exclusive from using token) |
|
Remote personal access token (exclusive from user credentials) |
|
Remote datasource name |
|
Merge imported data dictionary with the destination one (default is false, i.e. data dictionary is overridden). |
Credentials
Authentication can be done by username/password credentials OR by personal access token OR by certificate/private key pair (two-way SSL authentication).
Option |
Description |
---|---|
|
Opal server base url |
|
Credentials auth: user name (requires a password) |
|
Credentials auth: user password (requires a user name) |
|
Token auth: user’s personal access token |
|
Two-way SSL auth: certificate/public key file (requires a private key) |
|
Two-way SSL auth: private key file (requires a certificate) |
Extras
Option |
Description |
---|---|
|
Show the command help’s message. |
|
Verbose output. |
|
Output pretty-print JSON |
Example
Copy tables BloodPressure and ArmSpan from Opal on demo.obiba.org to Opal on localhost:
opal import-opal -o http://localhost:8080 -u administrator -p password --ro https://opal-demo.obiba.org --ru administrator --rp password --rdatasource onyx --destination opal-data --tables BloodPressure ArmSpan