Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aticio/carrier
Application server monitoring tool written in Go language. Also a base project for my golang examples.
https://github.com/aticio/carrier
concurrency example go golang grpc jsonpath liberty microservice monitoring-tool two-way websphere websphere-liberty
Last synced: 5 days ago
JSON representation
Application server monitoring tool written in Go language. Also a base project for my golang examples.
- Host: GitHub
- URL: https://github.com/aticio/carrier
- Owner: aticio
- Created: 2021-12-06T20:06:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T09:05:41.000Z (about 3 years ago)
- Last Synced: 2024-06-21T18:52:02.824Z (7 months ago)
- Topics: concurrency, example, go, golang, grpc, jsonpath, liberty, microservice, monitoring-tool, two-way, websphere, websphere-liberty
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carrier
Application server monitoring tool written in Go language.
Also a base project for my golang examples.You can find examples of:
* Basic microservice structure
* gRPC usage with increased data size
* Concurrency - check out Carrier service
* A two way service (accepting REST - requesting with gRPC) - check out Explorer service
* Scheduled operations - check out Carrier service
* JsonPath usage - check out Scraper service
* Sending data through kafka - check out Carrier service
* CRUD operations on mongodb - check out Seed service
* Real time config changes (Viper)