An open API service indexing awesome lists of open source software.

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

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.