dmd import awsrds
dmd import awsrds
Import a data dump from aws-rds-endoflife
Usage
awsrds '/path/to/*.json'
Examples
dmd import awsrds '../out/*.json' --db out.db
Synopsis
Takes a data export from https://gitlab.com/tanna.dev/endoflife-checker's command aws-rds-endoflife checker and converts it to the database model.
Options
Flag (type) | Usage | Notes |
---|---|---|
-h, --help
|
help for awsrds |
|
--no-progress
|
prevent displaying progress of long-running tasks |
|
Options inherited from parent commands
Flag (type) | Usage | Notes |
---|---|---|
--db (string)
|
the path to the input/output database |
|
--debug
|
whether to enable debug logging |
|
Related
dmd import
- Import raw data exports into a given database