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

Uploaded Python 3

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 c71cdcb8b35f8cc4eb9dca0596353327e29f7d1474c1bda8324eb6df55b570bb
MD5 f33301c024acf11bfb26ba4799c0b8ef
BLAKE2b-256 5ae48bda645b78521207d45a2348002ad1db9498f1b6334679e7480240a9534c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hd2neo4j-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 add8872ce1f94043935b65884626e3be749f4577474c55f1e138fc383b2018bf
MD5 f897ea0f9b6b523f99a55f22dad90157
BLAKE2b-256 ee789c1b9d8ba579e7d7eae87d00ea96efdcc6dca822e58a7a54d2f58f50d4d0

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