Saga::Distribution

Eventual consistency component for distributed systems

License

License

Categories

Categories

Distribution Build Tools
GroupId

GroupId

org.apache.servicecomb.saga
ArtifactId

ArtifactId

apache-servicecomb-saga-actuator-distribution
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

zip
Description

Description

Saga::Distribution
Eventual consistency component for distributed systems
Project Organization

Project Organization

The Apache Software Foundation

Download apache-servicecomb-saga-actuator-distribution

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.servicecomb.saga : saga-core jar 0.3.0
org.apache.servicecomb.saga : saga-core-akka jar 0.3.0
org.apache.servicecomb.saga : saga-format jar 0.3.0
org.apache.servicecomb.saga : saga-persistence-jpa jar 0.3.0
org.apache.servicecomb.saga.transports : transport-httpclient jar 0.3.0

Project Modules

There are no modules declared in this project.

Saga Actuator Build Status Coverage Status License

Purpose

Saga is a type of Compensating Transaction pattern, which provides a simple way to help users solve the data consistency problems encountered in micro-service applications. Saga actuator provides a centralized execution engine to delegate the request to the outside services to provide eventual data consistency in Saga way.

Documentation

Reference documentation is available on the ServiceComb website.

Major Architecture of Saga

  • saga-core(transaction and compensation handling logic)
  • saga-core-akka(leverage the actor for executor)
  • saga-format(data serialization and deserialization)
  • saga-transports(communication protocol implementation such as rest or rpc in the future)
  • saga-discovery(service discovery)
  • saga-spring(restful service framework)

Saga

Prerequisites

You will need:

  1. Oracle JDK 1.8+
  2. Maven 3.x
  3. Docker

Building

Download the source code.

git clone https://github.com/apache/servicecomb-saga-actuator

Enter the Saga root directory,biuld Saga project by maven command and generate a docker image named saga-spring in local.

mvn package -DskipTests -Pdocker

Reference API

See Saga API for details.

Example

See Saga demo for details.

Contact

Contributing

See Pull Request Guide for details.

Reporting Issues

See reporting bugs for details about reporting any issues.

org.apache.servicecomb.saga

The Apache Software Foundation

Versions

Version
0.3.0