eiffel-community / eiffel-easy2use

A sandbox to be used to try out the Eiffel protocol and related services
Apache License 2.0
10 stars 19 forks source link

Add configuration handling for persintent storage for database and messagebuses #55

Closed tobiasake closed 3 years ago

tobiasake commented 3 years ago

Description

Today Easy2Use CLI tool don't handle configuration for configuring services that need to have persistent storage.

Update Eas2Use CLI to handle configuration for enable/disable persistent storage and other configurations parameters that persistent storage require.

Update Eiffel bundles MongoDb and RabbitMq to use these new configurations parameters.

Motivation

Database and MessageBus data need to use a persistent storage so data is not lost in case of a restart/crash of database or message-buses.

Exemplification

Benefits

Persistence of data in case of restarts.

Possible Drawbacks

No drawbacks for the moment.