Datachecks is built around four AI agents, each responsible for a distinct phase of the data migration lifecycle. The agents are powered by LangGraph workflows and run as background jobs you can monitor in real time.Documentation Index
Fetch the complete documentation index at: https://docs.datachecks.io/llms.txt
Use this file to discover all available pages before exploring further.
The four agents
Asset Discovery
Ask natural language questions about your data schemas, tables, columns, and relationships. The agent queries your registered assets and generates SQL on demand.
Migration Assessment
Analyze stored procedures, views, and translation complexity in your source database. Get a structured readiness report before committing to a migration.
Data Validation
Describe what you want to validate in plain language. The agent extracts the target table and validation type and configures the validation for you.
Translation
Translate SQL queries from your source database dialect to the target platform. The agent classifies each query, translates it, and verifies correctness by running a comparison.