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
- Host: GitHub
- URL: https://github.com/dhruvjawalkar/engineering-blog-post-references-by-topic
- Owner: DhruvJawalkar
- Created: 2024-07-26T16:55:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-11T15:06:25.000Z (about 1 year ago)
- Last Synced: 2025-01-17T06:09:26.570Z (10 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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