Replies: 1 comment 1 reply
-
Hi Hellloy. I ideally would like to create a db where all "master" data will live, eg. Lookups etc that will be static data, and would not change, as business logic in both DB and Code would be built around it. So altering this "static" data would be a calculated decision. Please see article that will explain : |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I access and work with data stored in a table from another module while staying within the framework of the current architecture? For example, if I need to use data from the ToDo Service module while working in the Catalog Service module, what is the recommended approach for accessing and integrating that data between different modules?
Additionally, how should I handle situations where relationships between domain models in one module reference models from another module? What is the best way to manage these cross-module dependencies while adhering to architectural principles?
Thank You !
Beta Was this translation helpful? Give feedback.
All reactions