Skip to content

Add schema-based mock data generation and CSV outputs#158

Open
akankshab418 wants to merge 1 commit into
mainfrom
feature/mock-data-generation
Open

Add schema-based mock data generation and CSV outputs#158
akankshab418 wants to merge 1 commit into
mainfrom
feature/mock-data-generation

Conversation

@akankshab418

Copy link
Copy Markdown

Summary

This PR adds schema-driven synthetic/mock data generation for testing, development, and demos.

Changes Included

  • Added reusable Python scripts for CSV generation
  • Used schema metadata from db_info.json
  • Integrated lookup/reference tables
  • Preserved foreign key relationships
  • Generated CSV files for database tables
  • Added README with run instructions

Output Location

  • database/mock_db/

Example Validations

  • users.country_id -> country.country_id
  • users.state_id -> state.state_id
  • request.req_user_id -> users.user_id

Notes

Default row counts are lightweight for review and can be scaled later.

@akankshab418 akankshab418 requested a review from saquibb8 April 21, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant