Skip to content

silenium-dev/kotlin-flow-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
Aug 10, 2024
Aug 10, 2024
Aug 8, 2024
Aug 10, 2024
Aug 8, 2024
Aug 9, 2024
Apr 5, 2025
Aug 8, 2024
Aug 8, 2024
Aug 8, 2024
Dec 10, 2024

Repository files navigation

kotlin-flow-graph

A simple flow graph implementation in Kotlin. It allows you to create a graph of processing nodes that can be connected together to form a processing pipeline.

Usage

Gradle:

repositories {
    maven("https://repo.silenium.dev/releases")
}

dependencies {
    implementation("dev.silenium.libs.flow-graph:kotlin-flow-graph:0.1.0")
}

Examples: