Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming implementation that polls RPC #186

Closed
jevonearth opened this issue Dec 2, 2019 · 0 comments · Fixed by #188
Closed

Streaming implementation that polls RPC #186

jevonearth opened this issue Dec 2, 2019 · 0 comments · Fixed by #188
Assignees

Comments

@jevonearth
Copy link
Collaborator

jevonearth commented Dec 2, 2019

Initial implementation will poll the RPCs, and as such not require middle-ware. This implementation offers a low cost/barrier to entry, but the network overhead will be higher and requires more round-trips to the RPC node.

Users can start out with this implementation to get up and running, and if the network overhead becomes a burden, they can choose to switch to using the streaming middleware implementation when it is ready.

Filter options;

  • src
  • destination
  • kind
  • hash
carte7000 added a commit that referenced this issue Dec 2, 2019
…destination/hash/kind

RPC based stream provider now support operation stream with filter on hash/source/destination/kind

 Subscribe interface is now exported from taquito package
RPC based stream provider have been
refactored to use rxjs
 Mark websocket based streamer package as temporary unmaintained

BREAKING CHANGE: WS streamer package is now in an unmaintained state
 Subscription type from
SubscribeProvider is now generic might break some implementation of SubscribeProvider implementation

closes #186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants