protoflow-labs / protoflow

Language-agnostic workflow builder. Modular code that goes from dev to prod in a minute with principled design decisions.
Apache License 2.0
12 stars 0 forks source link

Protoflow

Put it in a box and forget about it

The fastest way to build scalable, durable, and testable microservice.

Note: This project is still in pre-alpha. We are developing this project in the open to get feedback from the community. Please feel free to open an issue or PR if you have any feedback.

Install

curl https://raw.githubusercontent.com/protoflow-labs/protoflow/main/scripts/install.sh | sh

or

go install github.com/protoflow-labs/protoflow@latest

Run

Visually build your microservice with Protoflow Studio:

protoflow studio

Demo

youtube demo screenshot

Hack

Backend

go run main.go studio --dev

Backend will proxy to the frontend, so you can just open http://localhost:8000 to see the frontend.

Studio

npm install
npm run dev

Starts the studio frontend at http://localhost:8001.

Haphazard notes