Skip to content

Commit

Permalink
the big picture
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Jun 3, 2017
1 parent 90199e8 commit fe67119
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# SlashQuery

API Gateway

The big picture:

```pre
(slashquery API Gateway)
api.example.com/<path endpoint>
| (plugins) (upstream) (microservices)
| /home
| /* >--[middleware]---[LoadBalancer]--< /home
| /home
|
| /foo
| /foo/* >--[middleware]---[LoadBalancer]--< /foo
| /foo
|
| /foo-version-2
(versioning) | /foo/* >--[middleware]---[LoadBalancer]--< /foo-version-2
| /foo-version-2
|
| /bar
` /bar/* >--[middleware]---[LoadBalancer]--< /bar
/bar
```

0 comments on commit fe67119

Please sign in to comment.