Skip to content

KaotoIO/partner-day-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Partner day 2025

Demo repository for showcasing Kaoto for the Partner day

Context

The goal for this demo is to show how can we consume data from a rest endpoint and perform data mapping process to the XML payload. We're gonna use variables to leverage the information coming from different endpoints and we're gonna explore how to print them out to the terminal for quick prototyping and lastly save the transformed data into files.

steps

  1. Create a new Route using the Kaoto perspective
  2. Create a separate route to fetch information from the /account endpoint
  3. Store the data into the account variable
  4. Create a separate route to fetch information from the /cart endpoints
  5. Show the data in the terminal
  6. Transform the body to a XML document
org.w3c.dom.Document
  1. Perform data mapping between the two XML documents
  2. Print the resulting document to the terminal
  3. Store the documents into files

About

A demo for the Partner day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages