1 points | by harrisonerd 13 hours ago
1 comments
If you already run MongoDB and just want set/get/remove/all/purge (sync + async) without thinking about collections/schemas: I made mongoKV. It’s intentionally small/boring: one collection, one document per key, Mongo handles concurrency/durability.
If you already run MongoDB and just want set/get/remove/all/purge (sync + async) without thinking about collections/schemas: I made mongoKV. It’s intentionally small/boring: one collection, one document per key, Mongo handles concurrency/durability.