https://github.com/vida-nyu/scdp
A profiler to compute basic statistics about a dataset. This is one of the Metanome algorithms.
https://github.com/vida-nyu/scdp
Last synced: 3 months ago
JSON representation
A profiler to compute basic statistics about a dataset. This is one of the Metanome algorithms.
- Host: GitHub
- URL: https://github.com/vida-nyu/scdp
- Owner: VIDA-NYU
- Created: 2018-11-01T13:25:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T13:32:16.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:36:34.308Z (5 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCDP
A profiler to compute basic statistics about a dataset. This is one of the Metanome algorithms. The code was extracted from [here](https://github.com/HPI-Information-Systems/metanome-algorithms) and adapted to create a self-contained application that does not depend on Metanome.## Dependencies
* Apache Maven
* Java 1.7 (at least)## Installation
```
mvn package
```## Running
```
java -jar target/SCDP-0.1-jar-with-dependencies.jar
```