You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
770 B
HTML
23 lines
770 B
HTML
|
|
<div class="paragraph border-round border shadow">
|
|
<h3>Run ETL (transport)</h3>
|
|
<p>
|
|
Simple ETL from the commandline (CLI), you can generate a sample <b>ETL configuration</b>,
|
|
<div class="source-code">
|
|
$ transport generate ./my-etl-config.json
|
|
</div>
|
|
<ul>
|
|
<i class="fa-solid fa-minus"> </i> The configuration file will specify source and targets for the data.
|
|
<br><i class="fa-solid fa-minus"> </i> <b>source</b>, https and <b>targets</b> are both CSV file and SQLite 3+ database
|
|
</ul>
|
|
|
|
Perform the ETL Job given the configuration specifications
|
|
<div class="source-code">
|
|
$ transport apply ./my-etl-config.json
|
|
</div>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|