Coder Social home page Coder Social logo

john1688 / takin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shulietech/takin

0.0 1.0 0.0 11.1 MB

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through ArchKeeper, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.

License: Apache License 2.0

Shell 0.01% Java 85.78% HTML 0.06% JavaScript 0.25% TypeScript 9.49% Less 0.79% EJS 0.01% PLpgSQL 3.62%

takin's Introduction

Takin

LICENSE Language

English / 中文

What is Takin?

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through ArchGuadian, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.

Why should we do online environmental performance test

Microservices Architecture is used commonly nowadays and it always make system complex to understand for humans. Moreover, businesses are also very complex in huge system. Business complexity and system complexity make it difficult to :

  • Keep entire system highly available
  • Maintain Research & Development efficiency.

In order to keep system high available, we usually make performance test on test environment or online single-service. However, test environment is very different from online environment, single-service can't stand for the whole service-links. They can't guarantee system performance.

Microservices Are Complex
Compare with monolithic application, Microservices architecture increases complexity for business system. It may maintain multiple tools and frameworks.

Business Systems Are Complex
Businesses involve different sections and many of them are long-process and complicated, such as E-Commerce businesses.

The Microservices Relation Is Complex
In a microservices architecture system with a lot of business services, the calling relation between services is very complicated. Every change may affect the availability of the entire system and make developers difficult to release new versions Frequently.

Quick Start Instruction

If docker configuration doesn't set AliYun docker source :

vim /etc/docker/daemon.json

Add following configuration:

{
  "registry-mirrors": ["https://q2gr04ke.mirror.aliyuncs.com"]
}

restart service

systemctl daemon-reload

docker:

  • Docker mirror size : 1.8 G
  • Pull docker:
    docker pull registry.cn-hangzhou.aliyuncs.com/forcecop/forcecop:v1.0.0
    
  • Run docker:
    docker run -d -p 80:80 -p 2181:2181 -p 3306:3306 -p 6379:6379 -p 8086:8086 -p 9000:9000 -p 10032:10032 -p 6628:6628 -p 8000:8000 -p 6627:6627 -p 8888:8888 -p 29900-29999:29900-29999 imgaeID or name:tag
    
  • Parameter:-d start in background,-p port.
    The Initiation of docker need about 10 mins because it need install necessary components. -d can ignore installment information of components in background. If you dont't want to open your server's port, you can use --net=host and make sure it and host server are in the same network。
  • Modify the IP address of the index.html file to the server's local IP address.
    # Enter Docker
    vi /data/apps/dist/tro/index.html
    # Modify serverUrl to the server's local IP address
    # Restart Nginx:
    nginx -s reload
    

after installation:

Instruction

Takin Architecture


Takin consists of Agent, Controlle Platform and Surge Data.

Agent

see Agent

Surge Data

see Surge Data

Control Platform

see Controlle Platform

Community

Mailing List: Mail to [email protected]
Wechat group

QQ group: 118098566
QR code:

Dingding group:

WeChat Official Account:

Ask Questions in Official Forum

Official Forum

License

Takin is under the Apache 2.0 license. See the LICENSE file for details.

takin's People

Contributors

shulietech avatar zhangya78 avatar vinzhangya avatar xiaonijunstudio avatar xhb7636553 avatar zhang19970916 avatar hengyu-coder avatar hezhongqi avatar

Watchers

James Cloos 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.