Skip to content

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