Metadata-driven integration platform

Metoriq

Data integration with control from design to operation.

Metoriq brings metadata, execution, governance, and observability into one server-side platform built for technical teams.

Platform

From metadata to operation.

One foundation for the complete integration lifecycle

Model connections and flows, execute on the server, and follow every run from the same governed metadata foundation.

  • Metadata catalog
  • Server-side runtime
  • Operational traceability
01SourcesDatabases · files · APIs
02MetoriqMetadata · MCL · runtime
03OperationsRuns · logs · audit

Product

See the governed lifecycle in action.

From data to execution, with control

The Control Panel organizes plans and installations. Each tenant then receives an isolated workspace for authoring, running, and observing integrations.

01

Define

Connections, environments, scripts, and flows become governed objects.

02

Execute

Workloads run on the server with controlled permissions and durable state.

03

Observe

Runs, diagnostics, history, and audit stay connected to their metadata.

Metoriq Control Panel showing managed installation creation

Available now

One product, different ways to operate

Studio combines visual authoring and server-side execution; Local and SaaS change operations, not the product.

Metoriq Studio

Complete product with Web UX, Server MCL, CLI, and APIs on the same metadata model.

Roadmap

The VS Code extension and Python, C#, and Java libraries will arrive through Visual Studio Marketplace, PyPI, NuGet, and Maven Central. They are not available yet.

Core

The proven initial foundation covers PostgreSQL, Storage Files, and Storage CSV across Connector, Action, ReadData, and WriteData. New capabilities may be Core, SaaS, or Enterprise and are always enforced by the server.

Built for the way you deploy

The same Metoriq Studio is available as perpetual Local Free, managed SaaS, or Enterprise for dedicated and assisted operations.

01

Local Free

Perpetual Metoriq Studio for one human administrator on a local computer.

02

SaaS

Up to three managed installations with multi-user collaboration for broader operations.

03

Enterprise

Dedicated placement and assisted operation for complex estates.

Local Free

Perpetual Metoriq Studio for one human administrator on a local computer.

Metoriq Studio Local Free is perpetual and independent from commercial plans

Learn, evaluate, and use the complete Studio locally. It includes Server MCL, Web UX, CLI, and APIs, published with version, checksum, and signature.

metoriq-local docker compose up -d workspace ready
Discover Metoriq Local

Technology

MCL, runtime, and Web UX share one model.

A language, a runtime, and an interface that share the same model

Use MCL or the Studio Web UX today without fragmenting governance. VS Code and Python, C#, and Java integrations are roadmap items. The product model remains the same across local, SaaS, dedicated, and on-premises configurations.

CONNECT conn_erp;

CREATE READDATA sales.orders
  USING conn_erp
  QUERY `select * from orders`;

EXECUTE FLOW daily_sales;

Make integration infrastructure understandable.

Start with Metoriq and evolve from the first governed flow to a distributed integration estate.

Get started

Documentation

Public product documentation with syntax, examples, and operational notes for the current command surface.

Open MCL Help MCL command help

Browse the CLI and MCL command tree with syntax, descriptions, examples, and implementation status.

Open reference