aleph

2016-10-21T04:22:26.000460Z

Question I hope someone can help with. I’m new to manifold and I’m trying to understand how I can attach a filter/transducer to an event bus subscription. I’m going to try to filter events based on permissions/authorization for each websocket connection. Looking at the manifold.stream/connect function or the subscribe function I’m not seeing anything there about either transducers or it returning a manifold stream. Thanks!

2016-10-21T04:45:48.000461Z

Digging a bit deeper s/connect-via might be what I want

dm3 2016-10-21T05:59:11.000462Z

s/filter?

stijn 2016-10-21T07:21:49.000463Z

@kingoftheknoll subscribe returns a stream which you can s/transform with a transducer

2016-10-21T13:00:34.000464Z

@stijn thanks so much