This repository has been archived by the owner. It is now read-only.
data mapper tooling
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
build
etc
examples
tools Several changes to UI design Mar 5, 2015
.gitignore
LICENSE
README.md
pom.xml

README.md

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.