Liking cljdoc? Tell your friends :D

diff-rdb

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~
  • JDBC, parallelization, IO
  • User interface

Documentation

License

Two options are available:

Free licensePaid license
For non-commercial use such as teaching, academic research, personal study and for open source projectsFor commercial and non-commercial use
Read the licenseContact us

Copyright © Belit d.o.o.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close