.. data2neo documentation master file, created by sphinx-quickstart on Wed Apr 20 19:25:41 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to **data2neo**'s documentation! ========================================= **Data2Neo** is a library that simplifies the conversion of data in relational format to a graph knowledge database. It relieves you of the cumbersome manual work of writing the conversion code and lets you focus on the conversion schema and data processing. The library is built specifically for converting data into a neo4j_ graph. The library further supports extensive customisation capabilities to clean and remodel data. .. toctree:: :maxdepth: 2 :caption: Contents: Quick Start installation Introduction Converter Conversion Schema resource wrapper neo4j common_modules information_for_developers .. toctree:: :maxdepth: 1 :caption: Guides: guides/update1.0.0 .. toctree:: :caption: API reference: Core Relational modules Neo4j Utils Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. |Resource| replace:: :py:class:`Resource ` .. |Converter| replace:: :py:class:`Converter ` .. |ResourceIterator| replace:: :py:class:`ResourceIterator ` .. _neo4j: https://neo4j.com/ .. _py2neo: https://py2neo.org/2021.1/index.html