Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open tab "Pipeline"
  2. 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.
  3. Select algorithm to run
  4. "Setup new instance"
  5. Modify input parameters (if needed, please note that modifications will not be persisted over multiple sessions)
  6. "Run new instance"

 

Intermezzo: add existing algorithm container

...

to infrastructure

swpcimport is useful to download SWPC data to your local system

Info
titleOn OS X

OS X: Open Kitematic

Click: Containers: "+ New"

Type "flarecast" in search box

Select "swpcimport" - Create

--> This will automatically install and execute SWPC-import on your local system

Info
titleOn Linux or OS X
  1. > docker pull flarecast/swpcimport
  2. Reload FLARECAST pipeline management console in your browser
  3. Follow previous section

 

 

 

Use this commands if a new algorithm container gets added to the FLARECAST Docker hub infrastructure

Code Block
languagebash
# search flarecast images/containers online
> docker search flarecast
# list installed images/containers
> docker images
# list running containers
> docker ps
# pull a new container from the Docker hub
> docker pull flarecast/swpcimport
# Reload to the FLARECAST pipeline management console in your browser
# Follow previous section to execute the new container