/atlasmap

AtlasMap project repository

Primary LanguageJavaApache License 2.0Apache-2.0

AtlasMap

Runtime @ Maven Central UI @ NPM CircleCI Badge Codacy Badge Codacy Badge

The AtlasMap is a data mapping solution with interactive web based user interface, that simplifies configuring integrations between Java, XML, and JSON data sources. You can design your data mapping on the AtlasMap Data Mapper UI canvas, and then run that data mapping via runtime engine. AtlasMap Data Mapper UI is primarily designed to work within the Syndesis UI.

All developer related documentation can be found at AtlasMap Documentation

The shortest path to run standalone AtlasMap

  1. Build AtlasMap runtime
$ cd ${ATLASMAP}/runtime
$ ../mvnw clean install
  1. Run AtlasMap Services
$ cd ${ATLASMAP}/runtime/runtime
$ ../../mvnw -Pitests spring-boot:run
  1. Install Yarn

  2. In another console, install Data Mapper UI's dependencies

$ cd ${ATLASMAP}/ui
$ yarn install
  1. Start Data Mapper UI
$ yarn start

The yarn start command will attempt to automatically open your browser window, but if it doesn't, open it directly with this URL: http://localhost:3000.