Giter Site home page Giter Site logo

mcoker / atlasmap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atlasmap/atlasmap

0.0 1.0 0.0 61.65 MB

AtlasMap project repository

License: Other

Shell 0.13% TypeScript 12.54% JavaScript 0.46% HTML 13.65% CSS 0.57% Java 72.65% Groovy 0.01%

atlasmap's Introduction

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.

AtlasMap Documentation

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

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

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

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

Live update for UI development

While standalone AtlasMap design time services are running by following above, you can also run an another AtlasMap Data Mapper 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.