Skip to content

nawazish-github/reactivator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card codecov HitCount

reactivator

ReactiveX implementation in the Golang Language. This library implements the Observable Pattern to enable asynchronous processing of Observable streams.

Reactivator operators are composable which helps create complex computation pipelines easy. Currently the following Observable operators are available:

Creating Observables

  1. From
  2. Range
  3. Interval

Transforming Observables

  1. Map
  2. FlatMap
  3. Scan
  4. Buffer
  5. GroupBy

Filtering Observables

  1. Filter
  2. Limit

Usage Examples

As of now, for usage, refer to test files associated with each Operator.

About

ReactiveX implementation in the Golang Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages