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

Uploaded Python 3

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 e46344edc993f7cf6495424a3544527c6312bd4e445aac585c68d2ecad02af97
MD5 cc289e655ceb477a1dd6d53321e7dba1
BLAKE2b-256 92cb9ee695b1ba581d4e94d9bca91c0e177f4964f29f8853e20fb964505e2ac8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dcb889f50880847c3f747f8d2bd9ea0cb187c76ca81cb2b1153e8ae673e2aad8
MD5 9157f0f5179bd351e414793552758630
BLAKE2b-256 4b3f909dc2ee1ffea224e875d0f41cb6c50291d6ecd1e1752bd867ed501ef3d6

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