Skip to content

noi-techpark/automated-data-quality-monitoring-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated data quality monitoring tool

Dashboard web application that visualises stats about potential data quality issues to be improved in Open Data Hub. The statistics are divided by dataset and make it possible to quickly find records with improvable data.

Table of contents

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To build the project, the following prerequisites must be met:

Source code

Get a copy of the repository:

git clone git clone https://github.com/noi-techpark/automated-data-quality-monitoring-tool.git

Change directory:

cd automated-data-quality-monitoring-tool

Build

Build the typescript code:

npm install typescript     # if not already installed
tsc

Build the java project:

mvn clean package

Deployment

This is a maven project and will produce a war that can be deployed in any j2ee container like tomcat or jetty.

  • create the war executing the following command
mvn clean package
  • create a postgres instance and initialize the database using
psql ... < database/database.sql
  • confiure environment variable JDBC_URL=jdbc:postgresql://server/database?user=xxx&password=yyy to point the postgres database
  • deploy the war to a j2ee container like tomcat or jetty

Information

Support

For support, please contact [email protected].

Contributing

If you'd like to contribute, please follow our Getting Started instructions.

Documentation

More documentation can be found at https://docs.opendatahub.com.

License

The code in this project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 license. See the LICENSE file for more information.

About

Automated Data Quality Monitoring Tool (ADQMT) for the Open Data Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published