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

https://github.com/dhruvjawalkar/engineering-blog-post-references-by-topic

Repository for book keeping on engineering blog posts categories by topics like DB sharding, caching, microservices, event storage, stream processing and more
https://github.com/dhruvjawalkar/engineering-blog-post-references-by-topic

Last synced: 8 months ago
JSON representation

Repository for book keeping on engineering blog posts categories by topics like DB sharding, caching, microservices, event storage, stream processing and more

Awesome Lists containing this project

README

          

# Engineering-blog-post-references-by-topic
Repository for book keeping on engineering blog posts categories by topics like DB sharding, caching, microservices, event storage, stream processing and more

## Relational Database Sharding
### Vitess
- https://slack.engineering/scaling-datastores-at-slack-with-vitess/
- https://developer.squareup.com/blog/sharding-cash/
- https://vinted.engineering/2023/04/27/vinted-vitess-voyage-chapter-1-autumn-is-coming/

## Microservices Patterns
### Resiliency Patterns - Ratelimiter
- https://stripe.com/blog/rate-limiters
- https://spring.io/blog/2021/04/05/api-rate-limiting-with-spring-cloud-gateway

## Application Metrics Collection and Monitoring with Kubernetes
### Kubernetes, Matrics Server, Fluentd Collector/Prometheus, Grafana
- https://www.datadoghq.com/blog/monitoring-kubernetes-era/
- https://www.datadoghq.com/blog/monitoring-kubernetes-performance-metrics/
- https://www.datadoghq.com/blog/how-to-collect-and-graph-kubernetes-metrics/
- https://www.datadoghq.com/blog/monitoring-kubernetes-with-datadog/
- https://kubernetes.io/docs/concepts/cluster-administration/logging/
- https://www.fluentd.org/guides/recipes/docker-logging
- https://grafana.com/grafana/dashboards/315-kubernetes-cluster-monitoring-via-prometheus/
- https://medium.com/@pveerrotwal/monitoring-logs-with-prometheus-grafana-and-fluentd-5db0617b9c57