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

https://github.com/rav009/Data-Schema-Comparison

Inspired by the AWS Glue Crawler, I used python to implement a tool which can crawl the data schema and a website which can compare the difference.
https://github.com/rav009/Data-Schema-Comparison

Last synced: 3 months ago
JSON representation

Inspired by the AWS Glue Crawler, I used python to implement a tool which can crawl the data schema and a website which can compare the difference.

Awesome Lists containing this project

README

          

# Data-Schema-Comparison
Inspired by the AWS Glue Crawler, I used python to implement a crawler tool and a website interface.
* The crawler tool can catch the change of schema and store in a SQLite database.
* The website which is based on web.py and jsdiff can present the change captured.

The result of crawl was stored in a sqlite database.
For now only Teradata is supported.

## Dependency
### Python
* web.py
* pysqlite3
* Teradata

![alt demo](demo.jpg)