#
grpc-go
Here are 512 public repositories matching this topic...
A simple example on Event Sourcing/CQRS in Go for building distributed systems and microservices with NATS Streaming, gRPC and CockroachDB
-
Updated
Jul 15, 2020 - Go
Like Postman, but for gRPC: web based GUI client for gRPC Development Testing
-
Updated
Feb 16, 2021 - Go
A small Vietnamese Go book compiled by ZaloPay teams.
-
Updated
Oct 20, 2019
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
go
golang
protobuf
examples
example
protocol-buffers
grpc
rpc
grpc-service
proto
protobuf3
grpc-server
grpc-client
grpc-go
grpc-stream
grpc-services
grpc-unary
-
Updated
Apr 13, 2020 - Go
financial exchange written in Go, designed for algorithmic trading tests
html
golang
grpc
exchange
fix
trading-strategies
trading-algorithms
trade
quickfix
multicast
cui
orderbook
grpc-go
financial-exchange
marketdata
quickfixgo
-
Updated
Apr 20, 2020 - Go
Open
怎么添加HandlerFunc
9
wangcheng0509
commented
May 28, 2020
怎么添加路由前的管道HandlerFunc?
Toy gRPC Tunnel over CloudFlare (Proof of Concept)
-
Updated
Mar 14, 2021 - Go
The Ultimate Workshop Track for #golang Developer
go
golang
list
protobuf
examples
slides
tutorials
data-structures
standard-library
system-programming
grpc-go
docker-sdk-go
ultimate-golang-workshop
-
Updated
Feb 14, 2021 - HTML
ekhabarov
commented
Dec 20, 2019
At the moment this plugin generates two files for each processed *.proto file with names:
<protofile>_transformer.gooptions.go
In this case it's hard to say were these files auto-generated or weren't by its names.
Use additional file extension for auto-generated files: *.pb.st.go, as a result files should be named as :
<protofile>.pb.st.gooptions.pb.st.go
sandboiii
commented
Apr 22, 2020
Simple Chat Server/Client implemented with gRPC
-
Updated
Nov 8, 2020 - Go
Server for Pragyan's Dalal Street
-
Updated
Apr 8, 2021 - Go
Distributed Systems programming examples in the Go programming language.
golang
distributed-systems
grpc
tracing
microservices-architecture
zipkin
gokit
cockroachdb
nats-streaming
grpc-go
jetstream
natsio
-
Updated
Mar 30, 2021 - Go
gRPC load-balancing on GKE using Envoy
-
Updated
Jan 8, 2021 - Go
grpcpool grpc client Connection pool
-
Updated
Feb 5, 2021 - Go
Web search of the people, by the people, for the people with Go.
search
golang
search-engine
distributed-systems
peer-to-peer
decentralized
grpc
dht
distributed-hash-table
grpc-go
-
Updated
Dec 11, 2018 - Go
gRPC message-oriented middleware on top of message-bus, event ingestion and delivery system.
-
Updated
Sep 2, 2020 - Go
Microservices using Go, gRPC and Kubernates
-
Updated
Oct 28, 2019 - Go
Improve this page
Add a description, image, and links to the grpc-go topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-go topic, visit your repo's landing page and select "manage topics."

If something is passed for
Defaultthat can't be converted to a cty.Value, but it can be converted to aschema.SchemaDefaultFuncwe could provide a better error message than the existing panic:panic: can't convert (schema.SchemaDefaultFunc)(0x7b7740) to cty.ValueTo let people know that they need to pass this for
DefaultFunc, notDefault.