hetida-designer
denoflow
hetida-designer | denoflow | |
---|---|---|
2 | 3 | |
49 | 282 | |
- | 0.7% | |
6.6 | 0.0 | |
7 days ago | over 1 year ago | |
Python | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hetida-designer
-
PyFlow – Visual scripting framework for Python – NodeRED alternative?
Shameless Plug: We are working on a similar tool: https://github.com/hetida/hetida-designer
We have no GUI programming in the broader sense, in our case nodes are simply run one after another (DAG).
Our tool is a web application and workflows can be triggered / executed via API, which allows for automatisation. Workflows can be nested and are tagged with a version tag making production runs reproducible. It is very much taylored to (simple) Data Science use cases with the goal to make the Python data science stack accessible for Business Experts (or power users), maybe collaborating with Data Scientists.
It is actively developed, and our industrial customers happily use it, however it is still in early development state.
-
hetida designer - Open Source Workflow Composer for the Python Data Science Stack
Hello everybody! We recently open sourced hetida designer, a workflow-based collaboration, development, and runtime environment for the Python data science stack.
denoflow
- Show HN: Denoflow – Simple&Powerful automated workflow based on Deno with YAML
- Denoflow: Simple & Powerful automated workflows based on Deno with YAML
-
PyFlow – Visual scripting framework for Python – NodeRED alternative?
I'm doing something[0] similar with Deno, currently it configures workflows based on yaml files, but my goal is to make a gui tool to help generate yaml config files. My work is still very early stage, currently it can use any remote Deno module or typescript/javascript to execute steps and fetch and filter source data.
The Deno runtime is great for workflows because Deno is lightweight and can import modules using arbitrary URLs.
[0]: https://github.com/denoflow/denoflow
What are some alternatives?
PyFlow - Visual scripting framework for python
Ryven - Flow-based visual scripting for Python
imgui-node-editor - Node Editor built using Dear ImGui
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies