{"id":15025634,"url":"https://github.com/shulietech/takin","last_synced_at":"2025-05-16T12:07:45.518Z","repository":{"id":37717140,"uuid":"362712475","full_name":"shulieTech/Takin","owner":"shulieTech","description":"Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.","archived":false,"fork":false,"pushed_at":"2021-11-10T10:11:03.000Z","size":11489,"stargazers_count":1316,"open_issues_count":83,"forks_count":333,"subscribers_count":44,"default_branch":"main","last_synced_at":"2025-04-13T04:04:46.362Z","etag":null,"topics":["performance-analysis","performance-testing","takin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shulieTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-29T06:25:45.000Z","updated_at":"2025-04-09T07:01:40.000Z","dependencies_parsed_at":"2022-07-12T16:43:48.248Z","dependency_job_id":null,"html_url":"https://github.com/shulieTech/Takin","commit_stats":null,"previous_names":["shulietech/dayux"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shulieTech%2FTakin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shulieTech%2FTakin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shulieTech%2FTakin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shulieTech%2FTakin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shulieTech","download_url":"https://codeload.github.com/shulieTech/Takin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661707,"owners_count":21141450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["performance-analysis","performance-testing","takin"],"created_at":"2024-09-24T20:02:43.200Z","updated_at":"2025-04-13T04:04:59.924Z","avatar_url":"https://github.com/shulieTech.png","language":null,"readme":"# Takin\n[![LICENSE](https://img.shields.io/github/license/pingcap/tidb.svg)](https://github.com/pingcap/tidb/blob/master/LICENSE)\n[![Language](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com/)\n\nEnglish / [中文](README_CN.md)\n\n## What is Takin?\nTakin is an Java-based, open-source system designed to measure online or test 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.\n\n# Why should we do online environmental performance test\nMicroservices 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 :\n- Keep entire system highly available\n- Maintain Research \u0026 Development efficiency.\n\nIn 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.\n\n**Microservices Are Complex**\u003cbr/\u003e\nCompare with monolithic application, Microservices architecture increases complexity for business system. It may maintain multiple tools and frameworks.\n\n**Business Systems Are Complex**\u003cbr/\u003e\nBusinesses involve different sections and many of them are long-process and complicated, such as E-Commerce businesses.\n\n**The Microservices Relation Is Complex**\u003cbr/\u003e\nIn 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.\n\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/WX20210511-150735%402x.png\" width=\"80%\" height=\"80%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/3.png\" width=\"50%\" height=\"50%\"\u003e\n\n# Quick Start Instruction\n\n**docker:**\u003cbr/\u003e\n- VM memory requirement ： 8G\n- Docker mirror size ： 2.1 G\n\nIf docker configuration doesn't set AliYun docker source :\n```\nvim /etc/docker/daemon.json\n```\nAdd following configuration：\n```\n{\n  \"registry-mirrors\": [\"https://q2gr04ke.mirror.aliyuncs.com\"]\n}\n```\nrestart service\n```\nsystemctl daemon-reload\n```\n\nPull docker\n```shell\n# docker url : registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.0\ndocker pull registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.1\ndocker run -e APPIP=your ip address -p 80:80 -p 2181:2181 -p 29900-29999:29900-29999 registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.1\n```\n\n- Parameter：-d start in background，-p port. \u003cbr/\u003e\nThe 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。\n\n- Open http://APPIP/web\n   \n- PS：If Nginx shows 502, the problem mostly is caused when the docker container has just been started, you only need to configure it correctly, and then wait a little (1-2 min) while to refresh and try again.\n\nafter installation：\n\u003c!--\n- see [Quick Start](takin-webapp/doc/QuickStart.md)\n--\u003e\n- Use in Test Environment : [Document](https://news.shulie.io/?p=3369)\n- Use in Online Environment : [Document](https://news.shulie.io/?p=2987)\n- Video Instruction: [Video](https://news.shulie.io/?p=3661)\n\n# Instruction\n#### Takin Architecture\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/DaYuX_Architecture2.png\" width=\"70%\" height=\"70%\"\u003e\u003cbr/\u003e\nTakin consists of Agent, Web App and Surge Data.\n\n## Agent\n- see [Agent](https://github.com/shulieTech/LinkAgent)\n\n## Surge Data\n- see [Takin-surge-deploy](https://github.com/shulieTech/Takin-surge-deploy)\n- see [Takin-amdb](https://github.com/shulieTech/Takin-amdb)\n\n## Takin Web\n- see [Takin-common](https://github.com/shulieTech/Takin-common)\n- see [Takin-web](https://github.com/shulieTech/Takin-web)\n- see [Takin-web-ui](https://github.com/shulieTech/Takin-web-ui)\n- see [Takin-cloud](https://github.com/shulieTech/Takin-cloud)\n\n## Takin Engine\n- see [Takin-pressure-engine](https://github.com/shulieTech/Takin-pressure-engine)\n- see [Takin-jmeter](https://github.com/shulieTech/Takin-jmeter)\n\n# Community\nMailing List: Mail to shulie@shulie.io\u003cbr/\u003e\nWechat group\u003cbr/\u003e\n\n\u003cimg src=\"https://github.com/shulieTech/Images/blob/main/aa.jpg\" width=\"30%\" height=\"30%\"\u003e\n\u003cbr/\u003e\nQQ group: **118098566**\u003cbr/\u003e\nQR code：\u003cbr/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/qq_group_2.jpg\" width=\"30%\" height=\"30%\"\u003e\n\u003cbr/\u003e\nDingding group：\u003cbr/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/dingding_group.jpg\" width=\"30%\" height=\"30%\"\u003e\n\u003cbr/\u003e\nWeChat Official Account: \u003cbr/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/shulieTech/Images/main/shulie.png\" width=\"30%\" height=\"30%\"\u003e\n\u003cbr/\u003e\n\n## Ask Questions in Official Forum\n[Official Forum](https://news.shulie.io/?page_id=2477)\n## Who use Takin\n![image](https://user-images.githubusercontent.com/86357315/126733639-d770b087-9f58-4b4f-b4c5-a98517bf3776.png)\n\n\n# License\nTakin is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshulietech%2Ftakin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshulietech%2Ftakin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshulietech%2Ftakin/lists"}