Skip to content

ransch/CleanEr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanEr

This repository contains a prototype implementation for CleanEr, a generic framework that is used on top of existing data cleaning systems and that assists users in identifying the impact of potential cleaning errors on query results, and in deciding accordingly whether and how to proceed with the cleaning.

You can find screenshots of the different views under screenshots/, and watch a video that demonstrates our framework and its key features.

Instructions

  1. Build the Python implementation of the algorithms by running poetry build from impl/.
  2. Install the dependencies of the Flask server by running poetry install --no-root from flask-app/.
  3. Start the Flask server by running poetry run python3 flask_app/app.py from flask-app/.
  4. Install the dependencies of the Node.js server by running npm install from react-app/.
  5. Start the Node.js server by running npm run build && npm run start from react-app/.

About

ICDE 2024 demo source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published