You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
</p>
8
8
9
9
---
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.
11
11
12
12
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/).
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)
0 commit comments