From 5eebdd057bf98212dc82fb2a56fd8cc56039d91a Mon Sep 17 00:00:00 2001 From: Sarah Allen Date: Wed, 18 Apr 2018 09:13:23 -0700 Subject: [PATCH] very draft roadmap --- roadmap.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 roadmap.md diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 00000000000..8345030482a --- /dev/null +++ b/roadmap.md @@ -0,0 +1,22 @@ +Eventing Roadmap + +# 0.1 + +A. Ability to register an event sources and specify which events may be generated from that source [Proposal](https://github.com/elafros/eventing/issues/39) +B. kubctl command to set up a trigger where a specific event will cause a specific action +C. Example source generating an event +D. Example action +E. Events conform to CloudEvent 0.1 specification + +# 0.2 + +A. A local event can trigger a Google Cloud Function +B. A Google source can trigger a local action + +# 0.3 + +A. Pipeline the output of one action into the input of another + +# 0.4 + +A. an action may accept a stream interface to process many events at once \ No newline at end of file