ehildt / acap

A simple and convenient way to distribute and provide content to your apps ;)
MIT License
3 stars 4 forks source link

minio #214

Closed ehildt closed 1 month ago

ehildt commented 1 month ago

As a developer, my goal is to implement a service within ACAP that seamlessly interfaces with MinIO. While MongoDB inherently accommodates only structured data, constrained to a 16MB limit, I've opted for a streamlined approach. By storing unstructured data as blobs in MinIO and organizing metadata in MongoDB, I sidestep the complexities associated with manipulating base64urls and array buffers. This strategic decision ensures efficient data management while promoting scalability and ease of maintenance.

ACC