Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnfeldman committed Mar 15, 2016
1 parent 0d8c877 commit fb3bb33
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
# Microgateway
The Microgateway is composed of 4 components

* microgateway-core: a lightweight core server that forwards requests and responses between northbound and southbound endpoints. Core also contains an event model that will call each plugin.
* microgateway-config: a config module that allows a user to pull down and load yaml configs from Apigee Edge
* microgateway-plugins: a file system reference to a collection of directories that allow a user to extend the microgateway.
* microgateway-cli: a command line driven runtime that will download the configuration, instantiate the plugins and run the microgateway-core. This component contains knowledge about where things are.



![microgateway](microgateway.png)

![micro-flow](micro-flow.png)



Binary file added micro-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added microgateway.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "microgateway-agent",
"name": "microgateway-cli",
"version": "0.1.0",
"description": "Management Agent for Edge Micro",
"author": "shawnfeldman",
Expand Down

0 comments on commit fb3bb33

Please sign in to comment.