Project Icon

awesome-microservices

全面汇总微服务架构资源

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

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++

  • 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
项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

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

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号