Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.93 KB

File metadata and controls

51 lines (33 loc) · 1.93 KB

Documentation

README · Docs · Guides · Packages

Reference for every feature, flag, and format. Use guides/ for end-to-end workflows.

Start here

Fields

Configs

  • YAML configs — structure, options, inheritance
  • Multi-table — FK anchors, dereferences, zipf, self-reference
  • Expressions — arithmetic, column references, aggregators
  • Templates — inline and multiline templates

Output

  • Streaming — unlimited output, rate limiting
  • Annotated — JSONL with byte-offset spans for NER/PII training
  • Replace — anonymise existing CSV/JSONL
  • Presets — built-in configs (nginx, payment, postgres, …)

Semantics

  • Determinism — seed model, fingerprint, cross-language parity
  • Context--ctx strict/loose, identity correlation, locales
  • Corruption — noise injection for ML training data

Integrations

  • MCP — Model Context Protocol server for Claude / Cursor / VS Code

Also

  • Guides — workflow walkthroughs (seeding a DB, anonymising production data, NER training data, mock APIs)
  • Packages — per-language package documentation
  • Benchmarks — reproducible throughput measurements
  • Examples — runnable scripts

README · Docs · Guides · Packages