Registry / database / neo4j-io

neo4j-io

JSON →
library2025.12.1javamavenunverified

Input/output abstraction layer for Neo4j, providing core I/O operations for the graph database.

<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-io</artifactId> <version>2025.12.1</version> </dependency>
INSTALL
IMPORT
SIG · NEO4J-IO
N
neo4j-io
databasejavav2025.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileSystemAbstraction
org.neo4j.io.fs.FileSystemAbstraction

Minimal usage of Neo4j IO FileSystemAbstraction

import org.neo4j.io.fs.FileSystemAbstraction; import org.neo4j.io.fs.DefaultFileSystemAbstraction; public class Example { public static void main(String[] args) { FileSystemAbstraction fs = new DefaultFileSystemAbstraction(); System.out.println("File system created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025.12.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
neo4j-io — mvn dependency:get neo4j-io · libregistry