Giter Site home page Giter Site logo

bruce-qin / incubator-servicecomb-saga Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/servicecomb-pack

0.0 2.0 0.0 2.91 MB

Apache ServiceComb Saga (Incubating)

Home Page: https://servicecomb.apache.org/

License: Apache License 2.0

Java 94.31% Gherkin 3.58% Shell 0.85% HTML 1.13% Dockerfile 0.14%

incubator-servicecomb-saga's Introduction

Saga | 中文 Build Status Coverage Status License

Apache ServiceComb (incubating) Saga is an eventually data consistency solution for micro-service applications. Transactions are commited directly in the try phase and compensated in reverse order in the rollback phase comparing to TCC.

Features

  • High availability. The coordinator is stateless and thus can have multiple instances.
  • High reliability. All transaction events are stored in database permanently.
  • High performance. Transaction events are reported to coordinator via gRPC and transaction payloads are serialized/deserialized by Kyro.
  • Low invasion. All you need to do is add 2-3 annotations and the corresponding compensate methods.
  • Easy to deploy. All components can boot via docker.
  • Support both forward(retry) and backward(compensate) recovery.

Architecture

Saga is composed of alpha and omega.

  • The alpha plays as the coordinator. It is responsible for the management of transactions.
  • The omega plays as an agent inside the micro-service. It intercepts incoming/outgoing requests and reports transaction events to alpha.

The following diagram shows the relationships among alpha, omega and services. Saga Pack Architecture

See Saga Pack Design for details.

Get Started

  • For Spring Cloud applications, please see Booking Demo for details.
  • For Dubbo applications, please see Dubbo Demo for details.

Build and Run the tests from source

  • Build the source demo docker image and run all tests
       $ mvn clean install -Pdemo,docker
  • Current Saga code supports Spring Boot 1.x and Spring Boot 2.x at the same time, saga uses Spring Boot 1.x by default, you can use -Pspring-boot-2 to switch Spring Boot version to 2.x. Since Spring Boot supports JDK9 since 2.x, if you want to build and run test the Saga with JDK9 or JDK10, you need to use the spring-boot-2 profile.
       $ mvn clean install -Pdemo,docker,spring-boot-2

User Guide

How to build and use can refer to User Guide.

Get The Latest Release

Download Saga

Contact Us

Contributing

See Pull Request Guide for details.

License

Licensed under an Apache 2.0 license.

incubator-servicecomb-saga's People

Contributors

seanyinx avatar willemjiang avatar eric-lee-ltk avatar yangbor avatar bruce-qin avatar zhfeng avatar chanjarster avatar zhang2014 avatar mabingo avatar asifdxtreme avatar zhanglongchun avatar liuzhenyang avatar venjiang avatar david0825 avatar tanktian avatar geektjs avatar crystaldust avatar lijasonvip avatar lium200309 avatar smiletomyself avatar yetiea avatar wenj91 avatar wangwei0906 avatar holy12345 avatar lockerzhang avatar eumji025 avatar cloveryl avatar candoit2016 avatar mcqueen64 avatar smiley-yoyo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.