https://github.com/mohamedelgendyx/redis-watchful
Tracks Redis memory usage and stream health and renders the stats in a web-page, automatically alerting support teams via MS Teams channel
https://github.com/mohamedelgendyx/redis-watchful
deno hono mermaid nodejs redis server-side-rendering
Last synced: about 2 months ago
JSON representation
Tracks Redis memory usage and stream health and renders the stats in a web-page, automatically alerting support teams via MS Teams channel
- Host: GitHub
- URL: https://github.com/mohamedelgendyx/redis-watchful
- Owner: mohamedelgendyx
- Created: 2025-03-13T14:12:22.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-13T14:51:22.000Z (about 2 months ago)
- Last Synced: 2025-03-13T15:32:39.520Z (about 2 months ago)
- Topics: deno, hono, mermaid, nodejs, redis, server-side-rendering
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watchful
Tracks Redis memory usage and stream health and renders the stats in a webpage, automatically alerting support teams via MS Teams channel## Installation
To get started with the Nursery System REST API, follow these steps:
1. Clone the repository to your local machine. `git clone `
2. Install the required dependencies by running `deno install`.
3. Add your variables in the `.env` file
```bash
REDIS_URL =
TEAMS_WEBHOOK_URL =
CHECK_INTERVAL_MINS = 5
APP_URL = http://localhost:3000
```
4. Start the server by running
```bash
deno run start
```## Architecture

One of **Tactful.ai** services