Skip to main content

yet another tool for transforming heterogeneous data in to knowledge graph

Project description

hd2neo4j

hd2neo4j tool to transform heterogeneous data into a knowledge graph stored in Neo4j.

Installation

pip install hd2neo4j

Usage

1. Import Necessary Services

Import RepositoryService and MapperService from hd2neo4j.services, which handle the connection to Neo4j and data mapping, respectively.

from hd2neo4j.services import RepositoryService, MapperService

2. Connect to Neo4j

Stablish a connection to the Neo4j database using RepositoryService.

r_service: RepositoryService = RepositoryService(
    "neo4j://connection-uri:port", "user", "Neo4j_password", "database_name"
)

3. Load Configuration and Data

Two things are needed to start the mapping process:

  • The mapping configuration JSON file.
  • A data array to transform into a Neo4j graph. For large amounts of data, using a Python iterator is recommended.

4. Execute the Mapping Process

initialize MapperService with the loaded configuration and data, and then the mapping process is executed by calling start_mapping().

m_service: MapperService = MapperService(
    mapping_config=config, 
    repository_service=r_service, 
    data_to_map=data
)

m_service.start_mapping()

5. (Optional) Clean the Database

If you want to clear the database before performing a new mapping, you can use:

r_service.clean_graph_db()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hd2neo4j-0.1.7.tar.gz (20.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hd2neo4j-0.1.7-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file hd2neo4j-0.1.7.tar.gz.

File metadata

  • Download URL: hd2neo4j-0.1.7.tar.gz
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.5 Darwin/24.3.0

File hashes

Hashes for hd2neo4j-0.1.7.tar.gz
Algorithm Hash digest
SHA256 16f29304887b1a58e0a9d6d6b835b0d475da6acdbfcdff0ff690d150292fa5e1
MD5 c4b87a823b8dcca0c774d7073598fd4a
BLAKE2b-256 8f91520a2654d34287b4e20e4811f70c7101eca9d6e1e3d7ed79b9fbab949cff

See more details on using hashes here.

File details

Details for the file hd2neo4j-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: hd2neo4j-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.5 Darwin/24.3.0

File hashes

Hashes for hd2neo4j-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 eded9b4dab6ff479fa9924053d7b4f772524136fae88035c53812ca65e057b98
MD5 93b818e726e703e79ba44d7fe2c976c9
BLAKE2b-256 71f5be2fb6ec0e8bf9c9b1537309939a556777f8d6e300d8cfef8b7301ab5f0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page