Skip to content

Commit

Permalink
Updated to include microgateway description (#444)
Browse files Browse the repository at this point in the history
* Updated to include microgateway description

Updated to include microgateway description

* Update README.md

Co-Authored-By: raji-narayanan <[email protected]>
  • Loading branch information
raji-narayanan authored and mellistibco committed Dec 11, 2018
1 parent f3240c1 commit 77f53e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Some of the key highlights include:
* **Integration Flows** Application Integration process engine with conditional branching and a visual development environment<br/>
* **Stream Processing** a simple pipeline-based stream processing action with event joining capabilities across multiple triggers & aggregation over time windows<br/>
* **Contextual Decisioning** Declarative Rules for Real-time Contextual Decisions<br/>
* **Microgateway**
* **Microgateway** Microgateway pattern for conditional, content-based routing, JWT validation, rate limiting, circuit breaking and other common patterns<br/>

The concept is simple, an event is just that, an event, how it’s processed is what differs. Flogo Core eases the burden by enabling a common set of functionality, such as:

Expand Down Expand Up @@ -99,6 +99,7 @@ Project Flogo consists of the following sub-projects available as separate repos
* [flogo-contrib](https://github.com/TIBCOSoftware/flogo-contrib): Flogo contributions/extensions
* [project-flogo/stream](https://github.com/project-flogo/stream): Flogo Streams Action
* [project-flogo/rules](https://github.com/project-flogo/rules): Contextual, deterministic rules action
* [project-flogo/microgateway](https://github.com/project-flogo/microgateway): Flogo Microgateway Action

# Flogo Flows

Expand Down

0 comments on commit 77f53e9

Please sign in to comment.