Simple MongoDB instance with public facing port and a MongoDB Express Management interface.
Simple EventStoreDB instance with public facing port and persistent storage.
Simple MinIO instance with public facing port and persistent storage.
Simple MongoDB instance with public facing port and persistent storage.
EventStoreDB is a database that is designed to store data as a series of events. It supports features like persistent subscriptions, catch up subscriptions and projections, just to name a few. It can be used to implement patterns like event sourcing.
Minio is an S3 compatible object store. It is designed to store blob data. It has features like data retention policies, storage tiering, encryption and compression, just to name a few.
MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata. MongoDB is developed by MongoDB Inc., and is published under a combination of the Server Side Public License and the Apache License.