Skip to content
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

Deduplication Job #6

Merged
merged 2 commits into from
May 19, 2020
Merged

Deduplication Job #6

merged 2 commits into from
May 19, 2020

Commits on May 19, 2020

  1. Deduplication Job

    Deduplication job will run as a Spring application.
    It'll be triggered every 5 min (configurable) and will do the following:
    - Get state of last run
    - Check if there is new data to be deduplicated
      - Check if there are duplicates in new data
        - Deduplicated
      - Save new state
    
    Changes:
    - Adds metrics to track deduplication job
    - Adds new column 'dedupe' to transactions table
    - Adds integration test
    - Adds create-tables.sh script to create all tables needed by hedera-etl
    
    Signed-off-by: Apekshit Sharma <[email protected]>
    apeksharma committed May 19, 2020
    Configuration menu
    Copy the full SHA
    e4ac10c View commit details
    Browse the repository at this point in the history
  2. rename modules

    Signed-off-by: Apekshit Sharma <[email protected]>
    apeksharma committed May 19, 2020
    Configuration menu
    Copy the full SHA
    db8daeb View commit details
    Browse the repository at this point in the history