Skip to content

rkorytkowski/atlasmap

 
 

Repository files navigation

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.

About

AtlasMap project repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.6%
  • HTML 13.7%
  • TypeScript 10.4%
  • CSS 0.6%
  • JavaScript 0.5%
  • Shell 0.2%