OLake, the open source data replication engine that moves your operational databases into an analytics ready lakehouse, with a full sync and change data capture running from a web console on first boot.
OLake is a data replication platform that continuously moves data out of operational databases such as PostgreSQL, MySQL, MongoDB, Oracle and SQL Server and lands it in Apache Iceberg or as Parquet in object storage, where analytics engines can query it. It supports both full refresh loads, which copy a table in its entirety, and change data capture, which reads the database write ahead log so that inserts, updates and deletes stream into the lakehouse continuously without repeatedly rescanning the source.
Everything is driven from a web console: register a source, register a destination, discover the tables and columns available, choose which streams to replicate and in which mode, then run the job and watch its history. Each sync runs as an isolated connector process, so a large table replication cannot destabilise the console, and job runs, schedules and logs are all visible in one place. It suits teams building a lakehouse on open table formats, anyone offloading analytical queries away from a production database, and engineers who want an ingestion pipeline they run inside their own cloud account rather than a managed service.
OLake normally takes a multi container deployment and a set of published default credentials to stand up, so cloudimg ships it assembled, hardened and secure by default. Every image pins its components by digest rather than a floating tag, so what you run is exactly what was tested and scanned. On the first boot of every instance a unique console administrator password, database password, credential encryption key and object storage key pair are generated and written to a root only file, so no two instances share a login and none of the published defaults survive anywhere in the image; the console is reachable only through a single front door and refuses unauthenticated requests. To make the platform useful immediately, the image also carries its own demo source database, seeded on first boot with a synthetic dataset generated on the instance itself, and its own object storage destination, both already registered in the console, so a real end to end replication can be run within minutes of boot and before any of your own systems are connected. Every deployment comes with a paired deploy guide and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.