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

Neo4j channel adapters & gateways support #3778

Open
markusherbert opened this issue Apr 9, 2022 · 2 comments
Open

Neo4j channel adapters & gateways support #3778

markusherbert opened this issue Apr 9, 2022 · 2 comments
Labels
status: waiting-for-triage The issue need to be evaluated and its future decided type: enhancement

Comments

@markusherbert
Copy link

Expected Behavior
There should be support for Reactive and non Reactive code (with .block()). Neo4j also mostly prefers bulk operations, therefore there should be native support for this (Reactively with .block()). We should use Spring Data Neo4j.

Current Behavior
No native support

Context
I try to map here all the most needed but missing components.
This arcticle can be super helpful. Also referenced from here.

@markusherbert markusherbert added status: waiting-for-triage The issue need to be evaluated and its future decided type: enhancement labels Apr 9, 2022
@corneil
Copy link

corneil commented Apr 30, 2022

We should also consider cases where we provide Cypher that can be parameterized and the output is a graph or JSON or mapped using a mapper that creates the required objects.

@artembilan
Copy link
Member

I think whatever is available for us in Spring Data Neo4J is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage The issue need to be evaluated and its future decided type: enhancement
Projects
None yet
Development

No branches or pull requests

3 participants