Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,32 @@ interested in:

### Repository Structure

The OpenWhisk system is built from a [number of components](docs/dev/modules.md). The picture below groups the components by their GitHub repos. Please open issues for a component against the appropriate repo (if in doubt just open against the main openwhisk repo).

![component/repo mapping](docs/images/components_to_repos.png)
The OpenWhisk system is built from a [number of components](docs/dev/modules.md). The charts below group the components by their GitHub repos. Please open issues for a component against the appropriate repo (if in doubt just open against the main openwhisk repo).

#### Main

| openwhisk | Runtimes | API Management | Catalog | Packages | Clients
|--- |--- |--- |--- |--- |---
|ansible |openwhisk-runtime-ballerina |openwhisk-api-gateway |github |openwhisk-package-alarms |openwhisk-client-go
|controller |openwhisk-runtime-docker | |slack |openwhisk-package-cloudant |openwhisk-client-js
|couchdb |openwhisk-runtime-dotnet | |utils |openwhisk-package-kafka |
|docs |openwhisk-runtime-go | |weather |openwhisk-package-pushnotifications |
|invoker |openwhisk-runtime-java | |websocket | |
|kafka |openwhisk-runtime-nodejs | |samples | |
| |openwhisk-runtime-php | | | |
| |openwhisk-runtime-python | | | |
| |openwhisk-runtime-ruby | | | |
| |openwhisk-runtime-rust | | | |
|*openwhisk-deploy-kube* |openwhisk-runtime-swift | | | |

#### Other Components

| Tools | Composers | Utilities | Other
|--- |--- |--- |---
|openwhisk-cli |openwhisk-composer-javascript |openwhisk-utilities-scancode |openwhisk-pluggable-provider
|openwhisk-release |openwhisk-composer-python | |openwhisk-slackinvite
|openwhisk-wskdebug | | |openwhisk-test
|openwhisk-wskdeploy | | |openwhisk-website

### Issues

Expand Down