Skip to content

v0.1.0

Latest

Choose a tag to compare

@SKR35 SKR35 released this 20 Oct 15:23
· 2 commits to master since this release

First cut of the reproducible FCC synthetic data factory.

Includes: SQLite schema (customers, accounts, cash_transactions, alerts) and stdlib-only CLI (init-db, generate). Deterministic generators with --seed.

Sample DB: fcc_tm.sqlite built with:

python -m src init-db --db data/fcc_tm.sqlite

python -m src generate --db data/fcc_tm.sqlite --n-customers 1500 --n-externals 1000 --n-accounts 1300 --n-transactions 200000 --seed 42