science.aist.neo4j:neo4j-driver

AIST Neo4J DB Integration

License

License

Categories

Categories

Neo4J Data Databases Science Business Logic Libraries
GroupId

GroupId

science.aist.neo4j
ArtifactId

ArtifactId

neo4j-driver
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

AIST Neo4J DB Integration
Project Organization

Project Organization

Advanced Information Systems and Technology

Download neo4j-driver

How to add to project

<!-- https://jarcasting.com/artifacts/science.aist.neo4j/neo4j-driver/ -->
<dependency>
    <groupId>science.aist.neo4j</groupId>
    <artifactId>neo4j-driver</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/science.aist.neo4j/neo4j-driver/
implementation 'science.aist.neo4j:neo4j-driver:1.0.0'
// https://jarcasting.com/artifacts/science.aist.neo4j/neo4j-driver/
implementation ("science.aist.neo4j:neo4j-driver:1.0.0")
'science.aist.neo4j:neo4j-driver:jar:1.0.0'
<dependency org="science.aist.neo4j" name="neo4j-driver" rev="1.0.0">
  <artifact name="neo4j-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='science.aist.neo4j', module='neo4j-driver', version='1.0.0')
)
libraryDependencies += "science.aist.neo4j" % "neo4j-driver" % "1.0.0"
[science.aist.neo4j/neo4j-driver "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.neo4j.driver : neo4j-java-driver jar 4.0.1
org.neo4j : neo4j-ogm-core jar 3.2.11
org.springframework : spring-context jar 5.0.2.RELEASE

provided (1)

Group / Artifact Type Version
science.aist.seshat : api jar 1.0.1

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 5.0.2.RELEASE
org.testng : testng jar 7.1.0
org.slf4j : slf4j-simple jar 1.7.26
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.

logo

Aist Neo4J

Aist Neo4j is an object to graph mapper (OGM) Java library for the Neo4j graph database. It allows reading and writing objects from/to a Neo4j graph database and for this it supports extended features as namespaces.

Getting Started

The base information on how to get started can be found here

Driver

The complete technical documentation is here

Preprocessor - for Namespaces and Extended functionality

Note: to use extended functionality such as the following you need to include the preprocessor.

@Relationship
Map<List<String>,Map<String,OtherNodeClass>> crazyRelationship;

This preprocessor also requires an additional configuration of your settings.xml file as detailed in the documentation here.

FAQ

  • What is the difference to Spring Data Neo4j?
    • Spring Data Neo4j is as well an object to graph mapper for accessing a Neo4j database from Spring applications. The Spring Data connector executes a lot of sanity checks and is for this far slower then our implementation. In addition to that we support additional features as namespaces.
  • What are namespaces?
    • Namespaces are a concept to group information. You may know this concept from XML. We introduced this concept to graph databases to dynamically extend persistet information. Like this we also support multiple inheritance in our database model and are so able to only load the required information in the application with minimal memory consumption in the database.

Contributing

First make sure to read our general contribution guidelines.

Licence

Copyright (c) 2020 the original author or authors. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Research

If you are going to use this project as part of a research paper, we would ask you to reference this project by citing it.

--TODO zenodo doi--

science.aist.neo4j

Advanced Information Systems and Technology

The research group AIST researches software solutions in the fields of eHealth, Machine Learning and Data Mining as well as Computer Vision.

Versions

Version
1.0.0