.dockerignore
.gitignore
.python-version
Dockerfile.dev
Dockerfile.prod
LICENSE
README.md
fdb.cluster
install.txt
pyproject.toml
uv.lock
.github/workflows/release.yml
docs/PRODUCTION_CONFIG.md
scripts/generate_favicon.py
scripts/seed_data.py
scripts/smoke_control.py
scripts/smoke_delete.py
scripts/smoke_ingestion.py
scripts/smoke_kafka.py
scripts/smoke_test.py
src/matyan_backend/__init__.py
src/matyan_backend/app.py
src/matyan_backend/cli.py
src/matyan_backend/config.py
src/matyan_backend/deps.py
src/matyan_backend/fdb_types.py
src/matyan_backend/logging.py
src/matyan_backend/metrics.py
src/matyan_backend/py.typed
src/matyan_backend/thread_pool.py
src/matyan_backend.egg-info/PKG-INFO
src/matyan_backend.egg-info/SOURCES.txt
src/matyan_backend.egg-info/dependency_links.txt
src/matyan_backend.egg-info/entry_points.txt
src/matyan_backend.egg-info/requires.txt
src/matyan_backend.egg-info/top_level.txt
src/matyan_backend/api/__init__.py
src/matyan_backend/api/_main.py
src/matyan_backend/api/errors.py
src/matyan_backend/api/health.py
src/matyan_backend/api/streaming.py
src/matyan_backend/api/version.py
src/matyan_backend/api/dashboard_apps/__init__.py
src/matyan_backend/api/dashboard_apps/pydantic_models.py
src/matyan_backend/api/dashboard_apps/views.py
src/matyan_backend/api/dashboards/__init__.py
src/matyan_backend/api/dashboards/pydantic_models.py
src/matyan_backend/api/dashboards/views.py
src/matyan_backend/api/experiments/__init__.py
src/matyan_backend/api/experiments/_main.py
src/matyan_backend/api/experiments/_pydantic_models.py
src/matyan_backend/api/projects/__init__.py
src/matyan_backend/api/projects/_main.py
src/matyan_backend/api/projects/_pydantic_models.py
src/matyan_backend/api/reports/__init__.py
src/matyan_backend/api/reports/pydantic_models.py
src/matyan_backend/api/reports/views.py
src/matyan_backend/api/runs/__init__.py
src/matyan_backend/api/runs/_blob_uri.py
src/matyan_backend/api/runs/_collections.py
src/matyan_backend/api/runs/_custom_objects.py
src/matyan_backend/api/runs/_planner.py
src/matyan_backend/api/runs/_pydantic_models.py
src/matyan_backend/api/runs/_query.py
src/matyan_backend/api/runs/_range_utils.py
src/matyan_backend/api/runs/_run.py
src/matyan_backend/api/runs/_streaming.py
src/matyan_backend/api/runs/_views.py
src/matyan_backend/api/tags/__init__.py
src/matyan_backend/api/tags/_main.py
src/matyan_backend/api/tags/_pydantic_models.py
src/matyan_backend/backup/__init__.py
src/matyan_backend/backup/export_blobs.py
src/matyan_backend/backup/export_entities.py
src/matyan_backend/backup/export_run.py
src/matyan_backend/backup/exporter.py
src/matyan_backend/backup/restore_direct.py
src/matyan_backend/jobs/__init__.py
src/matyan_backend/jobs/lock.py
src/matyan_backend/kafka/__init__.py
src/matyan_backend/kafka/producer.py
src/matyan_backend/kafka/security.py
src/matyan_backend/storage/__init__.py
src/matyan_backend/storage/encoding.py
src/matyan_backend/storage/entities.py
src/matyan_backend/storage/fdb_client.py
src/matyan_backend/storage/indexes.py
src/matyan_backend/storage/project.py
src/matyan_backend/storage/runs.py
src/matyan_backend/storage/s3_client.py
src/matyan_backend/storage/sequences.py
src/matyan_backend/storage/tree.py
src/matyan_backend/workers/__init__.py
src/matyan_backend/workers/control.py
src/matyan_backend/workers/ingestion.py
src/matyan_backend/workers/metrics.py
tests/__init__.py
tests/test_app.py
tests/test_cli.py
tests/test_config.py
tests/test_fdb_retry.py
tests/test_infra.py
tests/test_kafka_producer.py
tests/test_worker_lifecycle.py
tests/api/__init__.py
tests/api/conftest.py
tests/api/test_blob_uri.py
tests/api/test_collections_extended.py
tests/api/test_custom_objects.py
tests/api/test_custom_objects_dump.py
tests/api/test_dashboards.py
tests/api/test_dashboards_extended.py
tests/api/test_error_envelope.py
tests/api/test_errors_module.py
tests/api/test_experiments.py
tests/api/test_experiments_extended.py
tests/api/test_health.py
tests/api/test_metrics.py
tests/api/test_planner.py
tests/api/test_planner_extended.py
tests/api/test_planner_metrics.py
tests/api/test_projects.py
tests/api/test_query.py
tests/api/test_query_timing.py
tests/api/test_remaining_coverage.py
tests/api/test_runs.py
tests/api/test_runs_clear_tombstone.py
tests/api/test_runs_extended.py
tests/api/test_streaming_codec.py
tests/api/test_streaming_endpoints.py
tests/api/test_streaming_queue_config.py
tests/api/test_tags.py
tests/api/test_tags_extended.py
tests/api/test_version.py
tests/api/test_views.py
tests/api/test_worker_metrics.py
tests/backup/__init__.py
tests/backup/conftest.py
tests/backup/test_export_import.py
tests/backup/test_manifest.py
tests/convert/__init__.py
tests/jobs/__init__.py
tests/jobs/conftest.py
tests/jobs/test_lock.py
tests/storage/__init__.py
tests/storage/conftest.py
tests/storage/test_context_utils.py
tests/storage/test_encoding_extended.py
tests/storage/test_entities.py
tests/storage/test_indexes.py
tests/storage/test_project_extended.py
tests/storage/test_project_params_cache.py
tests/storage/test_runs.py
tests/storage/test_runs_extended.py
tests/storage/test_sequences.py
tests/storage/test_sequences_extended.py
tests/storage/test_tree.py
tests/workers/__init__.py
tests/workers/conftest.py
tests/workers/test_control_handlers.py
tests/workers/test_ingestion_handlers.py
tests/workers/test_txn_size.py