DataPipeline Foundations
Overview
DataPipeline Foundations is an add-on library to the core DataPipeline engine. It provides a set of high-level components that are needed in many data processing and decisioning applications. The components in DataPipeline Foundations can be used on their own or integrated into your existing DataPipeline jobs.
DataPipeline Foundations includes the following features:
Example code are available on the DataPipeline Foundations examples page.
Get Started
DataPipeline Foundations is available from DataPipeline version 6.0 and onwards. You can use it today with the following Maven or Gradle specs.
Maven
Add the code below to your pom.xml file.
<repositories> <repository> <id>datapipeline</id> <url>https://maven.northconcepts.com/public/repositories/datapipeline</url> <releases/> </repository> </repositories> <dependencies> <dependency> <groupId>com.northconcepts</groupId> <artifactId>northconcepts-datapipeline-foundations</artifactId> <version>9.1.0</version> <scope>compile</scope> </dependency> </dependencies>Gradle
Add the code below to your build.gradle file.
repositories { mavenCentral() maven { url = 'https://maven.northconcepts.com/public/repositories/datapipeline' } } dependencies { compile 'com.northconcepts:northconcepts-datapipeline-foundations:9.1.0' }
Contact Us
Please contact us if you have any questions or suggestions.