Skip to content
/ flux Public
forked from bytepowered/flux

Flux: A micro-service gateway server for dubbo, grpc, http

License

Notifications You must be signed in to change notification settings

lidan357/flux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux : MicroService Gateway for Dubbo/gRpc/Http

Flux Gateway 是一个基于 Golang 原生开发的微服务网关,支持Dubbo、HTTP以及gRPC等协议。

Config

运行时须要指定环境变量:

export APP_LOG_CONF_FILE=./conf.d/log.yml
export CONF_CONSUMER_FILE_PATH=./conf.d/dubbo.yml
export CONF_PROVIDER_FILE_PATH=./conf.d/dubbo.yml

IDE运行

APP_LOG_CONF_FILE=./conf.d/log.yml;CONF_CONSUMER_FILE_PATH=./conf.d/dubbo.yml;CONF_PROVIDER_FILE_PATH=./conf.d/dubbo.yml

LICENSE

Fluxgo is licensed under the Mulan PSL v2 license. Check the LICENSE_CN / LICENSE_EN file for details.

License report

Check the LICENSES REPORT file for details.

About

Flux: A micro-service gateway server for dubbo, grpc, http

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.0%
  • Other 1.0%