phlow-engine

Crates.iophlow-engine
lib.rsphlow-engine
version0.4.2
created_at2025-04-04 01:04:06.776178+00
updated_at2026-01-21 20:44:57.552185+00
descriptionEngine for Phlow, a fast, modular runtime for building backends with YAML flows, Rust modules, and native OpenTelemetry observability.
homepagehttps://github.com/phlowdotdev/phlow
repositoryhttps://github.com/phlowdotdev/phlow
max_upload_size
id1619219
size145,609
Philippe Assis (codephi)

documentation

https://docs.rs/phlow

README

Phlow logo

Phlow

Modular Flow Runtime for Composable Backends

Phlow is a high-performance, low-code flow runtime built in Rust — crafted to transform the way you build backends. With Phlow, you design APIs, automations, and event-driven systems by composing YAML flows, treating logic as modular building blocks.

Its radically modular architecture separates control from behavior, empowering you to orchestrate complex workflows without writing traditional code. Need more flexibility? Simply extend with lightweight scripts or Rust-based modules — no rewrites, no complexity.

Observability is built-in by design. Every flow and module emits traces, logs, and metrics through OpenTelemetry, integrating seamlessly with Jaeger, Grafana Tempo, Prometheus, or AWS X-Ray — all via simple environment variables.

Whether you’re running locally, on the edge, or across the cloud, Phlow delivers extreme speed, effortless scalability, and full-stack visibility. If you're ready to rethink how backends are built — Phlow is the low-code revolution you’ve been waiting for.

⚠️ Alpha Version Warning: Phlow is currently in alpha stage and under active development. It is not recommended for production use at this time. The stable version will be released as v1.0.0 or higher in the future.

📚 Documentation

The complete documentation is available at https://phlow.dev.

🎨 VS Code Extension

Get syntax highlighting, IntelliSense, and enhanced development experience for Phlow files:

Install VS Code Extension

Quick Start

Install Phlow

curl -fsSL https://raw.githubusercontent.com/phlowdotdev/phlow/main/scripts/install-phlow.sh | bash

Run a demo

phlow git@github.com:phlowdotdev/phlow-mirror-request.git

Try it now on GitHub Codespaces

Open in GitHub Codespaces

📜 License

© 2025 — Built with ❤️ and Rust. Licensed under MIT License.

Commit count: 1296

cargo fmt