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

编辑推荐精选

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具使用教程AI营销产品酷表ChatExcelAI智能客服
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

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

热门AI工具生产力协作转型TraeAI IDE
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

数据安全AI助手热门AI工具AI辅助写作AI论文工具论文写作智能生成大纲
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

热门AI工具AI办公办公工具智能排版AI生成PPT博思AIPPT海量精品模板AI创作
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

下拉加载更多