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

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.

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
```