awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zeromicro avatar

zeromicro/go-zero

0
View on GitHub↗
33,102 Stars·4,306 Forks·Go·MIT·14 Aufrufego-zero.dev↗

Go Zero

This project is a comprehensive microservices development framework designed to build scalable, resilient backend systems. It provides a production-ready runtime that integrates stability patterns directly into the service architecture, ensuring consistent performance and reliability for both web and remote procedure call services even under heavy traffic conditions.

The framework centers on an interface-first development model, utilizing a domain-specific language to define service contracts that serve as the single source of truth. This approach powers an extensive code generation ecosystem that automates the creation of type-safe client and server implementations, effectively eliminating manual boilerplate. To maintain system stability, the framework includes adaptive circuit breakers and dynamic load-shedding controls that monitor real-time metrics to prevent cascading failures and protect core services during periods of high demand.

Beyond its core runtime capabilities, the project offers a robust command-line toolchain that streamlines the entire development lifecycle. This includes automated project scaffolding, static configuration binding for type-safe initialization, and a middleware-based request pipeline for handling cross-cutting concerns like authentication and logging. The environment also supports distributed tracing to monitor request lifecycles and integrates artificial intelligence to assist in generating compliant code and implementing complex business logic.

Features

  • Microservices Frameworks - Provides a comprehensive toolkit for building scalable backend services with integrated stability and communication patterns.
  • Distributed Computing Frameworks - Provides a production-ready runtime environment designed for high performance and reliability under heavy network traffic.
  • Resilience Patterns - Implements adaptive circuit breakers to prevent cascading failures during high traffic.
  • Interface Definition Languages - Uses a domain-specific language to define service contracts as the source of truth.
  • Code Generators - Create client and server code from interface definition files using command-line tools that automate boilerplate, parameter validation, and the integration of services across multiple programming languages.
  • Command Line Interfaces - Provides a CLI to automate development tasks, project scaffolding, and build processes.
  • Load Shedding Systems - Drops incoming requests dynamically based on current system health metrics to protect core service stability under extreme load conditions.
  • Distributed Tracing - Injects metadata into request headers to track network call lifecycles across services.
  • Interface Definition Toolchains - Transforms declarative service definitions into boilerplate-free client and server implementations across multiple languages.
  • Load Shedding - Drops incoming requests dynamically based on system health to protect service stability.
  • Microservices Architectures - Provides architectural patterns and structural support for building independent, scalable service-oriented systems.
  • Distributed Systems - Listed in the “Distributed Systems” section of the Awesome Go awesome list.
  • Microservice-Frameworks - Cloud-native framework with integrated productivity CLI tools.
  • Command Line Development Environments - Provides a terminal-based workflow that automates project scaffolding and service configuration.
  • API Client Generators - Creating consistent client and server code from interface definitions to eliminate manual boilerplate and ensure type safety across services.
  • Middleware Pipelines - Processes network traffic through interceptors for authentication, logging, and validation.
  • AI-Assisted Development Tools - Integrating artificial intelligence into the development lifecycle to automate the implementation of complex business logic and maintain coding standards.
  • AI Development Assistants - Connects AI tools to generate compliant code and simplify complex logic.
  • Configuration Management - Maps external configuration files directly into typed structures for service initialization.
  • Project Scaffolding Tools - Automates the creation of standard directory structures and configuration files to accelerate project initialization.

Star-Verlauf

Star-Verlauf für zeromicro/go-zeroStar-Verlauf für zeromicro/go-zero

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Go Zero

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Go Zero.
  • twentyhq/twentyAvatar von twentyhq

    twentyhq/twenty

    50,113Auf GitHub ansehen↗

    Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m

    TypeScriptcrmcrm-systemcustomer
    Auf GitHub ansehen↗50,113
  • go-kratos/kratosAvatar von go-kratos

    go-kratos/kratos

    25,743Auf GitHub ansehen↗

    Kratos is a toolkit for building cloud-native microservices in Go. It provides a comprehensive suite of framework primitives, including a dedicated toolset for API-first development using Protobuf to generate server and client code for gRPC and HTTP. The project is distinguished by its pluggable service infrastructure, which allows for the swapping of configuration stores, service registries, and data encoding formats. It utilizes a composable middleware pipeline to inject cross-cutting concerns such as authentication, request validation, and circuit breaking into the service flow. The frame

    Goaiarchitecturecloud-native
    Auf GitHub ansehen↗25,743
  • docker/composeAvatar von docker

    docker/compose

    37,588Auf GitHub ansehen↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Godockerdocker-composego
    Auf GitHub ansehen↗37,588
  • fastapi/full-stack-fastapi-templateAvatar von fastapi

    fastapi/full-stack-fastapi-template

    43,815Auf GitHub ansehen↗

    This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th

    TypeScriptbackendchakra-uidocker
    Auf GitHub ansehen↗43,815
Alle 30 Alternativen zu Go Zero anzeigen→

Häufig gestellte Fragen

Was macht zeromicro/go-zero?

This project is a comprehensive microservices development framework designed to build scalable, resilient backend systems. It provides a production-ready runtime that integrates stability patterns directly into the service architecture, ensuring consistent performance and reliability for both web and remote procedure call services even under heavy traffic conditions.

Was sind die Hauptfunktionen von zeromicro/go-zero?

Die Hauptfunktionen von zeromicro/go-zero sind: Microservices Frameworks, Distributed Computing Frameworks, Resilience Patterns, Interface Definition Languages, Code Generators, Command Line Interfaces, Load Shedding Systems, Distributed Tracing.

Welche Open-Source-Alternativen gibt es zu zeromicro/go-zero?

Open-Source-Alternativen zu zeromicro/go-zero sind unter anderem: twentyhq/twenty — Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy… go-kratos/kratos — Kratos is a toolkit for building cloud-native microservices in Go. It provides a comprehensive suite of framework… docker/compose — Docker Compose is a tool for defining and running multi-container applications through declarative configuration… fastapi/full-stack-fastapi-template — This project is a full-stack web application scaffolder designed to initialize production-ready projects with… wailsapp/wails — Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based… flipped-aurora/gin-vue-admin — Gin-vue-admin is a full-stack development scaffold designed to accelerate the creation of enterprise-grade web…