Skip to content

Commit

Permalink
doc: add few use cases (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <vigith@gmail.com>
  • Loading branch information
vigith committed Nov 5, 2022
1 parent a37327a commit 2355978
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@

## Summary

Numaflow is a Kubernetes-native tool for running massively parallel stream processing. A Numaflow Pipeline is implemented as a Kubernetes custom resource and consists of one or more source, data processing, and sink vertices.
Numaflow is a Kubernetes-native tool for running massively parallel stream processing. A Numaflow Pipeline is implemented
as a Kubernetes custom resource and consists of one or more source, data processing, and sink vertices.

Numaflow installs in a few minutes and is easier and cheaper to use for simple data processing applications than a full-featured stream processing platforms.
Numaflow installs in a few minutes and is easier and cheaper to use for simple data processing applications than a
full-featured stream processing platforms.

## Use Cases

- Real-time data analytics applications.
- 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.

## Key Features

Expand Down
13 changes: 11 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Numaflow

Numaflow is a Kubernetes-native tool for running massively parallel stream processing. A Numaflow Pipeline is implemented as a Kubernetes custom resource and consists of one or more source, data processing, and sink vertices.
Numaflow is a Kubernetes-native tool for running massively parallel stream processing. A Numaflow Pipeline is implemented
as a Kubernetes custom resource and consists of one or more source, data processing, and sink vertices.

Numaflow installs in a few minutes and is easier and cheaper to use for simple data processing applications than a full-featured stream processing platforms.
Numaflow installs in a few minutes and is easier and cheaper to use for simple data processing applications than a full-featured
stream processing platforms.

## Use Cases

- Real-time data analytics applications.
- 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.

## Key Features

Expand Down

0 comments on commit 2355978

Please sign in to comment.