mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Provide an option to use mongodb as a storage option #2272

Open asit-dhal opened 4 weeks ago

asit-dhal commented 4 weeks ago

Both Redis and Memcached are in-memory storage systems, which may not be ideal when a project is built from scratch. Since they rely on primary memory, they are limited in handling persistent data storage.

To overcome this, would it be possible to add support for MongoDB? MongoDB stores data on disk and can manage large volumes of data, making it more suitable for long-term and extensive storage requirements.