GithubHelp home page GithubHelp logo

modern-systems's Introduction

Useful resources for infrastructure and modern web development.

Apache

  • Kafka: Distributed streaming platform.

  • Avro: Data serialization system.

  • Camel: Message-oriented middleware with a rule-based routing and mediation engine.

Apache Camel is based on Enterprise Integration Patterns

  • Airflow: Programmatically author, schedule and monitor workflows.

Apache Airflow can be used kubernetes pod deployment and testing with a single command.

Logging, Tracing & Metrics

  • ELK: Elasticsearch, Logstash, and Kibana. Data search, transform and visualization stack.

๐Ÿ”„ Fluentd is a good substitution of Logstash

  • Jaeger: End-to-end distributed tracing

  • Opentelemetry: Services to capture distributed traces and metrics from your application.

  • Prometheus / Grafana: Time series based monitoring solutions.

Docker & Kubernetes

  • Helm: The package manager for Kubernetes.

  • Rancher: Centralized Kubernetes management solution.

  • Harbor: CNCF's Container Registry solution.

  • skaffold: Easy and Repeatable Kubernetes Development

  • kubectx: Faster way to switch between clusters and namespaces in kubectl.

  • Health Check: Explaining health check patterns without kubernetes-native probes.

Service Mesh

  • Istio: Service mesh solution that lets you connect, monitor, and secure microservices.

Kubernetes Config Management

  • Kustomize: customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.

  • flux: GitOps operator for Kubernetes

Kubernetes Operators

  • Confluent Operator: Confluent Operator simplifies running Confluent Platform as a cloud-native system on Kubernetes, on-premises or in the cloud.

๐Ÿ’ก Recommended if you're planning to use Apache Kafka on Kubernetes

Go

  • Inject build-time variables: Blog post about how to inject variables into your Golang executable at build-time.

  • pprof: Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.

  • Concurrency in Go: An introduction to Concurrency in Go.

  • Concurrency Patterns In Go: Overview of common concurrency patterns and ends with best practices on lockless programming in Go.

  • Go module proxy: Why you should use a Go module proxy.

Java

Website

  • 12 Factor Methodology: The Twelve-Factor App methodology is explaining 12 best practices that are designed to enable applications to be built with portability and resilience.

  • Martin Fowler: Martin Fowler's blog about microservices and software architecture.

  • High Scalability: Building bigger, faster and more reliable websites.

Other

  • Microservices Demo: Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.

  • gRPC: A high-performance RPC framework.

  • Google Cloud Code: provides IDE support for the full development cycle of Kubernetes applications.

  • Google SRE Books: Google's Site Reliability Engineering related books.

  • Google's Monolithic Repository Paper: Explaining Why and How Google stores billions of lines of code in a single repository.

  • Ahmet Alp Balkan's Channel: Ahmet is working at Google Cloud and explaining modern infrastructure and cloud-native technologies in his channel.

  • Hashicorp Vault: Tool for managing secrets and protecting sensitive data.

  • Hashicorp Terraform: Infrastructure as Code solution to provision and manage any cloud, infrastructure, or service.

  • Semantic Versioning: Simple set of rules and requirements that dictate how version numbers are assigned and incremented.

  • Conventional Commits: This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

  • Configuration Management Database: CMDBs are used to keep track of the state of assets such as products, systems, software, facilities, people as they exist at specific points in time, and the relationship between all assets.

  • Database Migration: Flyway updates a database from one version to a next using migrations.

modern-systems's People

Contributors

batikanturkmen avatar

Watchers

 avatar  avatar

Forkers

ibrahimyildrm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.