kcbabo / data-mapper

data mapper tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Mapper

The Data Mapper project provides tooling to create, configure, and test data transformation in Apache Camel. Highlights include:

  • A visual editor for mapping between Java-based data models. Mapping is simply a matter of dragging a field from the source model to the target model.
  • The ability to generate Java-based models from XML Schema, XML instance documents, JSON schema, and JSON instance documents with automatic configuration of required data formats within Camel to handle marshalling to/from Java.
  • OOTB support for mapping any combination of XML, Java, and JSON. Users can further customize runtime configuration to support any-to-any transformation via Camel data formats.
  • Runtime integration is based purely on Apache Camel and Dozer - no extra configuration files to keep track of!

Getting Started

First off, you need to install the tooling.

Once that's done, you can choose your own adventure:

Providing Feedback

The data-mapper forum is the best place to ask questions, provide feedback, and engage with the Data Mapper community.

If you discover an issue or have a feature you'd like to see, feel free to file an issue.

About

data mapper tooling

License:Apache License 2.0


Languages

Language:Java 100.0%