An open API service indexing awesome lists of open source software.

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

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

![arch](arch.png)

One of **Tactful.ai** services