Skip to content

sunrui1225/dubbo-go

This branch is 724 commits behind apache/dubbo-go:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f3f92c · Jan 8, 2022
Jan 7, 2022
Dec 25, 2021
Jan 5, 2022
Dec 19, 2021
Dec 5, 2021
Jul 2, 2021
Dec 25, 2021
Dec 5, 2021
Dec 25, 2021
Nov 22, 2021
Jan 4, 2022
Jan 5, 2022
Dec 10, 2021
Apr 16, 2021
Sep 27, 2021
Mar 27, 2021
Jan 4, 2021
Dec 12, 2021
Oct 25, 2021
Jan 22, 2020
Jan 7, 2022
Jan 9, 2021
Dec 31, 2021
Dec 31, 2021
Jan 3, 2022
Jan 3, 2022
Sep 26, 2021

Repository files navigation

Apache Dubbo-go

Build Status codecov go.dev reference Go Report Card license


中文 🇨🇳

Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge the gap between Java/Dubbo and Go/X. Please visit our Dubbo official website for the quick start and documentation.

RPC Invocation

Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, HTTP, HTTP2.

  • Triple is the supported protocol of Dubbo3 ecology, and is gRPC extended protocol based on HTTP2, which is compatible with gRPC service.In other words, on the basis of gRPC's reliable invocation, it adds Dubbo's service governance capability.
  • Dubbo protocol is tradition Dubbo ecology protocol, which is capitable with dubbo 2.x, and is a good choice for cross-language invocation between GO and Java old service.
  • HTTP support:As you can see in the figure above, you can invoke Triple/Dubbo service using HTTP protocol through dubbo-go-pixiu gateway.

Service Governance Capability.

Getting started

Contributing

Please visit CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

Please use the bug report template to report bugs, use the enhancement template to provide suggestions for improvement.

Contact

If you are using apache/dubbo-go and think that it helps you or want to contribute code for Dubbo-go, please add your company to the user list to let us know your needs.

See more user cases

Dubbo-go ecosystem

  • Dubbo Ecosystem Entry - A GitHub group dubbo to gather all Dubbo relevant projects not appropriate in apache group yet.
  • dubbo-go-pixiu - A dynamic, high-performance API gateway solution for Dubbo and Http services.
  • dubbo-go-samples - Samples for Apache Dubbo-go.
  • dubbo-getty - A netty like asynchronous network I/O library which supports tcp/udp/websocket network protocol.
  • triple - A golang network package that based on http2, used by Dubbo-go 3.0.
  • dubbo-go-hessian2 - A golang hessian library used by Apache/dubbo-go.
  • gost - A go sdk for Apache Dubbo-go.

License

Apache Dubbo-go software is licenced under the Apache License Version 2.0. See the LICENSE file for details.

About

Go Implementation For Apache Dubbo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%