Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)