lo icon indicating copy to clipboard operation
lo copied to clipboard

Streaming semantics (API)

Open embano1 opened this issue 3 years ago • 3 comments

I just learned about this project (been using RxGo), and the API and helpers look really useful.

I mostly work on streaming-based systems/APIs in Go so was wondering if you're also considering adding support for such use cases?

E.g. filter and map based on a stream (Go channel?) of Order structs coming from a messaging system (Kafka, Rabbit, Redis) or HTTP (gRPC) poll/push API.

embano1 avatar Mar 06 '22 07:03 embano1

Disclaimer: I'm not a maintainer

@embano1 I imagine RxGo will eventually adopt generics?

fsouza avatar Mar 06 '22 16:03 fsouza

@embano1 I imagine RxGo will eventually adopt generics?

Yes, this is my understanding, but not sure if the project currently has the bandwidth

embano1 avatar Mar 06 '22 18:03 embano1

Here is an alternative to RxGo (with generics) : https://github.com/serge-hulne/go_iter

serge-hulne avatar Mar 23 '22 10:03 serge-hulne