Overview
In order to simplify the creation of a new Mongo-based Files Service instance, this application available in the Marketplace will help you configure all the needed resources in a few clicks.
This application may come in handy when adding files-related capabilities to a Microfrontend Composer.
## Usage
It is recommended to check the documentation page for the Files Service Plugin for detailed information on how to use the component.
This application comes with a default incomplete ConfigMap for the Files Service, specifying Mongo as storage service. For detailed information on how to write a proper ConfigMap, please refer to the Files Service Plugin documentation page.
Microservices
The application consists of the following microservices:
- Files Service to manage files.
- CRUD Service to store files information in a pre-configured collection called
file_records
.
Endpoints
The application exposes the Files Service on the /files-service
endpoint.