Skip to content

Latest commit

 

History

History

neo4j

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Neo4j for Kotlin Development

Neo4j is a native graph database that integrates well with Kotlin applications. It provides type-safe database operations, support for both imperative and reactive programming, and seamless integration with Spring Data Neo4j.

Key Features

  • Graph storage and processing with Cypher query language
  • Kotlin DSL and type-safe operations
  • Spring Data Neo4j integration
  • Official Kotlin driver support
  • Object Graph Mapping (OGM)

Ideal for building applications requiring complex relationships like social networks, recommendation engines, and knowledge graphs while leveraging Kotlin's modern language features.