I am looking at zingg to migrate off AWS Glue ML Record matching . I have a question. Currently I have around 400K Hotel property records that are matched with a master key associated to identify the same hotel in a mysql table. I keep getting new files from my customers what has hotel property records. In this case, can I :
- 1.
Run the new file against the mysql table using zingg to match hotels from the new file
- 2.
Use an API for match existing records when a customer types in a hotel property name.
Does Zingg do incremental matches..meaning, i dont want to change the master id from the previous matches. ?