Giter VIP home page Giter VIP logo

sofastack-showcase's Introduction

概述

此DEMO主要是展示一个典型的银行账户场景如何基于SOFA框架和服务来实现 arch

应用说明

  • account-center: 提供账户服务,以RPC-BOLT协议暴露,包括:扣款(TCC),加钱(TCC),查账,结息(每个账户添加1元)
  • point-center: 提供积分服务,以RPC-BOLT协议暴露,包括:积分查询,增加积分(MQ消费者)
  • bff-account: 服务封装层,以RPC-REST协议暴露,包括:转账(TCC发起者),查账,积分查询

功能说明

  • 转账:bff-account发起分布式事务,调用account-center的扣款和加钱TCC服务,并发送事务型消息到SOFAMQ,point-center消费该消息,并给转账账户添加X积分,其中X的值默认是5,但可通过动态配置调整
  • 查账:bff-account通过RPC-BOLT调用account-center的账户查询服务
  • 查积分:bff-account通过泛化调用point-center的积分查询服务
  • 结息:任务调度通过account-center给每个账户增加1元钱,第一层拆分为分片,第二层拆分为分页,每页的数量可通过自定义参数rangeSize配置

部署和使用说明

详细部署步骤请参考:deployment.md

sofastack-showcase's People

Contributors

juhuan avatar ujjboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sofastack-showcase's Issues

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.