Skip to content

Find, inspect and fix diffs between data sets in relational databases.

License

Notifications You must be signed in to change notification settings

belit-rs/diff-rdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diff-rdb

Clojars Project

Tools and APIs for finding, inspecting and fixing differences between data sets in relational databases.

Data sets may be gathered from different joins, schemas, databases or RDBMSs.

Diff-rdb relies entirely upon SQL result sets, it can compare anything user can express with SQL.

Columns marked for comparison must have the same names. Aliases can be used if names differ.

To compare large data sets efficiently, queries can be partitioned and executed in parallel.

Diffs can be inspected with GUI, can be saved to disk in various data formats or exposed via core.async channels.

Status

Under development, APIs may change.

TODO:

  • Core diff algorithm
  • IO, parallelization
  • UI, fixing diffs

Documentation

License

Two options are available:

Free license Paid license
For non-commercial use such as teaching, academic research, personal study and for open source projects For commercial and non-commercial use
Read the license Contact us

Copyright © Belit d.o.o.

About

Find, inspect and fix diffs between data sets in relational databases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published