Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adiom-data/dsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: adiom-data/dsync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zdqf6debug2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 19 files changed
  • 2 contributors

Commits on Oct 8, 2025

  1. Customization for mongo <-> mongo query filter

    Example param usage: `mongodb://localhost:27017 -q '{"field":{"$eq":"value"}}'`
    Currently need to be duplicated on both source and destination.
    Mark C authored and Mark C committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    1a1a9b7 View commit details
    Browse the repository at this point in the history
  2. Add basic support for unique index

    Use --namespace-stream-writer=mynamespace (use destination namespace).
    For the destination mongo, use --unique-index-namespace=mynamespace.
    
    Example:
    dsync -ns db.col:db2.col --namespace-stream-writer=db2.col mongodb://localhost:27017  mongodb://localhost:27017 --writer-batch-size=10000 --unique-index-namespace db2.col
    Mark C authored and Mark C committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    4d215c4 View commit details
    Browse the repository at this point in the history
  3. add datadog statsd + progress metrics.

    Mark C authored and Mark C committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f0cb4ea View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Add a sample factor to mongodb planning (#336)

    adiom-mark authored and Mark C committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    8909ccb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Add index hint

    Mark C authored and Mark C committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    86378b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Fix regression where delete events were not counted separately.

    Mark C authored and Mark C committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    39bd83e View commit details
    Browse the repository at this point in the history
  2. Add projection to mongo sampling (#344)

    Co-authored-by: Mark C <[email protected]>
    2 people authored and Mark C committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    cc15c79 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Retry mongo writes

    Mark C authored and Mark C committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f648b85 View commit details
    Browse the repository at this point in the history
  2. fix exit on initial sync write failure

    Mark C authored and Mark C committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    fb1848a View commit details
    Browse the repository at this point in the history
  3. Add isolated retries for mongo dest.

    Mark C authored and Mark C committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    ed75a0c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. fix exit again

    Mark C authored and Mark C committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    1e24e9d View commit details
    Browse the repository at this point in the history
  2. Revert "fix exit again"

    This reverts commit 1e24e9d.
    Mark C authored and Mark C committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    bd1616f View commit details
    Browse the repository at this point in the history
  3. Revert "fix exit on initial sync write failure"

    This reverts commit fb1848a.
    Mark C authored and Mark C committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    3ed35a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Add debug-change-stream and skip-initial-sync-duplicate-namespace

    Mark C authored and Mark C committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    ae97c72 View commit details
    Browse the repository at this point in the history
  2. fix writer error shutdown (#346)

    adiom-mark authored and Mark C committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    ae49488 View commit details
    Browse the repository at this point in the history
Loading