This repository contains the X Platform sample programs
- Ensure Maven is installed
- Clone this repository
- Run mvn install
The following lists and describes the samples in this repository
The starter app used in the Talon Manual's Getting Started section. This simple application consists of a simple processor micro app, that is forwards messages on from a sender micro-app to a receiver micro-app.
This sample illustrates how to copy data from an external data source, such as an RDBMS, to an X app's state repository using a gateway app. See Integrating State with External Sources for more information.
This sample illustrates how to copy data from an X app's state repository to an external data source, such as an RDBMS, using a gateway app. See Integrating State with External Sources for more information.
This sample illustrates how to copy data from an X app's state repository to an external data source, such as an RDBMS, using CDC (Change Data Capture).
See Integrating State with External Sources for more information.