Skip to main content

Connecting the Trovares xGT graph analytics engine to the Neo4j Database.

Project description

trovares_connector Package

This package is for connecting the Trovares xGT graph analytics engine with the Neo4j graph database.

Detailed documentation is available here.

Requirements

Installation

You can install this python package by executing this command:

python -m pip install trovares_connector

Using the trovares_connector

From any Python environment, simply importing both xgt and trovares_connector is all that is needed to operate this connector.

import xgt
from trovares_connector import Neo4jConnector

API

The available properties are:

  • neo4j_relationship_types
  • neo4j_node_labels
  • neo4j_property_keys
  • neo4j_node_type_properties
  • neo4j_rel_type_properties
  • neo4j_nodes
  • neo4j_edges

The available methods are:

  • get_xgt_schemas
  • create_xgt_schemas
  • copy_data_to_xgt
  • transfer_to_xgt
  • transfer_to_neo4j

Examples

Some examples can be found here:

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

trovares_connector-1.1.0.tar.gz (46.6 kB view hashes)

Uploaded Source

Built Distribution

trovares_connector-1.1.0-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

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