goflow icon indicating copy to clipboard operation
goflow copied to clipboard

A Golang based high performance, scalable and distributed workflow framework

Results 37 goflow issues
Sort by recently updated
recently updated
newest added

in my case, i want to use goflow to create some resources on a public cloud. like creating a cloud vm with public ip. 1. create a vm using cloud...

enhancement
good first issue

In the DAG asynchronously we're creating a monolith structure when n the Distributed ETL use case it will be nice to have a flag to distribute the node of a...

# Goflow DAG builder: Provide a UI DAG builder ## Goal The goal of this story is to make it easier to build dag from a data engineer prospective. A...

enhancement
experimental

# Goflow: Unit testing and coverage ## Goal Provide a 95% unit test mocking where it's opportune with gomock. No tests are present in the current code base.

good first issue
HighPriority

# Goflow Queue Abstraction. ## Goal We want to support multi distributed queue support other then a Redis: - support for RedPanda - support for RabbitMQ So we might want...

enhancement
experimental

The code is already there in the main branch, please make a release out of the main branch code

Hello! I'm starting to explore goflow and I'm noticing that the dashboard is not fulfilled with all the necessary data. For example, after launching few requests, in both Request Monitoring...