Declare what data goes where.
The engine handles the rest.

Sync, backup, migrate, and analyse data across SQL databases, SaaS tools, file stores, and AI systems — all from one managed platform.

No credit card required. Free tier included.

app.ts
import { createClient } from "lakesync";

const client = await createClient({
  schemas: [{ table: "orders", columns: [...] }],
  gateway: {
    url: "https://api.lakesync.cloud",  // we run the infra
    gatewayId: "your-project-id",
    token: apiToken,
  },
});

// That's it. Data syncs automatically.
const orders = client.query("SELECT * FROM orders");

One engine for all your data

SQL databases, SaaS tools, file stores, AI systems. LakeSync bridges them all.

SQL Data

Postgres, MySQL, BigQuery. Sync between databases, materialise into destination tables, migrate without downtime.

SaaS Data

Jira, Salesforce, GitHub, Stripe. Continuous backup to Iceberg. Restore complex API objects from flat snapshots.

File Data

S3, R2, Iceberg, Parquet. Immutable lakehouse storage with zero egress fees. Query backups directly with DuckDB.

AI Data

Keep vector databases in sync with production. Feed agents filtered subsets of live data. Embeddings always current.

Use cases

Features usually locked behind expensive enterprise tools. Yours out of the box.

Resilience

Continuous Backup

RDS, Cloud SQL, SaaS tools → immutable Iceberg snapshots on R2. Time-machine recovery at a fraction of cloud backup cost.

SaaS Restore

Translate flat Parquet rows back into complex SaaS API objects. Restore Jira issues, GitHub repos, or Salesforce records from your lake.

Analytics

Cold Analytics

Query your backups directly with SQL via DuckDB or BigQuery. No warehouse needed — your lake is already queryable.

AI / ML

Real-time Vector Sync

Keep Pinecone, Qdrant, or any vector DB perfectly in sync with production data. Embeddings update as your data changes — no batch jobs.

Migration

Zero-Downtime Migration

Stream data in parallel from legacy or on-prem to modern cloud databases. Cutover in seconds, not hours.

NoSQL to SQL

Automatically flatten DynamoDB or MongoDB documents into clean relational tables in Postgres or MySQL.

Compliance

Audit Offloading

Meet 7-10 year retention laws by streaming application logs and audit trails to cheap, queryable R2 archive storage.

Development

Sandbox Seeding

Populate staging and test environments with real (but sanitised) production data in seconds.

Why LakeSync

Read-Only Utility

Your backup isn't just a backup. It's a live, queryable dataset for AI, analytics, and development.

Private by Default

Data never leaves your network unnecessarily. LakeSync manages the encrypted flow — you control where it lands.

Zero Egress Fees

Built on Cloudflare R2. No egress costs for reads or migrations. Enterprise-grade data movement without the enterprise bill.

Connect anything — every adapter is a source and destination

PostgreSQL MySQL BigQuery S3 / R2 Iceberg Jira Salesforce DynamoDB MongoDB SQLite Pinecone CloudWatch Stripe Your adapter

Start syncing today

LakeSync Cloud is in early access. Join the waitlist to get your API key.

Or self-host with npm install lakesync