NFIBrokerage / spear

A sharp EventStoreDB v20+ client backed by Mint :yum:
https://hex.pm/packages/spear
Apache License 2.0
87 stars 14 forks source link

implement the crud portion of the persistent subscription API #23

Closed the-mikedavis closed 3 years ago

the-mikedavis commented 3 years ago

connects #7

simple crud stuffs for creating listing updating and deleting psubs

doesn't implement the real meat of the psub API which is the subscribing

the subscription part will probably necessitate changes to the Spear.Connection to allow a bi-directional subscription (current subscriptions asynchronously stream which is a good start but it's only in one direction: server->client. psubs will need to stream both directions), so I'm punting that to the next PR