FlatBuffers: Memory Efficient Serialization Library
-
Updated
Sep 28, 2020 - C++
{{ message }}
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
FlatBuffers: Memory Efficient Serialization Library
The Go language implementation of gRPC. HTTP/2 based RPC
Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.
Open-source IoT Platform - Device management, data collection, processing and visualization.
A zero cost, faster multi-language bidirectional microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
GUI Client for GRPC Services
Protocol Buffers for Go with Gadgets
A curated list of useful resources for gRPC
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
gRPC Web implementation for Golang and TypeScript
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
We have a fancy logo from the new tokio website, we should go through the code base and update it in every spot we use the old one.
https://github.com/tokio-rs/website/blob/master/public/img/icons/tonic.svg
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Lightweight, fault-tolerant message streams.
Implement something similar to UNIX du command. Name might be something else, e.g. talosctl usage (with alias du).
Based on existing List() API, aggregate size by directories, count size of all elements, support --depth flag.
Evans: more expressive universal gRPC client
a microservice framework for rapid development of micro services in Go with rich eco-system
Spring Boot starter module for gRPC framework.
Spring Boot starter module for gRPC framework.
Looking at grpc-ecosystem/grpc-gateway#720
it seems the path patterns support some sort of
{foo=bar}templating, but I can't seem to find any docs about it, what it does, how it works, or it's use in any examples.Furthermore, there is no indication of where users can ask questions (whether it's the issue tracker, forum, mailing list etc).
H