https://github.com/aygp-dr/data-sync-verifier
Verify data integrity during synchronization — detect drift, missing records, and schema mismatches
https://github.com/aygp-dr/data-sync-verifier
babashka cli clojure
Last synced: 3 months ago
JSON representation
Verify data integrity during synchronization — detect drift, missing records, and schema mismatches
- Host: GitHub
- URL: https://github.com/aygp-dr/data-sync-verifier
- Owner: aygp-dr
- Created: 2026-03-16T01:40:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T04:09:15.000Z (3 months ago)
- Last Synced: 2026-03-30T06:46:29.822Z (3 months ago)
- Topics: babashka, cli, clojure
- Language: Clojure
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: data-sync-verifier
#+AUTHOR: aygp-dr
Verify data integrity during sync operations. Built with [[https://github.com/babashka/babashka][Babashka]].
** Quick Start
#+begin_src bash
bb run --dir ./my-project
bb run --dir ./my-project --format json
#+end_src
** Requirements
- Babashka v1.12+
** Status
Scaffold -- see CLAUDE.md for implementation plan.