Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update roadmap #830

Merged
merged 2 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ full-featured stream processing platforms.
## Use Cases

- Real-time data analytics applications.
- Event driven applications such as anomaly detection, monitoring and alerting.
- Event driven applications such as anomaly detection, monitoring, and alerting.
- Streaming applications such as data instrumentation and data movement.
- Workflows running in a streaming manner.

Expand All @@ -37,8 +37,9 @@ full-featured stream processing platforms.

## Roadmap

- Multi partitioned edges for higher throughput (v0.9)
- Decentralized ISB (v0.10)
- Multi-partitioned edges for higher throughput (v0.9)
- JOIN Vertex and Side Inputs feature (v0.10)
- User-defined Source (v0.11)

## Demo

Expand Down
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stream processing platforms.
## Use Cases

- Real-time data analytics applications.
- Event driven applications such as anomaly detection, monitoring and alerting.
- Event driven applications such as anomaly detection, monitoring, and alerting.
- Streaming applications such as data instrumentation and data movement.
- Workflows running in a streaming manner.

Expand All @@ -28,8 +28,9 @@ stream processing platforms.

## Roadmap

- Multi partitioned edges for higher throughput (v0.9)
- Decentralized ISB (v0.10)
- Multi-partitioned edges for higher throughput (v0.9)
- JOIN Vertex and Side Inputs feature (v0.10)
- User-defined Source (v0.11)

## Demo

Expand Down
Loading