Quickstart
Get from zero to your first running workflow in about ten minutes. This page walks you through creating an account, registering a connection, building a two-node flow, and watching it execute.
What you'll build
- Create your workspaceSign in at platform.datalug.io and confirm your email. Free-plan workspaces are 30-day trials with the full feature set.
- Register a connectionConnections page > New connection. Pick PostgreSQL (or any system you have credentials for), fill the basics, and click Test Connection. The wizard validates reachability before persisting.
- Build a two-node flowProjects page > New project > Empty Project. Drag Source onto the canvas, then Load. Wire them. Pick the connection on each node and configure the action (table, columns, mode).
- Run and inspectClick Quick Debug Run (10 rows) on the canvas header. The right-rail Inspector shows per-node row counts and payload samples in real time.
- Schedule itOpen Jobs > New Job. Pick the project + workflow + environment, set a cron expression, save. The Runtime Executions page shows live logs once the schedule fires.
What you'll see along the way
- Connection wizard has two pages. Page 1 picks the system + scope + name (with the per-system prefix). Page 2 renders the system-specific config + Test Connection.
- Canvas has a left Project Explorer / Components / AI Builder, a centre graph, and a right Node Inspector.
- Quick Debug Run is capped at 10 rows so you can iterate without pulling production volume.
- Runtime Executions show status, duration, per-node row counts, logs, and a payload sample per node.
After the Quickstart
- Learn Core concepts (account, project, workflow, connection, environment).
- Walk through Your first workflow for a deeper Postgres-to-Snowflake build.
- Browse Connectors for the systems DataLug talks to.
- Browse Flow nodes for what each node does.