-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme description and initial road map
Signed-off-by: ac360 <austen@serverless.com>
- Loading branch information
1 parent
9c3fa47
commit 5f0b5df
Showing
3 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# CloudEvents Specification | ||
# CloudEvents | ||
|
||
This repository... (TBD) | ||
Events are everywhere. However, event publishers tend to describe events | ||
differently. | ||
|
||
The [CNCF Serverless Working Group](https://github.com/cncf/wg-serverless) | ||
owns this repository. Please see our [Governance](GOVERNANCE.md) document | ||
for information on the processes we follow. | ||
The lack of a common way of describing events means developers must constantly | ||
re-learn how to receive events. This also limits the potential for libraries, | ||
tooling and infrastructure to aide the delivery of event data across | ||
environments, like SDKs, event routers or tracing systems. The portability and | ||
productivity we can achieve from event data is hindered overall. | ||
|
||
Enter CloudEvents, a specification for describing event data in a common way. | ||
CloudEvents seeks to ease event declaration and delivery across services, | ||
platforms and beyond. | ||
|
||
CloudEvents is a new effort and it's still under active development. However, | ||
its working group has received a surprising amount of industry interest, | ||
ranging from major cloud providers to popular SaaS companies. Our end goal is | ||
to offer this specification to the | ||
[Cloud Native Computing Foundation](https://www.cncf.io/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Roadmap | ||
|
||
The CloudEvents Roadmap. | ||
|
||
*January* | ||
|
||
* Establish governance, contributing guidelines and initial stakeholders. | ||
* Agree on design goals for CloudEvents V.1. | ||
* Draft educational materials on how to become a stakeholder. | ||
* Draft educational materials on use-cases. | ||
* Iterate on version 0.1 of the specification. | ||
|
||
*February* | ||
|
||
* Draft educational materials on use-cases. | ||
* Collaborate on libraries and supporting tools to use CloudEvents and | ||
integrate it with the ecosystem. | ||
* Finalize version 0.1 of the specification by the end of February, 2018. | ||
|
||
*March* | ||
|
||
* Collaborate on libraries and supporting tools to use CloudEvents and | ||
integrate it with the ecosystem. | ||
* Draft documentation and user guides. | ||
* Build out promotional materials (website, logos, etc). | ||
|
||
*April* | ||
|
||
* Collaborate on libraries and supporting tools to use CloudEvents and | ||
integrate it with the ecosystem. | ||
* Build out promotional materials (website, logos, etc). | ||
|
||
*May* | ||
|
||
* Announce progress at CloudNativeCon Europe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters