Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)