awesome-microservices

awesome-microservices

全面汇总微服务架构资源

该项目汇总了微服务架构相关的平台、框架、工具和最佳实践。内容涵盖了从开发到部署的各个环节,包括服务治理、API设计、前端集成等方面。开发者可以利用这些资源,更高效地构建和管理分布式微服务系统。

微服务框架API开源编程语言Github开源项目

Awesome Microservices Awesome

A curated list of Microservice Architecture related principles and technologies.

Table of Contents

Platforms

  • Jolie - Open source microservice-oriented programming language.
  • Kalix (c) - Platform as a Service that abstracts away the complexity of event-driven microservices.
  • Lightbend (c) - Platform for building scalable reactive systems on the JVM.
  • OpenWhisk - Serverless, open source cloud platform that executes functions in response to events at any scale.
  • Pulumi - SDK for cloud native infrastructure as code. Use your favorite language to preview and manage updates to your apps and infrastructure, and continuously deploy to any cloud (no YAML required).
  • Triton - Open-source cloud management platform that delivers next generation, container-based, service-oriented infrastructure across one or more data centers.
  • Wing - Cloud-oriented programming language. It allows developers to build distributed systems that fully leverage the power of the cloud without having to worry about the underlying infrastructure.

Frameworks / Runtimes

  • Akka - Toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.
  • Axon (c) - An end-to-end development and infrastructure platform for easy development and running of any DDD, CQRS and Event Sourcing applications on JVM.
  • Ballerina - Cloud native programming language.
  • Bun - Fast all-in-one JavaScript runtime.
  • Dapr - Open source runtime for writing highly performant microservices using any programming language.
  • Deno - JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience.
  • Eclipse Microprofile - An open forum to optimize Enterprise Java for a microservices architecture by innovating across multiple implementations and collaborating on common areas of interest with a goal of standardization.
  • Erlang/OTP - Programming language used to build massively scalable soft real-time systems with requirements on high availability.
  • Finagle - Extensible RPC system for the JVM, used to construct high-concurrency servers.
  • Gleam - A friendly language for building type-safe, scalable systems.
  • GraalVM - High-performance runtime that provides significant improvements in application performance and efficiency which is ideal for microservices.
  • Helidon - Collection of Java libraries for writing microservices that run on a fast web core powered by Netty.
  • Ice - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more.
  • Light-4j - A high throughput, low latency, small memory footprint and more productive microservices platform.
  • Micronaut - A modern, JVM-based, full-stack framework for building modular, easily testable microservice applications.
  • Moleculer - Fast & powerful microservices framework for Node.js, Java, Go and Ruby.
  • Open Liberty - A lightweight open framework for building fast and efficient cloud-native Java microservices.
  • Orbit - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services.
  • SmallRye - APIs and implementations tailored for cloud development, including Eclipse MicroProfile.
  • Spin - An open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly.
  • ScaleCube - Toolkit for building reactive microservices for the JVM: low-latency, high-throughput, scalable and resilient.
  • Vert.X - Toolkit for building reactive applications on the JVM.
  • Vert.X Toolbox - A set of Vert.x components to build reactive microservice applications.
  • Wangle - A framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

Service Toolkits

Polyglot

  • GRPC - A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. Libraries in C, C++, Java, Go, Node.js, Python, Ruby, Objective-C, PHP and C#.
  • Hprose - A very newbility RPC Library, support 25+ languages now.

C

  • Kore - Easy to use web application framework for writing scalable web APIs in C.
  • Libasyncd - Embeddable event-based asynchronous HTTP server library for C.
  • Libslack - Provides a generic agent oriented programming model, run time selection of locking strategies, functions that make writing daemons trivial and simplify the implementation of network servers and clients, &c.
  • Lwan - High-performance and scalable web server.
  • Onion - C library to create simple HTTP servers and web applications.

C++

<!-- #c-1 anchor -->
  • Cap’n Proto RPC - The Cap’n Proto C++ RPC implementation.
  • C++ Micro Services - An OSGi-like C++ dynamic module system and service registry.
  • Enduro/X - XATMI based service framework for GNU/Linux.
  • Pistache - A high-performance REST toolkit written in C++.
  • Poco - C++ class libraries for building network-based applications and servers.
  • Sogou Workflow - Enterprise-grade programming engine aimed to satisfy most of the backend development requirements.

CSharp

  • Awesome Microservices .NET Core :star: - A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for microservices in .NET Core.
  • Akka.NET - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
  • Orleans - Provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.

D

  • Vibe.d - Asynchronous I/O that doesn’t get in your way, written in D.

Erlang VM

Elixir

  • Phoenix - Framework for building HTML5 apps, API backends and distributed systems.
  • Plug - A specification and conveniences for composable modules between web applications.

Erlang

  • Cowboy - Small, fast, modular HTTP server written in Erlang.
  • Mochiweb - Erlang library for building lightweight HTTP servers.

Go

  • Chi - Lightweight, idiomatic and composable router for building Go HTTP services.
  • Echo - Fast and unfancy HTTP server framework for Go. Up to 10x faster than the rest.
  • Fiber - Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.
  • Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance, up to 40 times faster.
  • Goa - Design-based HTTP microservices in Go.
  • GoFr - An opinionated microservice development framework emphasizing scalability and robustness. Designed to simplify the development of microservices.
  • Go Chassis - A framework for rapid development of microservices in Go that is easy to integrate with some cloud ecosystems.
  • Go kit - Distributed programming toolkit for microservices in the modern enterprise.
  • Go-micro - A distributed systems development framework.
  • go-zero - A web and rpc distributed system development framework.
  • Gorilla - Web toolkit for the Go programming language.
  • Iris - Fast, simple and efficient micro web framework for Go.
  • Lura - Framework to build ultra performance API Gateways with middlewares.
  • Micro - A distributed systems runtime for the cloud and beyond.
  • Negroni - Idiomatic HTTP middleware for Golang.
  • RPCX - A distributed RPC service framework based on NET/RPC like Alibaba Dubbo and Weibo Motan.

Haskell

  • Scotty - Micro web framework inspired by Ruby's Sinatra, using WAI and Warp.
  • Servant - Type-level web DSL.
  • Yesod - The Haskell RESTful web framework.

Java VM

Clojure

  • Compojure - A concise routing library for Ring/Clojure.
  • Duct - Minimal framework for building web applications in Clojure, with a strong emphasis on simplicity.
  • System - Built on top of Stuart Sierra's component library, offers a set of readymade components.
  • Tesla - Common basis for some of Otto.de's Clojure microservices.

Java

  • ActiveRPC - Lightweight and fast library for complex high-load distributed applications and Memcached-like solutions.
  • Airlift - Framework for building REST services in Java.
  • Armeria - Open-source asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC.
  • Disruptor - High-performance inter-thread messaging library.
  • Dropwizard - Java framework for developing ops-friendly, high-performance, RESTful web services.
  • Dubbo - A high-performance, java based RPC framework open-sourced by Alibaba.
  • Conjure - Opinionated set of libraries for defining and creating RESTish/RPC servers and clients based on Feign or Retrofit as a client and Dropwizard/Jersey with JAX-RS service definitions as a server.
  • Jersey - RESTful services in Java. JAX-RS reference implementation.
  • Quarkus - A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards.
  • Ratpack - Set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. specific support for the Groovy language is provided.
  • Spring Boot - Makes it easy to create stand-alone, production-grade Spring based applications.

Kotlin

  • Http4k - Lightweight but fully-featured HTTP toolkit written in pure Kotlin that enables the serving and consuming of HTTP services in a functional and consistent way.
  • Ktor - Framework for building asynchronous servers and clients in connected systems using the Kotlin programming language.

Scala

  • Finatra - Fast, testable, Scala HTTP services built on Twitter-Server and Finagle.
  • Http4s - A minimal, idiomatic Scala interface for HTTP
  • Play - The high velocity web framework for Java and Scala.
  • Squbs - A suite of components enabling standardization and operationalization of Akka and Akka HTTP applications/services in a large scale, managed, cloud environment.

Node.js

  • Actionhero - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Fastify - Fastify, Fast and low overhead web framework, for Node.js.
  • FeathersJS - An open source REST and realtime API layer for modern applications.
  • Hono - Small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime.
  • Koa - Next generation web framework for Node.js
  • Loopback - Node.js framework for creating APIs and easily connecting

编辑推荐精选

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

热门AI工具AI办公办公工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

模型训练热门AI工具内容创作智能问答AI开发讯飞星火大模型多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

Trae

Trae

字节跳动发布的AI编程神器IDE

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

热门AI工具生产力协作转型TraeAI IDE
咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

AI助手热门AI工具AI创作AI辅助写作讯飞绘文内容运营个性化文章多平台分发
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

openai-agents-python

openai-agents-python

OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。

openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。

Hunyuan3D-2

Hunyuan3D-2

高分辨率纹理 3D 资产生成

Hunyuan3D-2 是腾讯开发的用于 3D 资产生成的强大工具,支持从文本描述、单张图片或多视角图片生成 3D 模型,具备快速形状生成能力,可生成带纹理的高质量 3D 模型,适用于多个领域,为 3D 创作提供了高效解决方案。

3FS

3FS

一个具备存储、管理和客户端操作等多种功能的分布式文件系统相关项目。

3FS 是一个功能强大的分布式文件系统项目,涵盖了存储引擎、元数据管理、客户端工具等多个模块。它支持多种文件操作,如创建文件和目录、设置布局等,同时具备高效的事件循环、节点选择和协程池管理等特性。适用于需要大规模数据存储和管理的场景,能够提高系统的性能和可靠性,是分布式存储领域的优质解决方案。

下拉加载更多