Skip to content

Latest commit

 

History

History

dataquality-sampling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

org.talend.dataquality.sampling

Reservoir sampling, data masking, data duplication

Changelog

More information can be found here.

Where can I get the latest release?

You can download latest stable binaries from our Release Repository. or snapshot binaries from our Snapshot Repository.

Alternatively you can add the following repository into your pom.xml file:

<repositories>
  <repository>
    <id>TalendOpenSourceRelease</id>
    <url>http://newbuild.talend.com:8081/nexus/content/repositories/TalendOpenSourceRelease</url>
  </repository>
</repositories>

And include the following dependency:

<dependency>
  <groupId>org.talend.dataquality</groupId>
  <artifactId>dataquality-sampling</artifactId>
  <version>2.3.6</version>
</dependency>

License

Code is under the Apache Licence v2.

Additional Resources