master-data-management

Master Data Management Strategies in Microservices paradigm

两盒软妹~` 提交于 2021-01-21 07:32:31
问题 Working on migrating a huge monolithic application to microservices paradigm, needless to say the domains identification and mapping then to different microservices and the orchestration has been quite a task. Now as the previous application shared the master data in the same schema, in the new paradigm it gets difficult for me to manage that, my choices are: Replicate the same master data in each microservice: Pros: when cached in the application works fast and no looksup, application within

Using Neo4j to build a Master Data Management

佐手、 提交于 2019-12-11 12:36:59
问题 I am trying to use Neo4j to build an MDM. I am just trying to model our customer database with some properties, like email, documentNumber, address, phone, mobilephone and so on. The problem is that our database is too dirty. For example, I have users with same documentNumber (it is like a ssn.). And when I look to these registries I can see that they are actually the same person. For discover pattern through relationship I need to dedup/clean records. But I am afraid of loosing information

How to use REGEX patterns to return day of the week if a date is entered?

风流意气都作罢 提交于 2019-12-11 06:09:46
问题 I am trying to create something that will populate the day of the week in one cell based on a date entered in another, BUT in Master Data Services. I know I will need to do this in a business rule and apply it to the attributes. I am wondering if this can be don using REGEX patterns or any other clever method. So, for example if I have a column with 12/21/2016 in it, I want the next column to say "Wednesday". Thanks! 回答1: The simplest way would be using sql and use a calculated column or