Make sure to setup and configure the infrastructure before using it.
Startup Infrastructure
Info | ||
---|---|---|
| ||
|
...
Code Block |
---|
# startup infrastructure cli> ./infrastructure.sh run |
Update Infrastructure
Occasionally you may want to upgrade to the latest version of the infrastructure.
...
Code Block |
---|
cli> ./infrastructure.sh update |
Open FLARECAST Pipeline Management Console
Info | ||||
---|---|---|---|---|
| ||||
Switch to "Kitematic" Select Container "devinfrastest_webapp_1" On the right side panel click on the arrow icon ( ) next to "Web Preview" |
...
- Inspect registered algorithms (tab "Algorithms")
- Manually start a new instance of an algorithm in a dedicated container (tab "Pipeline")
- Manage running and stopped containers (tab "Containers")
Inspect registered Algorithms
In tab "Algorithms" you can get information about registered algorithms.
Start new instance of an Algorithm (Pipeline)
- Open tab "Pipeline"
- Select pipeline step
- Download: download remote data and ingest into db (e.g SWPC, typically maintained by FHNW)
- Feature extraction: extract features and ingest into property_database (e.g. SMART)
- Machine learning (training)
- Machine learning (execution)
- Visualisation (experimental): algorithms to visualise data.
- Select algorithm to run
- "Setup new instance"
- Modify input parameters (if needed, please note that modifications will not be persisted over multiple sessions)
- "Run new instance"
Intermezzo: add existing algorithm container to infrastructure
Use this commands if a new algorithm container gets added to the FLARECAST Docker hub infrastructure
...