Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwwang/pyppl_web
Web client to monitor pipeline processes for PyPPL
https://github.com/pwwang/pyppl_web
pipeline pipeline-framework
Last synced: 14 days ago
JSON representation
Web client to monitor pipeline processes for PyPPL
- Host: GitHub
- URL: https://github.com/pwwang/pyppl_web
- Owner: pwwang
- License: mit
- Created: 2020-05-12T04:14:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T05:16:37.000Z (over 4 years ago)
- Last Synced: 2024-12-10T04:27:12.937Z (24 days ago)
- Topics: pipeline, pipeline-framework
- Language: JavaScript
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyppl_web
## Installation
```shell
pip install pyppl_web
```## Configurations
```toml
# The port used to connect
# The address will be http://localhost:
# Use `auto` to automatically choose a port
web_port = DEFAULT_PORT
# Debug mode
web_debug = SOCKETIO_DEBUG
# Whether keep the server alive even when pipeline finishes
# True: keep it alive
# False: don't
# auto: Only keep it alive when there are clients connected
web_keepalive = DEFAULT_KEEPALIVE
```## Screenshorts
![Pipeline][2]
![Pipeline][3]
[1]: https://github.com/pwwang/PyPPL
[2]: docs/pipeline.png
[3]: docs/process.png