Data module

It contains dynamic and static objects and data handling components.

Packages

The module contains the following packages:

  • Data - data patterns
  • Keys - object key (id) generators
  • Process - data processing components

Use

Add dependency to the pom.xml:

<dependency>
  <groupId>org.pipservices</groupId>
  <artifactId>pip-services4-data</artifactId>
  <version>[0.0.1,)</version>
</dependency>