Skip to content

dheise-rheinenergie-trading-com/graphicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphicle

Ploty based diagram for the task scheduler "cronicle" and his also really good fork "cronicle-edge"

image

features

  • interactive diagram (nodes can be moved, clicked...)
  • search und highlight nodes
  • filter nodes
  • regex support for search and filter
  • shortcuts to the cronicle events
  • green and red icons showing the last run status
  • jpg export
  • all options url-configurable (GET parameter see below)

installation

  • clone repo
  • make sure your python is up to date (tested with 3.11)
  • install required python modules (python3 -m pip install -r requirements.txt)

configuration

  • open config.py
  • edit the base url for your cronicle installation
  • set your cronicle api key (generate a new one without any additional privileges)
  • set your desired port and context root for the webserver

running

  • start the webserver with python3 ./app.py
  • open graphicle in your browser

optional GET parameter

optional parameter:

  • search=[word1,filter%20number%202]
  • filter=[filter1,filter%20number%202]
  • selected=[word1,word2%20number%202]
  • opacity=[0-1]
  • export=[jpg]
  • layout=[klay,cose,...]
  • viewmode=[full,readonly]
  • title=some%20title%20text

About

Ploty based diagram for the task scheduler "cronicle"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages