spring-projects / spring-projects/spring-integration
Neo4j channel adapters & gateways support
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 1.2k
- Avg merge
- 17h 48m
- Merged PRs (30d)
- 62
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing channel adapter and gateway integrations, then compare their extension points with Spring Data Neo4j. Define the required reactive, blocking, and bulk-operation behavior from the linked context, and verify the scope with focused integration tests for each supported mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, neo4j, spring
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100