Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vdharmap/numaflow

 
 

Numaflow

Go Report Card GoDoc License Release Version CII Best Practices

Summary

Numaflow is a Kubernetes-native platform for running massive parallel data processing and streaming jobs.

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 less than a minute and is easier and cheaper for simple data processing applications than full-featured stream processing platforms.

Key Features

  • Kubernetes-native: If you know Kubernetes, you already know 90% of what you need to use Numaflow.
  • Language agnostic: Use your favorite programming language.
  • Exactly-Once semantics: No input element is duplicated or lost even as pods are rescheduled or restarted.

Roadmap

  • Auto-scaling with back-pressure: Each vertex automatically scales from zero to whatever is needed.
  • Data aggregation (e.g. group-by)

Resources

About

Kubernetes-native platform to run massively parallel data/streaming jobs

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 77.3%
  • TypeScript 18.5%
  • Shell 2.3%
  • Makefile 1.0%
  • Smarty 0.3%
  • CSS 0.2%
  • Other 0.4%