Skip to content

Introduce Reactive API #475

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

Merged
merged 10 commits into from
Aug 27, 2019
Merged

Introduce Reactive API #475

merged 10 commits into from
Aug 27, 2019

Conversation

ali-ince
Copy link
Contributor

@ali-ince ali-ince commented Jul 31, 2019

This PR brings reactive streams support into javascript driver.

  1. Adds istanbul and nyc packages to enable code coverage statistics in nodejs (use NODE_ENV=test nyc jasmine to run tests with code coverage enabled).
  2. Refactors stream observers used in sessions, connections and transactions and makes them part of protocol implementations which will enable us to override certain behaviours based on protocol versions.
  3. Introduces RxSession, RxTransaction and RxResult classes that will be used for reactive streaming.
  4. Updates README to cover more usage scenarios.

Resolves #271.

@ali-ince ali-ince changed the title Implement reactive streams - WIP Introduce Reactive API Aug 13, 2019
@ali-ince ali-ince requested a review from zhenlineo August 13, 2019 12:36
@ali-ince ali-ince merged commit 8d88bbc into neo4j:2.0 Aug 27, 2019
@ali-ince ali-ince deleted the 2.0-reactive branch August 27, 2019 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any plans for real streaming?
1 participant