# Database Migration Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/database-migration
> Markdown URL: https://aitinkerers.org/technologies/database-migration.md
> Technology record last updated: 2026-02-25T06:47:07Z
> Generated: 2026-09-21T13:47:07Z

Securely transfer your entire database: schema, data, and metadata, from source to target with near-zero downtime via Change Data Capture (CDC).

Database Migration is the controlled process of moving data assets between database systems, often from on-premises to a cloud environment or between different engines (heterogeneous migration). We use specialized services—like AWS Database Migration Service (DMS) or Azure DMS—to manage the complex workflow: extraction, schema conversion, and loading. The critical step for production systems is continuous replication, which utilizes Change Data Capture (CDC) to synchronize the target database in real-time. This ensures data integrity and allows for a rapid, low-risk cutover, minimizing business interruption to mere minutes, even for multi-terabyte datasets.

- Official technology site: https://aws.amazon.com/dms/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Building a Real-Time Knowledge Graph for an Autonomous AI Trader](https://montreal.aitinkerers.org/talks/rsvp_jXF52pJo9EI)

I'm excited to share my journey in building an autonomous AI trader powered by a real-time knowledge graph. Over the past three years, I’ve faced countless challenges, from database migrations to handling LLM hallucinations, endless parsing and validation. I'll walk you through the actual code I used and demonstrate the workings of my real-time knowledge graph. The highlight will be my custom LLM python package (93 stars) and the process of migrating databases multiple times to survive and achieve the best results. Join me as I share the technical nitty-gritty, the surprises along the way, and the valuable lessons learned. No slides, just a pure code walkthrough and a live example!

- Event context: AI Tinkerers Montreal - December 2024 Meetup at IVADO Labs — 2024-12-03 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_jXF52pJo9EI

## Related Technologies

- [Knowledge Graph](https://aitinkerers.org/technologies/knowledge-graph) ([Markdown](https://aitinkerers.org/technologies/knowledge-graph.md)) — 9 public demos
- [LLM](https://aitinkerers.org/technologies/llm) ([Markdown](https://aitinkerers.org/technologies/llm.md)) — 123 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [Web scraping](https://aitinkerers.org/technologies/web-scraping) ([Markdown](https://aitinkerers.org/technologies/web-scraping.md)) — 9 public demos
