Skip to content

oracle-samples/microtx-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microtx-samples

Oracle Transaction Manager for Microservices (MicroTx) enables enterprise users to adopt and increase use of microservices architecture for mission-critical applications by providing capabilities that make it easier to develop, deploy, and maintain data consistency in such applications. It manages transactions and provides consistency across polyglot microservices. It supports several distributed transaction protocols, such as XA, Eclipse MicroProfile Long Running Actions (Long Running Activity) and Try-Confirm/Cancel (TCC).

Running sample applications is the fastest way for you to get familiar with MicroTx. Sample applications are microservices that demonstrate how you can integrate your applications with MicroTx while using different transaction protocols. The code of the sample applications includes the MicroTx libraries. You can use the sample applications as a reference while using the MicroTx libraries with your custom applications.

Documentation

See Documentation set for Oracle Transaction Manager for Microservices.

Repository Structure for Sample Applications

Sample applications are microservices that demonstrate how you can develop your services for participating in different transaction protocols using MicroTx. MicroTx client libraries are already incorporated with the sample application code. You can use the sample applications as a reference while using the MicroTx libraries with your application.

This source repository contains code of the sample applications for MicroTx. Each sub-folder contains the sample application source code and a YAML file which contains the configuration details.

Directory | Description

------------ | ------------- docker/ | YAML file where you must provide details to configure and deploy the sample applications in Docker Swarm environments. lra/ | Source files for the Trip Booking application, which consists of four microservices, and uses the Long Running Action (LRA) transaction protocol. This application demonstrates how you can use MicroTx to manage LRA transactions. nested/cinema-booking/ | Source files for the application that you can use to Book a Seat in a Cinema. This application demonstrates how XA transactions are nested within an LRA transaction. tcc/ | Source files for a Travel Agent application, which consists of several microservices, and uses the TCC transaction protocol. This application demonstrates how you can use MicroTx to manage TCC transactions. xa/ | Source files for a Banking application, which consists of Teller microservice and two Departments, and uses the XA transaction protocol. This application demonstrates how you can use MicroTx to manage XA transactions.

Prerequisites

Ensure that you complete the prerequisite step before you install MicroTx and run the sample applications.

  • Deploy the sample microservices in the same namespace in which you have installed MicroTx.

  • Associate all the microservices with a single identity domain to share user definitions and authentication by using a common identity provider.

  • The MicroTx uses a data store to maintain data about global transactions and transaction logs. Set up the data store or use local memory.

  • The Banking application, which uses the XA transaction protocol, the participant microservices connect to resource managers, which are external services for the participant microservices. Set up the required resource managers for the application.

See Plan and Prepare.

Install MicroTx

Install MicroTx in a Kubernetes cluster or Docker Swarm environment, and then run the sample applications in local environment, Kubernetes cluster, or Docker Swarm environments.

See Workflow to Install and Use MicroTx.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2023 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published