Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove canned, hard-coded data for elements of the system and instead define default data via REST calls #56

Open
osowski opened this issue Mar 2, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@osowski
Copy link
Contributor

osowski commented Mar 2, 2020

Instead of having hard-coded data across multiple microservices that requires synchronization, remove all initial data / state from the microservices (fleets, ships, voyages, containers, cities), and instead define this state via a series of REST calls following deployment. This would allow for multiple pre-canned 'scenarios' with different fleets, voyages etc.

This can be done via a Job-based implementation for the deployment as a whole or as part of the individual microservices Deployment with an InitContainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant