Registry / database / janusgraph-core

janusgraph-core

JSON →
library1.1.0javamavenunverified

Core library for JanusGraph, a distributed graph database optimized for massive-scale graphs.

<dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JANUSGRAPH-CORE
J
janusgraph-core
databasejavav1.1.0
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.

JanusGraph
org.janusgraph.core.JanusGraph

Opens a JanusGraph instance.

import org.janusgraph.core.JanusGraph; import org.janusgraph.core.JanusGraphFactory; public class Example { public static void main(String[] args) { JanusGraph graph = JanusGraphFactory.build().open(); System.out.println("Graph opened: " + graph); graph.close(); } }
Debug
Known issues
breakingJanusGraph 1.0.0 introduced breaking changes in configuration API.
fix
Update configuration code to use new builder pattern.
affects: >=1.0.0
Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
janusgraph-core — mvn dependency:get janusgraph-core · libregistry