Skip to content
forked from orlabs/orange

OpenResty Gateway for API Monitoring and Management.

Notifications You must be signed in to change notification settings

ouyangyu0602/orange

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orange

Orange是一个基于OpenResty的API Gateway,提供API监控和管理,实现了防火墙、访问统计、流量切分、API重定向等功能。

安装说明

  • 安装OpenResty

  • 安装lor

  • orange依赖的uuid生成器,需要libuuid.so这个库, centos可通过以下命令安装,其他linux发行版请自行google

     yum install  libuuid-devel
    
  • 安装Orange

     git clone https://github.com/sumory/orange
     cd orange
     sh start.sh
    
  • 访问http://localhost:9999/orange/dashboard/

Screenshots

About

OpenResty Gateway for API Monitoring and Management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • Lua 27.0%
  • HTML 16.3%
  • CSS 4.9%
  • Other 0.8%