An open API service indexing awesome lists of open source software.

https://github.com/numaproj/numaflow-go

Numaflow Golang SDK
https://github.com/numaproj/numaflow-go

golang numaflow numaflow-sdk

Last synced: 9 months ago
JSON representation

Numaflow Golang SDK

Awesome Lists containing this project

README

          

# Numaflow Golang SDK

This SDK provides the interfaces to implement [Numaflow](https://github.com/numaproj/numaflow) User Defined Sources,
Source Transformer, Functions, Sinks or SideInputs in Golang.
- Implement [User Defined Sources](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/sourcer)
- Implement [User Defined Source Transformers](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/sourcetransformer)
- Implement User Defined Functions
- [Map](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/mapper)
- [Reduce](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/reducer)
- Implement [User Defined Sinks](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/sinker)
- Implement [User Defined SideInputs](https://pkg.go.dev/github.com/numaproj/numaflow-go/pkg/sideinput)