Get started
Install ematix-flow, declare a connection, and ship your first job + workflow. About 10 minutes end-to-end.
Install
Get the runtime, the CLI, and (optionally) the data-frame interop extras.
Connections
Connections are the first thing to set up — every pipeline references one or more by name.
Jobs
One decorator binds a source query to a target table, a load strategy, and a cron schedule. A job is the atomic unit of work.
Workflows
A workflow groups jobs into a named DAG and declares when it fires — by cron, by upstream completion, by message arrival, or any composite of those.