01 / Freshness
Extracts land once a night
Scheduled dumps leave the landing zone describing a version of the business that already moved on hours ago.
Solution · Lakehouse ingestion
Write snapshots and continuous changes into Amazon S3, Azure Data Lake Storage Gen2, and Google Cloud Storage as Parquet, CSV, or JSON—without adding analytical load to production databases.
The challenge
Lake ingestion has to move historical volume once and then keep landing changes, in a format downstream engines can read without another conversion step.
01 / Freshness
Scheduled dumps leave the landing zone describing a version of the business that already moved on hours ago.
02 / Format
Delimited exports force downstream jobs to convert, infer types, and re-partition before anything can be queried.
03 / Lineage
A flat row export does not record which transaction produced it, making audit, replay, and deduplication harder.
How it works
Gluesync captures at the source, batches what changed, and writes columnar files into object storage through each target agent's native SDK.
Capture
Source agents use transaction logs, journals, and native change streams, so the lake feed does not scan production tables.
Shape
Changes are serialized to Apache Parquet by default, with CSV and JSON selectable per entity.
Land
Files are written under a folder path built from transaction type, table name, year, month, and timestamp.
Gluesync capabilities
Choose the object store, the file format, and the metadata each entity carries—from the same Core Hub that runs the rest of the estate.
Store replicated entities in Apache Parquet, selected per entity, with CSV and JSON as alternatives.
Write batches through each provider's native SDK instead of a generic file interface.
Enrich landed records with transaction metadata read from the source log during both snapshot and CDC phases.
Start a trial or talk with MOLO17 about object-store targets, file formats, and expected change volume.