-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bigpicture] data replication services #365
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jbygdell
changed the title
Bigpicture data replication conponents
Bigpicture data replication components
Oct 20, 2023
jbygdell
force-pushed
the
bigpicture_sync
branch
3 times, most recently
from
October 20, 2023 13:26
704a1e6
to
ee7924b
Compare
jbygdell
force-pushed
the
merge_sda_pipeline_4
branch
3 times, most recently
from
October 30, 2023 12:35
bca5c0a
to
bf13c15
Compare
jbygdell
force-pushed
the
bigpicture_sync
branch
from
October 30, 2023 13:18
ee7924b
to
95ab192
Compare
jbygdell
changed the title
Bigpicture data replication components
Bigpicture data replication service
Oct 30, 2023
jbygdell
force-pushed
the
merge_sda_pipeline_4
branch
from
October 31, 2023 06:40
bf13c15
to
9297a92
Compare
jbygdell
force-pushed
the
bigpicture_sync
branch
from
October 31, 2023 06:43
95ab192
to
7fd0523
Compare
jbygdell
force-pushed
the
bigpicture_sync
branch
3 times, most recently
from
November 3, 2023 08:01
624c9af
to
e9ea81d
Compare
jbygdell
changed the title
Bigpicture data replication service
[Bigpicture] data replication service
Nov 3, 2023
jbygdell
force-pushed
the
bigpicture_sync
branch
from
November 3, 2023 08:57
e9ea81d
to
61c605c
Compare
7 tasks
jbygdell
force-pushed
the
bigpicture_sync
branch
5 times, most recently
from
November 9, 2023 11:41
ce54285
to
7327d1f
Compare
jbygdell
changed the title
[Bigpicture] data replication service
[Bigpicture] data replication services
Nov 9, 2023
jbygdell
force-pushed
the
bigpicture_sync
branch
from
November 9, 2023 12:42
7327d1f
to
96716e3
Compare
* Starts a real MQ and DB using `ory/dockertests` * Replaces mock SQL backend with real DB
By checking the prefix of the dataset ID in the message we can skip processing datasets that originate from another center.
jbygdell
force-pushed
the
bigpicture_sync
branch
from
November 17, 2023 08:33
48548ff
to
a1db42b
Compare
aaperis
approved these changes
Nov 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the standalone data replication service (
sda-backup
) into the merged code base under the namesync
The
sync-api
originally comes from here, modified to be part of the merged code base. The functionality to send POST requests have been moved to thesync
service.sync
mapping_stream
sync-api