hetida-designer
openapi-generator
hetida-designer | openapi-generator | |
---|---|---|
2 | 251 | |
49 | 23,505 | |
- | 2.7% | |
6.6 | 9.9 | |
6 days ago | 1 day ago | |
Python | Java | |
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.
openapi-generator
-
API-First Development in Scala
various openapi-generator plugins
-
Generate JAVA code from OpenAPI specification
OpenAPI Generator Gradle Plugin
-
Show HN: FastOpenAPI – automated docs for many Python frameworks
I'm also really happy with spec first. We're using openapi-generator[1] to generate types from a yaml schema (inverting the more standard approach of generating the yaml) in our Typescript (mostly Nest.js) backends, and export those types as packages for use in our frontends.
[1] https://github.com/OpenAPITools/openapi-generator
-
openapi-generator VS lapidary-render - a user suggested alternative
2 projects | 16 Mar 2025
-
Using OpenAPI to Automate API Integration With Rapyd's Payment Gateway
Manually writing API clients can be time-consuming and result in errors. This is where the OpenAPI specification and tools like OpenAPI Generator are helpful.
-
Define, Generate, and Implement: An API-First Approach with OpenAPI Generator and FlightPHP
With your API defined, use the OpenAPI Generator to generate your code automatically. The PHP Flight generator — documented here — was provided by the author and, although its status is still marked as "experimental", it has been my production workhorse for over a year.
-
Redefining our SDKs Developer Experience
Until now, we relied on an open-source OpenAPI generator to build our SDKs. While it served us well, the maintenance and scalability challenges became apparent as we expanded our platform. Key pain points included:
-
7 SDK Generator Tools for APIs in 2025
OpenAPI Generator
-
Generating OpenAPI API clients for Angular
Let’s learn how to generate an API client for an Angular project using the open-source OpenAPI Generator program. The OpenAPI Generator project offers a CLI for generating API client modules for multiple language targets by importing a YAML/JSON API specification file.
-
After 3 Years, I Failed. Here's All My Startup's Code
Did you try to use https://github.com/OpenAPITools/openapi-generator directly?
What are some alternatives?
denoflow - Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
PyFlow - Visual scripting framework for python
kiota - OpenAPI based HTTP Client code generator
Ryven - Flow-based visual scripting for Python
oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications