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 Database initialization #26

Open
pwilken opened this issue Jan 22, 2019 · 0 comments
Open

Remove Database initialization #26

pwilken opened this issue Jan 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pwilken
Copy link
Member

pwilken commented Jan 22, 2019

The database should initialize his test data on its own.

There are a few reasons, for example:

  • Service A has instances of different versions deployed (could make trouble in this way)
  • In a bad case this could inject not wanted test data in our production environment.
  • Our Services should show the same behaviour in every environment (production, staging, testing)
  • Configurations have to be injected from external into the application (Twelve-Factor App methodology)
  • Otherwise it would bloat the code
@pwilken pwilken added the enhancement New feature or request label Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants