@gravito/zenith 1.1.3 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -10
- package/dist/bin.js +43235 -76691
- package/dist/client/index.html +13 -0
- package/dist/server/index.js +43235 -76691
- package/package.json +16 -7
- package/CHANGELOG.md +0 -62
- package/Dockerfile +0 -46
- package/Dockerfile.demo-worker +0 -29
- package/bin/flux-console.ts +0 -2
- package/doc/ECOSYSTEM_EXPANSION_RFC.md +0 -130
- package/docker-compose.yml +0 -40
- package/docs/ALERTING_GUIDE.md +0 -71
- package/docs/DEPLOYMENT.md +0 -157
- package/docs/DOCS_INTERNAL.md +0 -73
- package/docs/LARAVEL_ZENITH_ROADMAP.md +0 -109
- package/docs/QUASAR_MASTER_PLAN.md +0 -140
- package/docs/QUICK_TEST_GUIDE.md +0 -72
- package/docs/ROADMAP.md +0 -85
- package/docs/integrations/LARAVEL.md +0 -207
- package/postcss.config.js +0 -6
- package/scripts/debug_redis_keys.ts +0 -24
- package/scripts/flood-logs.ts +0 -21
- package/scripts/seed.ts +0 -213
- package/scripts/verify-throttle.ts +0 -49
- package/scripts/worker.ts +0 -124
- package/specs/PULSE_SPEC.md +0 -86
- package/src/bin.ts +0 -6
- package/src/client/App.tsx +0 -72
- package/src/client/Layout.tsx +0 -669
- package/src/client/Sidebar.tsx +0 -112
- package/src/client/ThroughputChart.tsx +0 -158
- package/src/client/WorkerStatus.tsx +0 -202
- package/src/client/components/BrandIcons.tsx +0 -168
- package/src/client/components/ConfirmDialog.tsx +0 -134
- package/src/client/components/JobInspector.tsx +0 -487
- package/src/client/components/LogArchiveModal.tsx +0 -432
- package/src/client/components/NotificationBell.tsx +0 -212
- package/src/client/components/PageHeader.tsx +0 -47
- package/src/client/components/Toaster.tsx +0 -90
- package/src/client/components/UserProfileDropdown.tsx +0 -186
- package/src/client/contexts/AuthContext.tsx +0 -105
- package/src/client/contexts/NotificationContext.tsx +0 -128
- package/src/client/index.css +0 -172
- package/src/client/main.tsx +0 -15
- package/src/client/pages/LoginPage.tsx +0 -164
- package/src/client/pages/MetricsPage.tsx +0 -445
- package/src/client/pages/OverviewPage.tsx +0 -519
- package/src/client/pages/PulsePage.tsx +0 -409
- package/src/client/pages/QueuesPage.tsx +0 -378
- package/src/client/pages/SchedulesPage.tsx +0 -535
- package/src/client/pages/SettingsPage.tsx +0 -1001
- package/src/client/pages/WorkersPage.tsx +0 -380
- package/src/client/pages/index.ts +0 -8
- package/src/client/utils.ts +0 -15
- package/src/server/config/ServerConfigManager.ts +0 -90
- package/src/server/index.ts +0 -860
- package/src/server/middleware/auth.ts +0 -127
- package/src/server/services/AlertService.ts +0 -321
- package/src/server/services/CommandService.ts +0 -136
- package/src/server/services/LogStreamProcessor.ts +0 -93
- package/src/server/services/MaintenanceScheduler.ts +0 -78
- package/src/server/services/PulseService.ts +0 -148
- package/src/server/services/QueueMetricsCollector.ts +0 -138
- package/src/server/services/QueueService.ts +0 -924
- package/src/shared/types.ts +0 -223
- package/tailwind.config.js +0 -80
- package/tests/placeholder.test.ts +0 -7
- package/tsconfig.json +0 -29
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -27
package/README.md
CHANGED
|
@@ -4,16 +4,34 @@
|
|
|
4
4
|
|
|
5
5
|
`@gravito/zenith` (also known as **Flux Console**) is the official management interface for Gravito's asynchronous ecosystem. It provides real-time visibility into your queues, workers, and background jobs, enabling powerful operational control with zero configuration.
|
|
6
6
|
|
|
7
|
-
##
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- **♻️ Dead Letter Queue (DLQ) Ops**:
|
|
13
|
-
- **🔍
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
## ✨ Key Features
|
|
8
|
+
|
|
9
|
+
- **🧭 Galaxy-Wide Monitoring**: Centralized dashboard for visualizing throughput, error rates, and latencies across all Satellites.
|
|
10
|
+
- **🎮 Operational Control**: Real-time management of queues, workers, and background jobs with zero configuration.
|
|
11
|
+
- **👷 Worker Health**: Cluster-wide tracking of CPU, RAM, and uptime for all active Gravito service instances.
|
|
12
|
+
- **♻️ Dead Letter Queue (DLQ) Ops**: Single-click batch retry or clearing of failed jobs across the system.
|
|
13
|
+
- **🔍 Distributed Auditing**: Deep search through historical jobs stored in SQL or Redis throughout the Galaxy.
|
|
14
|
+
- **🚨 Unified Alerting**: Integrated Slack and Discord notifications for critical system thresholds and failure spikes.
|
|
15
|
+
|
|
16
|
+
## 🌌 Role in Galaxy Architecture
|
|
17
|
+
|
|
18
|
+
In the **Gravito Galaxy Architecture**, Zenith acts as the **Control Plane (Navigational Command)**.
|
|
19
|
+
|
|
20
|
+
- **Galaxy Insight**: Provides the "Cockpit" for developers and SREs to observe and manage the internal state of the asynchronous ecosystem.
|
|
21
|
+
- **Remote Orchestration**: Enables remote control of background processes without needing direct terminal access to the production nodes.
|
|
22
|
+
- **Telemetry Aggregator**: Works with `Quasar` agents to consolidate metrics and logs from isolated Satellites into a single operational view.
|
|
23
|
+
|
|
24
|
+
```mermaid
|
|
25
|
+
graph TD
|
|
26
|
+
Zenith[Zenith Control Plane] <--> Q1[Quasar: Order Worker]
|
|
27
|
+
Zenith <--> Q2[Quasar: Stock Worker]
|
|
28
|
+
Zenith <--> Q3[Quasar: API Node]
|
|
29
|
+
subgraph Operational Control
|
|
30
|
+
Zenith --> Queues[Queue Management]
|
|
31
|
+
Zenith --> Metrics[Visual Monitoring]
|
|
32
|
+
Zenith --> Alerts[Smart Alerting]
|
|
33
|
+
end
|
|
34
|
+
```
|
|
17
35
|
|
|
18
36
|
## 📦 Installation
|
|
19
37
|
|