# Ellomas ## Docs - [Git Radar](https://docs.ellomas.com/git-radar/index.md): Terminal-based Git visualization tool. - [Ellomas Technologies](https://docs.ellomas.com/index.md): Documentation for Ellomas products — Seedling, Relay, Hippo, and Git Radar. - [Circular Dependencies](https://docs.ellomas.com/seedling/advanced/circular-deps.md): Handling circular FK dependencies between tables. - [FK Strategies](https://docs.ellomas.com/seedling/advanced/fk-strategies.md): Foreign key distribution strategies, self-referencing FKs, and strategy configuration. - [Performance](https://docs.ellomas.com/seedling/advanced/performance.md): Generation benchmarks, parallel execution, and optimization tips. - [generate](https://docs.ellomas.com/seedling/cli-reference/generate.md): Generate test data from a schema file. - [introspect](https://docs.ellomas.com/seedling/cli-reference/introspect.md): Read a live database schema and produce a schema file. - [validate](https://docs.ellomas.com/seedling/cli-reference/validate.md): Validate generator configurations against schema. - [watch](https://docs.ellomas.com/seedling/cli-reference/watch.md): Watch schema files for changes and auto-regenerate. - [Configuration](https://docs.ellomas.com/seedling/configuration.md): Config file reference for seedling.yaml. - [Contributing](https://docs.ellomas.com/seedling/contributing.md): Guidelines for contributing to Seedling. - [Determinism](https://docs.ellomas.com/seedling/determinism.md): How deterministic seeding and unique constraint enforcement work. - [Built-in Generators](https://docs.ellomas.com/seedling/generators/built-in.md): Complete reference of all built-in generators. - [Generator Overrides](https://docs.ellomas.com/seedling/generators/overrides.md): Override auto-detected generators with a YAML file. - [Generator Overview](https://docs.ellomas.com/seedling/generators/overview.md): How Seedling's auto-detection and generator system works. - [How It Works](https://docs.ellomas.com/seedling/how-it-works.md): Architecture and pipeline of Seedling's data generation engine. - [Seedling Overview](https://docs.ellomas.com/seedling/index.md): A schema-aware relational test data factory for Postgres and MySQL. - [Installation](https://docs.ellomas.com/seedling/installation.md): Install Seedling via Go, Docker, or build from source. - [Output Formats](https://docs.ellomas.com/seedling/output-formats.md): Supported output formats and their use cases. - [Quickstart](https://docs.ellomas.com/seedling/quickstart.md): Get started with Seedling in 5 minutes. - [Use Cases](https://docs.ellomas.com/seedling/use-cases.md): Practical applications of Seedling in CI, testing, and development workflows.