Skip to content

How to synchronise full donor or cord JSON files? #634

Answered by benbelow
mmelchers asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mmelchers

This behaviour is by design - of the two types of input file, "full" and "diff":

  • "diff" will automatically publish messages on an internal service bus for each updated donor, for consumption by the matching database, to ensure donors are up to date
    • this process isn't the most efficient - it can handle the load of daily donor updates / additions / deletions no problem, but when asking it to import all donors this way, it would take a lot longer than ideal (we're probably looking at an order of extra days)
  • "full" will import all donors to the master Atlas donor store, but not to the matching databases, as you've identified. There is a second process that will import all do…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by zabeen
Comment options

mmelchers
Jul 13, 2021
Collaborator Author

You must be logged in to vote
1 reply
@benbelow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants