How to load data from Recreation to TiDB
Learn how to use Airbyte to synchronize your Recreation data into TiDB within minutes.


Building your pipeline or Using Airbyte
Airbyte is the only open source solution empowering data teams to meet all their growing custom business demands in the new AI era.
- Inconsistent and inaccurate data
- Laborious and expensive
- Brittle and inflexible
- Reliable and accurate
- Extensible and scalable for all your needs
- Deployed and governed your way
Start syncing with Airbyte in 3 easy steps within 10 minutes



Take a virtual tour
Demo video of Airbyte Cloud
Demo video of AI Connector Builder
Setup Complexities simplified!
Simple & Easy to use Interface
Airbyte is built to get out of your way. Our clean, modern interface walks you through setup, so you can go from zero to sync in minutes—without deep technical expertise.
Guided Tour: Assisting you in building connections
Whether you’re setting up your first connection or managing complex syncs, Airbyte’s UI and documentation help you move with confidence. No guesswork. Just clarity.
Airbyte AI Assistant that will act as your sidekick in building your data pipelines in Minutes
Airbyte’s built-in assistant helps you choose sources, set destinations, and configure syncs quickly. It’s like having a data engineer on call—without the overhead.
What sets Airbyte Apart
Modern GenAI Workflows
Move Large Volumes, Fast
An Extensible Open-Source Standard
Full Control & Security
Fully Featured & Integrated
Enterprise Support with SLAs
What our users say

Raman Singh
Predictable, straightforward pricing model that simplified budgeting and significantly reduced overall spend

Chase Zieman

“Airbyte helped us accelerate our progress by years, compared to our competitors. We don’t need to worry about connectors and focus on creating value for our users instead of building infrastructure. That’s priceless. The time and energy saved allows us to disrupt and grow faster.”

Rupak Patel
"With Airbyte, we could just push a few buttons, allow API access, and bring all the data into Google BigQuery. By blending all the different marketing data sources, we can gain valuable insights."
How to Sync to Manually
Begin by thoroughly assessing the data structure within your Recreation database. Identify tables, fields, data types, constraints, and relationships. Document this structure to help in creating equivalent schemas in TiDB.
Install and configure TiDB on your server or cloud environment. Ensure your TiDB setup is working correctly by connecting to it and performing basic operations such as creating and querying a simple test table.
Based on the data structure analysis from step 1, manually create the necessary schemas in your TiDB database. Use SQL statements to define tables, columns, data types, and constraints that mirror those in the Recreation database.
Use SQL commands or a database management tool to export data from the Recreation database. Choose a format such as CSV or SQL dump that can be easily imported into TiDB. Ensure that the export includes all necessary data and adheres to any constraints or relationships defined.
Verify that the exported data is clean and correctly formatted for import into TiDB. Make any necessary adjustments, such as converting date formats or normalizing text data, to ensure compatibility with TiDB's requirements.
Utilize TiDB’s command-line tools (like `tidb-lightning` for large datasets) or execute SQL `LOAD DATA` commands to import the prepared data files into the corresponding tables in TiDB. Ensure that the data is imported correctly by checking for errors and validating row counts.
Once the import is complete, run queries to verify that the data in TiDB matches the original data from Recreation. Check for any discrepancies in row counts, data types, or constraints. Additionally, test query performance and optimize configurations if necessary to ensure that TiDB meets your performance requirements.