Skip to content

DataWeave Language Open Source Playground with support for dw 2.2

Notifications You must be signed in to change notification settings

u-avinash/dataweave-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataWeave Playground

First Open Source DataWeave Playground

What is the DataWeave Playground?

Is a tool for quick and easy development of DataWeave scripts

DataWeave Playground

Features

  • Save and Open DataWeave Playground projects (.dwp files), to not loose the progress of your transformations.
  • Able to quickly modify your input data selecting the correspondent mimeType and see instantly the result of your transformation.
  • Supports Dataweave 2.x(tested upto dw 2.2)

Missing Features

  • Code areas with highlighting
  • Auto formatting for DataWeave scripts
  • Add multiple inputs
  • Export application as a native one
  • DataWeave script validation

How to run the application

To run the DataWeave Playground using maven, execute the following command:

mvn exec:java -Dexec.mainClass="com.github.estebanwasinger.DWPlayground"

How to generate a runnable jar to use directly

  • This runnable jar can be generated once and used multiple times
  • To generate runnable jar, execute the following command:
mvn clean package
  • dataweave-playground-1.0-SNAPSHOT-runnable.jar will be generated under /target folder
  • Directly run dataweave-playground-1.0-SNAPSHOT-runnable.jar and use dataweave playground for developing DataWeave scripts.

About

DataWeave Language Open Source Playground with support for dw 2.2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%