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.6.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.6-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.6.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.6.tar.gz
Algorithm Hash digest
SHA256 c027a9cb777ae9690b93d70f26cce5fb0921b36af6e7e04563d84f223c2dba28
MD5 704b945642963a0eebbafa7891e9608c
BLAKE2b-256 ff4fc03b92478f85633ba3fa25c91963ed90e03b240a8b32a90e3d3e73e7d809

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5f4d1798117c901b9b2a4b57947e893813b366a964fa7492ab8cfe2f43ca6161
MD5 7c58900337b7373c9b3949c13fb3ecff
BLAKE2b-256 9794aa5330e1ef66abbf7accd22cb0eb1f731384b87d226f946c51a8326eda74

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