Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-25-2021 11:16 AM
Please let me know if you have Questions regarding Neo4j Installation Guidelines. I was busy this month with installation procedures and driver compatibilities. Also generic CQL( Q&A )is my involve myself in most of the time.
Thanking You
Yours sincerely
Sameer G
04-30-2021 02:29 AM
Hello @sameer.gijare14 !
It's great to see you here. 🙂
Which drivers were you looking into?
Best,
ABK
05-02-2021 02:01 AM
Hello
I was wondering what is the need for reactive drivers and when should you install them. Any clues will be appreciated.
Thanking you
Yours
Sameer Gijare
05-03-2021 01:15 AM
Reactive drivers are a different style of programming that allows you to work on streams of records rather than an entire set of record. That's helpful when you either a) don't need to keep the entire result set in memory, or b) need to apply processing to every element of the result set.
An example of (a) is that you're sending the results to some other end-point, maybe using some kind of messaging framework.
An example of (b) could be creating a graph visualization or even a table view, so that you can start to present data before everything has "arrived over the wire".
For a more thorough exploration about "functional reactive programming" and using "observable streams" you can read through ReactiveX - Intro
Best,
ABK
05-04-2021 03:15 AM
Anyway, I'm currently reading the ReactiveX-Intro and putting my learnings into action. But as a beginner, I may have some questions for you
Appreciate your help on this
Thanking you
Yours
Sameer S Gijare
All the sessions of the conference are now available online