Coder Social home page Coder Social logo

org-mars / appactive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alibaba/appactive

0.0 0.0 0.0 396 KB

AppActive: A middleware to build an application with multiple active architectures(阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件)

License: Apache License 2.0

Java 85.43% Shell 1.49% Dockerfile 0.37% HTML 6.95% Lua 5.75%

appactive's Introduction

A middleware to build an application with multiple active architectures(阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件)

License

English | 中文


Introduction

AppActive,is an open source middleware that builds a cloud-native, high-availability and multi-active disaster tolerance architecture for business applications. It provides standards, implementations, and demos for applying the multi-active disaster recovery architecture, which is suitable for rich business scenarios (single AZ, single region, single cloud, multi AZ, multi region, multi-cloud, self-built IDC...).

AppActive is an internal open source project of AHAS-MSHA.It is based on Alibaba's nearly 9-year production disaster recovery practice, and combines the best practices of many external customers and communities from Alibaba Cloud's commercial services, and has the characteristics of high reliability and scalability.

Architecture

appactive_landscape

The overall structure of AppActive covers the data plane and the control plane。It manages application traffic and data in the whole process. As shown in the figure above, the details can be found in the following links:

  • Architecture: Introduce AppActive deployment architecture and technical architecture.
  • Concept: Introduce the basic conceptual model of AppActive.
  • Features: Introduce the features implemented by AppActive.

Quick Start

Prerequisite

The following software are assumed installed:

  • docker && docker-compose
  • curl

note:this demo contains many applications,please adjust your memory settings to avoid failures。

Experience

appactive_landscape

Docker Run

  1. appactive-gateway: cd appactive-gateway/nginx-plugin -> docker build --build-arg UNITFLAG=center -t app-active/gateway:1.0-SNAPSHOT .
  2. appactive: maven build to get the all the jar packages: cd ../../ -> mvn clean package -Dmaven.test.skip -U
  3. appactive-demo: cd appactive-demo -> Run sh run.sh to start all applications
  4. appactive-portal: cd ../appactive-portal -> Run sh baseline.sh to push the baseline
  5. Bind the local host: 127.0.0.1 demo.appactive.io, visit the browser http://demo.appactive.io/listProduct?r_id=1999 to see the effect
  6. appactive-portal: Run cut.sh to cut the stream. This demo supports two cutting methods: ratio and range
    • Commands: sh cut.sh.
    • Note: the rules of the demo are hard-coded. If you want to change the cut flow range, you need to calculate the rules by yourself, and then execute the cut flow.

If you plan to stop the experience, you can proceed: cd appactive-demo -> docker-compose down

More

For more information, please see demo

Developer Guide

  • DEVELOPER Guide :Introduce how to use AppActive, including basic samples, support plug-ins, version management, use effects.

Change Log

  • Change Log :Introduce the change features and content of each version of AppActive.

Contributing

We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see here

Connect

  • DingTalk Group:34222602

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

appactive's People

Contributors

alibaba-oss avatar mageekchiu avatar xcaspar avatar zhongxig 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.