Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Are those services on separate machines/VPSs? Do they share one database or does each one have its respective database? Commented Mar 21, 2019 at 12:29
  • @Milan Velebit, I have heard that in a microservices architecture people suggest that each microservice should use its own database, but currently we have one database and services share it. In this context we are researching how we can create multiple databases but not sure how to do that since tables have relations to other tables. Also services aren't live so i can test them on localhost by giving each of them different ports or putting to other machines and starting as services on different machines we have. So they can reside on both. Commented Mar 21, 2019 at 12:39
  • What kind of problems do you have? Commented Mar 21, 2019 at 12:45
  • @Laiv, Thanks, I have edited my question to add problems which lead me confusion. Commented Mar 21, 2019 at 12:53
  • @TahaYavuzBodur would you main to edit the question in such a way it doesn't look like a changelog? :-). Rearrange the question in sections like context, actual situation, desirable situation, problems, doubts . Right now is a little bit hard to read and get what you want to get from us. Commented Mar 21, 2019 at 14:30