From d4e8cc1d8da53f5a023878825f1cc56d6c6a29bb Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 17:59:15 +0700 Subject: [PATCH] docs: add Related section linking sibling repos --- mongodb/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mongodb/README.md b/mongodb/README.md index ecf1cbb..c900fcf 100644 --- a/mongodb/README.md +++ b/mongodb/README.md @@ -1,2 +1,13 @@ # mongodb-keepalive Go utility performs periodic operations to prevent Mongo DB Atlas free instances from being deleted due to inactivity. + +## Related + +Part of the `*-keepalive` family — same pattern, different databases: + +- [mysql-keepalive](https://github.com/tiennm99/mysql-keepalive) — Mysql +- [redis-keepalive](https://github.com/tiennm99/redis-keepalive) — Redis +- [postgresql-keepalive](https://github.com/tiennm99/postgresql-keepalive) — Postgresql +- [valkey-keepalive](https://github.com/tiennm99/valkey-keepalive) — Valkey +- [couchbase-keepalive](https://github.com/tiennm99/couchbase-keepalive) — Couchbase +