https://github.com/tarscloud/tarsframework
Tars Basic service framework
https://github.com/tarscloud/tarsframework
microservice tars tars-foundation
Last synced: 21 days ago
JSON representation
Tars Basic service framework
- Host: GitHub
- URL: https://github.com/tarscloud/tarsframework
- Owner: TarsCloud
- License: bsd-3-clause
- Created: 2018-09-05T03:28:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T03:37:05.000Z (5 months ago)
- Last Synced: 2025-04-22T19:19:08.682Z (about 2 months ago)
- Topics: microservice, tars, tars-foundation
- Language: C++
- Homepage:
- Size: 6.26 MB
- Stars: 205
- Watchers: 20
- Forks: 143
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: Changelist.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[点我查看中文版](README.zh.md)
TarsFramework is the basic service for the whole Tars Project and is also the basic operational framework for all the languages in TARS Project.
Directory |Features
----------------------|----------------
protocol |Define communication interface files for each underlying service definition
RegistryServer |Name service routing
NodeServer |Management service
AdminRegistryServer |Access management service that interacts with the foreground
PatchServer |Publishing service
ConfigServer |Configuration service
LogServer |Log service
StatServer |Modular data statistics service
PropertyServer |Attribute statistics service
NotifyServer |Abnormal reporting service
deploy |Template configuration and tool scripts for core infrastructure services
tarscpp |The source implementation of the Tars RPC framework C++ language