Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkminder authored Jun 15, 2024
1 parent e2ba000 commit 72d82ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
</p>

---
**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.
**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.

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/).


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

This library has been developed at the [Chair of Systems Design at ETH Zürich](https://www.sg.ethz.ch).
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)

## Installation
```
Expand Down

0 comments on commit 72d82ca

Please sign in to comment.