[FEATURE] AtlasMap CLI runner
See original GitHub issueAn interesting piece to add to AtlasMap is some generic support to quickly test a mapping generated with AtlasMap designer.
This is still an initial idea that can be discussed further but a simple User Story could resemble the following one:
I’m an AtlasMap user (either standalone or Syndesis), I design my mapping and export the configuration.
I want to easily consume the configuration in a CLI tool, monitoring for example the in/
folder and automatically put in an out/
folder the output.
The idea is that a Camel based program brings up all this and a user just needs to drop files in a folder (or pass them at CLI) and check the result.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Getting started with AtlasMap - Mastertheboss
AtlasMap is a data mapping solution and an interactive Web UI that simplifies configuring integrations between different file formats. For ...
Read more >AtlasMap User Guide
Resetting data files in AtlasMap. Running AtlasMap with Apache Camel. AtlasMap Runtime Examples. 1. Quickly get started using AtlasMap UI standalone.
Read more >atlasmap-attic/atlasmap-transformationApproach - GitHub
The AtlasMap is a data mapping solution with interactive web based user interface, that simplifies configuring integrations between Java, XML, and JSON data ......
Read more >@atlasmap/atlasmap.data.mapper | Yarn - Package Manager
Features · CLI ... You can design your data mapping on the AtlasMap Data Mapper UI canvas, ... bundle.run: bundle.run/@atlasmap/atlasmap.data.mapper.
Read more >Normalize web services with Camel K and AtlasMap, Part 2
Transforming data between JSON and XML is the central task for this application. Apache Camel offers a ton of functionality to transform data....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s really a UX thing. A typical invocation for Maven plugin has this shape:
mvn com.googlecode.maven-download-plugin:download-maven-plugin:1.3.0:help -Ddetail -Dgoal=wget
and assumes you have both maven and java installed.We are looking for something more immediate, that might resembles more:
./atlasmap ./input ./output
I guess that a
java -jar atlasmap-cli.jar
could be acceptable if we cannot go the native way.bringing @chirino on this conversation in case he wants to share ideas.
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!