AtlasMap Standalone Application: React UI

AtlasMap spring-boot runtime which runs AtlasMap design runtime and React version of AtlasMap Data Mapper UI in a single spring-boot image

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

io.atlasmap
Идентификатор

Идентификатор

atlasmap-standalone-reactui
Последняя версия

Последняя версия

2.0.0-M.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

AtlasMap Standalone Application: React UI
AtlasMap spring-boot runtime which runs AtlasMap design runtime and React version of AtlasMap Data Mapper UI in a single spring-boot image
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать atlasmap-standalone-reactui

Как подключить последнюю версию

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

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
io.atlasmap : atlas-java-module jar 2.0.0-M.4
io.atlasmap : atlas-java-service jar 2.0.0-M.4
io.atlasmap : atlas-json-module jar 2.0.0-M.4
io.atlasmap : atlas-json-service jar 2.0.0-M.4
io.atlasmap : atlas-xml-module jar 2.0.0-M.4
io.atlasmap : atlas-xml-service jar 2.0.0-M.4
io.atlasmap : atlas-service jar 2.0.0-M.4
io.atlasmap : atlasmap-standalone jar 2.0.0-M.4
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
org.jboss.resteasy : resteasy-spring-boot-starter jar 4.5.1.Final
org.jboss.resteasy : resteasy-multipart-provider jar 4.5.3.Final

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.0.0-M.4
2.0.0-M.3
2.0.0-M.2
2.0.0-M.1
1.44.0-M2
1.44.0-M1
1.43.4
1.43.3