I just started studying microservices I have one question.
When design Good microservices should separate 1 service 1 database.
Now, if I want to JOIN the database's data and then sorting it, what method should I use?
when the tables are in different databases.
Top comments (0)