yada

OliverM 2018-10-23T16:16:11.000100Z

Looking through the yada edge example project some more, is there any documentation on how the manifold event bus is being used? I see that it’s being set up via integrant and used in the phonebook namespace to publish events capturing entry updates, but I don’t see anything subscribing to that bus. Is it still a demo-in-progress?

malcolmsparks 2018-10-23T16:35:51.000100Z

It's used by the Graphql subscriptions.

malcolmsparks 2018-10-23T16:36:07.000100Z

That's its only purpose so far.

malcolmsparks 2018-10-23T16:36:38.000100Z

It does need some docs though. Definitely a work in process.