Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcoshuck/todo
A production-grade todo app applying the following technologies: Go, gRPC, Docker, Kubernetes, Zap, Jaeger, Prometheus, Grafana and more
https://github.com/marcoshuck/todo
docker go grafana grpc jaeger kubernetes prometheus zap
Last synced: 6 days ago
JSON representation
A production-grade todo app applying the following technologies: Go, gRPC, Docker, Kubernetes, Zap, Jaeger, Prometheus, Grafana and more
- Host: GitHub
- URL: https://github.com/marcoshuck/todo
- Owner: marcoshuck
- License: mit
- Created: 2023-02-26T05:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:38:47.000Z (20 days ago)
- Last Synced: 2024-10-17T15:18:24.582Z (19 days ago)
- Topics: docker, go, grafana, grpc, jaeger, kubernetes, prometheus, zap
- Language: Go
- Homepage:
- Size: 742 KB
- Stars: 100
- Watchers: 2
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ToDo Application
A web service written in Go, showcasing various features and technologies used in real world production-grade
applications.## Introduction
Hi, I'm Marcos, a Software Engineer with a strong passion for crafting innovative distributed systems with more than
four years of experience.This repository serves as my personal showcase, meticulously designed to demonstrate the power of Go in building
production-grade web services that embrace cutting-edge technologies and deliver real-world value.### Let's Connect!
I'm excited to explore potential collaborations. Feel free to reach out to me
at [[email protected]](mailto:[email protected]) or [add me on LinkedIn](https://linkedin.com/in/marcoshuck) to
discuss your needs and embark on a journey together.**Services**: Software Engineering, Mentorships, Software architecture, Personalized training in any of the tools listed
below.## Design document
In case you're interested in the technical explanation about this repository, feel free to check out
the [DESIGN](DESIGN.md) document.## Features
- **Transport Mechanism**: [gRPC](https://grpc.io/)- **Infrastructure**:
- Container engine: [Docker](https://www.docker.com/)
- Local deployment: [Docker Compose](https://docs.docker.com/compose/)
- Container orchestration: [Kubernetes](https://kubernetes.io/)
- Provisioning: [Terraform](https://www.terraform.io/) (WIP)
- Code generation: [Buf](https://buf.build/)- **Telemetry**: Supporting [OpenTelemetry](https://opentelemetry.io/)
- Logging: [Zap](https://github.com/uber-go/zap)
- Tracing: [Jaeger](https://www.jaegertracing.io/)
- Metrics: [Prometheus](https://prometheus.io/)- **Testing & Benchmarking**:
- [Playwright](https://playwright.dev/) for E2E testing- **Continuous Delivery**
- Continuous Integration: [GitHub Actions](https://github.com/features/actions)
- Continuous Deployment: TBD.## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](LICENSE)