Quickstart
Overview
Short overview of installation and run options for layline.io.
layline.io at a Glance
layline.io is an opinionated event data processor. It wraps the power of reactive stream management in a framework that makes setup, deployment, and monitoring of large-scale event data processing easy and straightforward — without requiring custom code for infrastructure.
Core Concepts in 5 Minutes
This page gives you the mental model you need before building your first workflow. Six concepts cover 90% of what layline.io does.
Full local installation
Perform a complete local installation and run it.
Install with Docker
Run layline.io via the official Docker image.
Where Next
Explore further steps after installation.
Your First Workflow
This tutorial walks you through building a simple data processing workflow in layline.io. By the end, you will have a working pipeline that reads from a file, maps records into a different output structure, filters records by type, and writes them to two different output files.