From bc33447ae3ec27e51b5fb1fe30d4b5cbf227e2f8 Mon Sep 17 00:00:00 2001 From: Rain Ocampo Date: Thu, 20 Aug 2026 23:03:18 +0000 Subject: [PATCH] Umbenennung: Modul-Trading-System (Projektname) --- notes/trading/system-docs/README.md | 8 ++++++-- notes/trading/system-docs/infrastructure-handbook.md | 2 +- notes/trading/system-docs/modul-01-postgresql.md | 2 +- notes/trading/system-docs/modul-02-rabbitmq.md | 2 +- notes/trading/system-docs/modul-03-market-data.md | 2 +- notes/trading/system-docs/modul-15-monitoring-control.md | 2 +- notes/trading/system-docs/ports-reference.md | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/notes/trading/system-docs/README.md b/notes/trading/system-docs/README.md index adc6cd6..eca034e 100644 --- a/notes/trading/system-docs/README.md +++ b/notes/trading/system-docs/README.md @@ -1,6 +1,6 @@ -# Trading-System — Modulare Architektur +# Modul-Trading-System — Modulare Architektur -Zentrales, modulares automatisiertes Trading-System, betrieben auf einem Hostinger-VPS (`187.124.31.123`). +Zentrales, modulares automatisiertes Modul-Trading-System, betrieben auf einem Hostinger-VPS (`187.124.31.123`). **Repository-Inhalt:** Live-Dokumentation der Infrastruktur, der Module und des aktuellen Betriebszustands. Jede Änderung folgt dem **Notation-Format**: Autor (`Alice` / `Rain Ocampo`) + Zeitstempel (`DD.MM.YYYY HH:MM`) + Grund. @@ -95,3 +95,7 @@ Grund: README-Modultabelle aktualisiert — Modul-14 Notification als FREIGEGEBE Geändert von: Rain Ocampo Datum: 20.08.2026 Grund: README-Modultabelle aktualisiert — Modul-15 Monitoring-Control als FREIGEGEBEN eingetragen; Details-Link auf modul-15-monitoring-control.md erweitert. + +Geändert von: Rain Ocampo +Datum: 20.08.2026 +Grund: Projekt der Module in Modul-Trading-System umbenannt. README-Titel und projektspezifische Erwaehnungen angepasst. diff --git a/notes/trading/system-docs/infrastructure-handbook.md b/notes/trading/system-docs/infrastructure-handbook.md index 1c8a6ab..1f39d6d 100644 --- a/notes/trading/system-docs/infrastructure-handbook.md +++ b/notes/trading/system-docs/infrastructure-handbook.md @@ -1,4 +1,4 @@ -# Infrastruktur & Betriebs-Handbuch — Trading-System VPS +# Infrastruktur & Betriebs-Handbuch — Modul-Trading-System VPS > Stand: 20.08.2026 · VPS: `187.124.31.123` diff --git a/notes/trading/system-docs/modul-01-postgresql.md b/notes/trading/system-docs/modul-01-postgresql.md index cb20da7..1f6a881 100644 --- a/notes/trading/system-docs/modul-01-postgresql.md +++ b/notes/trading/system-docs/modul-01-postgresql.md @@ -3,7 +3,7 @@ > Erstellt: 20.08.2026 (Rain Ocampo) · Status: ✅ In Betrieb (healthy) ## Zweck -Zentrale Datenbank des Trading-Systems. Persistiert Marktdaten (OHLCV), Journal- und +Zentrale Datenbank des Modul-Trading-Systems. Persistiert Marktdaten (OHLCV), Journal- und Betriebszustände. Keine Strategie, keine Orders — nur zuverlässige Datenspeicherung. ## Container diff --git a/notes/trading/system-docs/modul-02-rabbitmq.md b/notes/trading/system-docs/modul-02-rabbitmq.md index 282fa6a..d3b716a 100644 --- a/notes/trading/system-docs/modul-02-rabbitmq.md +++ b/notes/trading/system-docs/modul-02-rabbitmq.md @@ -3,7 +3,7 @@ > Erstellt: 20.08.2026 (Rain Ocampo) · Status: ✅ In Betrieb (healthy) ## Zweck -Zentrale Event-Bus / Message-Queue des Trading-Systems. Verteilte Kommunikation zwischen +Zentrale Event-Bus / Message-Queue des Modul-Trading-Systems. Verteilte Kommunikation zwischen den Modulen über Topics/Exchanges. Keine Strategie, keine Orders — nur zuverlässige Nachrichtenvermittlung. diff --git a/notes/trading/system-docs/modul-03-market-data.md b/notes/trading/system-docs/modul-03-market-data.md index 0449ecb..2ea9c90 100644 --- a/notes/trading/system-docs/modul-03-market-data.md +++ b/notes/trading/system-docs/modul-03-market-data.md @@ -3,7 +3,7 @@ > Erstellt: 20.08.2026 (Rain Ocampo) · Status: ✅ In Betrieb (healthy) ## Zweck -Zentrale Marktdatenquelle des Trading-Systems. Pipeline: +Zentrale Marktdatenquelle des Modul-Trading-Systems. Pipeline: `Marktdaten → Validierung → Normalisierung → PostgreSQL → RabbitMQ-Event` Keine Strategie, keine Orders, keine KI — nur zuverlässige Marktdaten. diff --git a/notes/trading/system-docs/modul-15-monitoring-control.md b/notes/trading/system-docs/modul-15-monitoring-control.md index 1d4bd57..91c71ec 100644 --- a/notes/trading/system-docs/modul-15-monitoring-control.md +++ b/notes/trading/system-docs/modul-15-monitoring-control.md @@ -3,7 +3,7 @@ **Status: FREIGEGEBEN** (20.08.2026) · Container `Modul-15-Monitoring-Control` · Image `monitoring-control:0.1.0` ## Zweck -Zentrale **technische Überwachung und Sicherheits-/Kontrollebene** des Trading-Systems. +Zentrale **technische Überwachung und Sicherheits-/Kontrollebene** des Modul-Trading-Systems. Überwacht die Dienste M03–M14 (Health/Readiness/Erreichbarkeit) plus RabbitMQ-Queues/Consumer und PostgreSQL und leitet daraus deterministisch einen **globalen Trading-Status** (`ENABLED` / `PAUSED` / `HALTED` / `UNKNOWN`) ab. diff --git a/notes/trading/system-docs/ports-reference.md b/notes/trading/system-docs/ports-reference.md index 2052a06..6ba285c 100644 --- a/notes/trading/system-docs/ports-reference.md +++ b/notes/trading/system-docs/ports-reference.md @@ -1,4 +1,4 @@ -# Ports & Service-Referenz — Trading-System VPS +# Ports & Service-Referenz — Modul-Trading-System VPS > Stand: 20.08.2026 · VPS: `187.124.31.123` · SSH: Public-Key-Auth (nur)