mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 23:58:06 +00:00
11 lines
290 B
Bash
11 lines
290 B
Bash
![]() |
echo "Stopping container in case it is already running"
|
||
|
source stop_sql_server.sh
|
||
|
echo "Starting container"
|
||
|
source start_sql_server.sh
|
||
|
echo "Loading data / metadata"
|
||
|
source create_metadata.sh
|
||
|
echo "Running ingestion"
|
||
|
source run_ingest.sh
|
||
|
echo "Stopping container"
|
||
|
source stop_sql_server.sh
|