vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Add integrated minio to Dispatch Solo #689

Open berndtj opened 6 years ago

berndtj commented 6 years ago

Feature Request

Detailed Description

Use minio for function storage (just like dispatch-knative). Then also be able to offer other features such as hosting static files and general object store use-cases.

Context

Building web applications requires hosting content. Minio makes this easy. Also, functions and object stores work really well together, and it keeps dispatch-solo in sync with dispatch-knative.

Possible Implementation

Complexity