Atlas :: Runtime

AtlasMap runtime engine and design time services

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

io.atlasmap
ArtifactId

ArtifactId

runtime
Last Version

Last Version

1.38.1
Release Date

Release Date

Type

Type

jar
Description

Description

Atlas :: Runtime
AtlasMap runtime engine and design time services
Project Organization

Project Organization

JBoss by Red Hat

Download runtime

How to add to project

<!-- https://jarcasting.com/artifacts/io.atlasmap/runtime/ -->
<dependency>
    <groupId>io.atlasmap</groupId>
    <artifactId>runtime</artifactId>
    <version>1.38.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/runtime/
implementation 'io.atlasmap:runtime:1.38.1'
// https://jarcasting.com/artifacts/io.atlasmap/runtime/
implementation ("io.atlasmap:runtime:1.38.1")
'io.atlasmap:runtime:jar:1.38.1'
<dependency org="io.atlasmap" name="runtime" rev="1.38.1">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='runtime', version='1.38.1')
)
libraryDependencies += "io.atlasmap" % "runtime" % "1.38.1"
[io.atlasmap/runtime "1.38.1"]

Dependencies

compile (12)

Group / Artifact Type Version
io.atlasmap : atlas-java-module jar 1.38.1
io.atlasmap : atlas-java-service jar 1.38.1
io.atlasmap : atlas-json-module jar 1.38.1
io.atlasmap : atlas-json-service jar 1.38.1
io.atlasmap : atlas-xml-module jar 1.38.1
io.atlasmap : atlas-xml-service jar 1.38.1
io.atlasmap : atlas-service jar 1.38.1
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-undertow jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.boot : spring-boot-starter-security jar
com.paypal.springboot : resteasy-spring-boot-starter jar 2.3.0-RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
com.squareup.okhttp3 : okhttp jar 3.8.0

Project Modules

There are no modules declared in this project.

AtlasMap

Runtime @ Maven Central UI @ NPM CircleCI Badge Codacy Badge Codacy Badge Gitter chat Netlify Status 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, and now we're exploring to improve standalone user experience.

AtlasMap Documentation

AtlasMap User Guide

AtlasMap Developer Guide

The shortest path to run standalone AtlasMap Data Mapper UI

  1. Download AtlasMap standalone jar
$ wget http://central.maven.org/maven2/io/atlasmap/atlasmap-standalone/${VERSION}/atlasmap-standalone-${VERSION}.jar
  1. Run
$ java -jar atlasmap-standalone-${VERSION}.jar

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

Build AtlasMap project

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

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

$ ./mvnw clean install -DskipTests
  1. Run the AtlasMap standalone jar from the springboot maven plugin, as described above:
$ cd ${ATLASMAP}/standalone
$ ../mvnw -Pitests spring-boot:run
  1. In a separate terminal window, run the standalone UI:
$ cd ${ATLASMAP}/ui/packages/atlasmap-standalone
$ yarn start

Live update for UI development

You can also run the AtlasMap Data Mapper UI with live updates by starting yarn in both the core and UI folders:

  1. Build AtlasMap UI and server
$ cd ${ATLASMAP}
$ ./mvnw clean install -DskipTests -Pitests
  1. Start the AtlasMap server by running the AtlasMap standalone jar from the springboot maven plugin:
$ cd ${ATLASMAP}/standalone
$ ../mvnw -Pitests spring-boot:run
  1. Again in a separate terminal window, run yarn build to make the REACT UI:
$ cd ${ATLASMAP}/ui/packages/atlasmap-ui
$ yarn build

4a. Run AtlasMap standalone:

$ cd ${ATLASMAP}/ui/packages/atlasmap-standalone
$ yarn start

4b. Run AtlasMap from your browser with storybook

$ cd ${ATLASMAP}/ui/packages/atlasmap
$ yarn build
$ yarn storybook

io.atlasmap

Versions

Version
1.38.1
1.38.0
1.37.0
1.36.0
1.35.8
1.35.7
1.35.6
1.35.5
1.35.4
1.35.3
1.35.2
1.35.1
1.35.0
1.34.4
1.34.3
1.34.2
1.34.1
1.34.0
1.33.6
1.33.5
1.33.4
1.33.3
1.33.2
1.33.1
1.33.0
1.32.2
1.32.1
1.31.2
1.31.1
1.31.0
1.30.2
1.30.1
1.30.0
1.20.0
1.19.0
1.18.0
1.17.0
1.10.0