Socket
Socket
Sign inDemoInstall

@atlasmap/atlasmap-data-mapper

Package Overview
Dependencies
148
Maintainers
6
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atlasmap/atlasmap-data-mapper

Atlasmap Data Mapper UI module.


Version published
Weekly downloads
2
decreased by-80%
Maintainers
6
Install size
15.1 MB
Created
Weekly downloads
 

Readme

Source

AtlasMap Data Mapper UI

Runtime @ Maven Central UI @ NPM CircleCI Badge Codacy Badge Codacy Badge Gitter chat Google Group

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.

AtlasMap Documentation

All developer related documentation can be found at AtlasMap Documentation

The shortest path to run standalone AtlasMap

  1. Checkout AtlasMap repo from GitHub
$ git clone https://github.com/atlasmap/atlasmap ${ATLASMAP}
  1. Build AtlasMap runtime
$ cd ${ATLASMAP}
$ ./mvnw clean install

or you can skip tests to get the build little bit faster

$ ./mvnw clean install -DskipTests
  1. Run AtlasMap standalone
$ cd ${ATLASMAP}/standalone
$ ../mvnw -Pitests spring-boot:run

Then AtlasMap UI is available at http://127.0.0.1:8585/ by default.

Live update for UI development

While standalone AtlasMap is running by following above, you can also run an another AtlasMap UI instance at different port by yarn start. This enables live update for UI code so you can see the outcome of your UI code change without build&restart manually.

  1. Install Yarn

  2. 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.

FAQs

Last updated on 06 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc