> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opensource-together.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Structure

# Project Structure

```python theme={null}
config/
    config.py               # Generates YAML from env
    config.yaml             # Centralized config file
src/
    dagster/
        assets.py           # Dagster assets definition
        dagster.yaml        # Dagster config instance
        definitions.py      # Dagster jobs, schedules, sensors
        config/             # Centralized config files
            config.py       # Source YAML generated on project root config/config.yaml
            github_mapping.py
    infrastructure/
        services/
            go/
                github/
                    go.mod, main.go, main_test.go
                gitlab/
                    go.mod, main.go, main_test.go
prisma/
    schema.prisma, migrations/, seed/
docs/
    ai/*.mdx
```
