Files
flowfish/docs
taylanbakircioglu 7a5d4904a9 feat: sync v2.7.0 per-path L7 + v2.8.0 (rabbitmq resilience, version bump)
Bring the public mirror up to date with the latest developments:

- L7 HTTP Path Visibility & Per-Path Edge Model (v2.7.0): real HTTP
  paths in the Service Map / Integration Hub / exports instead of "/".
  Touches event_transformer (path extraction), graph-writer per-path
  MERGE key + indexes, graph-query per-path counting, and the frontend.
- Beyla route decoration to fix the `/*/*/*/*/*` star-explosion in
  API-gateway namespaces (low-cardinality route labelling).
- RabbitMQ queue-declaration resilience: graph-writer and
  timeseries-writer tolerate a pre-existing queue whose arguments differ
  from the declaration (bind to the existing queue instead of crashing).
- Version bump to 2.8.0 + CHANGELOG.

Example hostnames/annotations use placeholder values (example.com).
2026-06-02 23:49:10 +03:00
..

🐟 Flowfish Documentation

This directory contains all project documentation organized by category.

📁 Directory Structure

/architecture/ - Architecture & Design Documents

Technical architecture, system design, and integration details.

🎯 Start Here (Architecture Overview)

Detailed Documentation

/sprints/ - Sprint Plans & Roadmaps

Sprint planning, task breakdown, and development roadmaps.

  • Sprint plans coming soon...

/analysis/ - Analysis & Status Reports

Project status, integration reports, and analysis documents.

/guides/ - User & Developer Guides

How-to guides, tutorials, and best practices.

  • Guides coming soon...

Root Level Documents

Core project documentation that lives in the repository root:


For Developers

For DevOps

For Project Managers


🔄 Document Status

Category Status Last Updated
Architecture Up to date 2025-01-08
Sprints 🔴 Pending -
Analysis Up to date 2024-11-21
Guides 🔴 Pending -
Core Docs Up to date 2025-01-08

Note: This documentation structure follows best practices for organizing technical documentation in large projects.