Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@KumKeeHyun KumKeeHyun released this 21 Dec 13:33

There is still some instability, but I think the implementation of the essential function is complete πŸ‹οΈ.

Release

  • stateless operators
    • Filter
    • Foreach
    • Map
    • FlatMap
    • Merge
    • Pipe
    • To
  • stateful operators
    • ToTable
    • JoinStreamTable
    • Aggregate
    • Count
  • state store
    • in memory
    • boltDB for persistent
      • ⚠️ unstable
  • backpressure strategy
    • WithWorkerPool
    • WIthBufferedChan
    • WithTimeout
  • side effect branch
    • FailedGStream
    • FailedKeyValueGStream