Skip to main content
Back to the directory
giuseppe-trisciuoglio/developer-kitSoftware EngineeringFrontend and Design

spring-data-neo4j

Spring Data Neo4j integration for graph databases with repositories, Cypher queries, and reactive operations.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
700

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-data-neo4j
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, spring-data-neo4j has 700 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: giuseppe-trisciuoglio/developer-kit. Canonical URL: https://skills.sh/giuseppe-trisciuoglio/developer-kit/spring-data-neo4j.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Spring Data Neo4j integration for graph databases with repositories, Cypher queries, and reactive operations. Provides Spring Data Neo4j integration patterns for Spring Boot applications. Covers node entity mapping with @Node and @Relationship , repository configuration (imperative and reactive), custom Cypher queries with @Query , and integration testing with embedded Neo4j databases. Use this skill when working with: Add the dependency: Maven: Gradle: Configure connection in application.properties: Configure Cypher-DSL dialect (recommended): Validation Checkpoint : Run MATCH (n) RETURN count(n) via cypher-shell to verify the connection works before proceeding. Validation Checkpoint : If entity save fails, check for constraint violations—duplicate IDs violate uniqueness constraints. Validation Checkpoint : Test repository with findAll() first—if empty, verify the Neo4j instance is running and credentials are correct. Validation Checkpoint : If tests fail with "Connection refused", ensure the embedded Neo4j started successfully in @BeforeAll . Imperative vs Reactive: Custom Query Best Practices: Test Configuration: Input: Output: Input: Output: Input: Output: Progress from basic to advanced examples covering complete movie database, social network patterns, e-commerce product catalogs, custom queries, and reactive operations.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does spring-data-neo4j do?

Spring Data Neo4j integration for graph databases with repositories, Cypher queries, and reactive operations.

Is spring-data-neo4j good?

spring-data-neo4j does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support spring-data-neo4j?

spring-data-neo4j currently lists compatibility with Skills CLI.

Is spring-data-neo4j safe to install?

spring-data-neo4j has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to spring-data-neo4j?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install spring-data-neo4j?

Run the following command to install spring-data-neo4j: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-data-neo4j

Related skills

More from giuseppe-trisciuoglio/developer-kit

Related skills

Alternatives in Software Engineering