1 dépôt
Scripts that generate representative data records for populating database tables.
Distinct from SQL Generators: Focuses on generating the data records for population rather than generating the SQL DDL scripts for the model.
Explore 1 awesome GitHub repository matching data & databases · Dataset Generation Scripts. Refine with filters or upvote what's useful.
test_db is a collection of tools for validating database integrity, benchmarking system throughput, and generating synthetic schemas and datasets. It includes a sample corporate employee database for MySQL, a SQL dataset generator for creating representative records, and an integrity validator that uses checksums and record counts to verify data consistency across different database engines. The project provides a database performance benchmark consisting of complex queries and stored procedures designed to measure system response times and throughput. These tools simulate real-world workload
Provides a series of scripts that populate database tables with representative records to simulate real-world workloads.