Skip to content

Commit 72d82ca

Browse files
authored
Update README.md
1 parent e2ba000 commit 72d82ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</p>
88

99
---
10-
**Data2Neo** is a library that simplifies the convertion of data in relational format to a graph knowledge database. It reliefs you of the cumbersome manual work of writing the conversion code and let's you focus on the conversion schema and data processing.
10+
**Data2Neo** is a library that simplifies the convertion of data in relational format to a graph knowledge database. It reliefs you of the cumbersome manual work of writing the conversion code and let's you focus on the conversion schema and data processing.
1111

1212
The library is built specifically for converting data into a [neo4j](https://neo4j.com/) graph (minimum version 5.2). The library further supports extensive customization capabilities to clean and remodel data. As neo4j python client it uses the native [neo4j python client](https://neo4j.com/docs/getting-started/languages-guides/neo4j-python/).
1313

1414

15-
- [Latest Releases](https://github.com/jkminder/data2neo/tags)
1615
- [Documentation](https://Data2Neo.jkminder.ch)
16+
- [Reference Manual](https://data2neo.jkminder.ch/api/core.html)
1717

18-
This library has been developed at the [Chair of Systems Design at ETH Zürich](https://www.sg.ethz.ch).
18+
This library has been developed at the [Chair of Systems Design at ETH Zürich](https://www.sg.ethz.ch). Please check out our accompanying paper: [Data2Neo - A Tool for Complex Neo4j Data Integration](https://arxiv.org/abs/2406.04995)
1919

2020
## Installation
2121
```

0 commit comments

Comments
 (0)