Giter Site home page Giter Site logo

codefans / incubator-shenyu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/shenyu

0.0 0.0 0.0 24.25 MB

ShenYu is High-Performance Java API Gateway.

Home Page: https://shenyu.apache.org/

License: Apache License 2.0

Java 93.29% Lua 0.14% Shell 0.21% HTML 0.03% Dockerfile 0.15% Batchfile 0.06% PLpgSQL 6.13%

incubator-shenyu's Introduction

Scalable, High Performance, Responsive API Gateway Solution for all MicroServices

https://shenyu.apache.org/

English | 简体中文

github forks github stars github contributors



Architecture


Features

  • ShenYu provides ability such as current limiting, fusing, forwarding, routing monitoring and so on by its plugins.

  • Support HTTP, RESTFul, WebSocket, Dubbo, GRPC, Tars and Spring Cloud Proxy.

  • Plug-in hot plug, users can customize the development.

  • Selectors and rules are dynamically configured for flexible matching.

  • Support for cluster deployment.

  • Support A/B test and grayscale publishing.


Plugin

Whenever a request comes in, ShenYu will execute it by all enabled plugins through the chain of responsibility.

As the heart of ShenYu, plugins are extensible and hot-pluggable.

Different plugins do different things.

Of course, users can also customize plugins to meet their own needs.

If you want to customize, see custom-plugin


Selector & rule

According to your HTTP request headers, selectors and rules are used to route your requests.

Selector is your first route, It is coarser grained, for example, at the module level.

Rule is your second route and what do you think your request should do. For example a method level in a module.

The selector and the rule match only once, and the match is returned. So the coarsest granularity should be sorted last.


Data Caching & Data Sync

Since all data have been cached using ConcurrentHashMap in the JVM, it's very fast.

When user have changed the configuration in the background management, ShenYu will dynamically updates its cache by listening to the ZooKeeper node, WebSocket push, HTTP longPull.


Prerequisite

  • JDK 1.8+

Document & Website

EN doc CN doc


Stargazers over time

Stargazers over time


Known Users

In order of registration, More access companies are welcome to register at apache#68 (For open source users only)

All Users : Known Users

incubator-shenyu's People

Contributors

0x12fd16b avatar 241600489 avatar asxing avatar ccloomi avatar dengliming avatar fengzhenbing avatar fightingting avatar freedom-xiao007 avatar github-actions[bot] avatar huangxfchn avatar jooks-me avatar kevinclair avatar lxl910128 avatar midnight2104 avatar nuo-promise avatar renzhuyan avatar sabersola avatar songyuequan avatar stenicholas avatar strawberry-crisis avatar technoboy- avatar ttttangzhen avatar tuohai666 avatar tydhot avatar wyc192273 avatar wyusig avatar yiwenlong avatar yu199195 avatar zendwang avatar zhoutzzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.