Skip to main content

Library to connect to TigerGraph databases

Project description

pyTigerGraph

pyTigerGraph is a Python package for connecting to TigerGraph databases. Check out the documentation here.

Downloads Downloads Downloads

Quickstart

Installing pyTigerGraph

This section walks you through installing pyTigerGraph on your machine.

Prerequisites

  • Python 3+
  • If you wish to use the GDS functionality, install torch ahead of time.

Install pyTigerGraph

To download pyTigerGraph, run the following command in the command line or use the appropriate tool of your development environment (anaconda, PyCharm, etc.).:

pip3 install pyTigerGraph

Install pyTigerGraph[gds]

To utilize the Graph Data Science Functionality, there are a few options:

  • To use the GDS functions with PyTorch Geometric, install torch and PyTorch Geometric according to their instructions:

    1. Install Torch

    2. Install PyTorch Geometric

    3. Install pyTigerGraph with:

      pip3 install 'pyTigerGraph[gds]'
      
  • To use the GDS functions with DGL, install torch and dgl according to their instructions:

    1. Install Torch

    2. Install DGL

    3. Install pyTigerGraph with:

      pip3 install 'pyTigerGraph[gds]'
      
  • To use the GDS functions without needing to produce output in the format supported by PyTorch Geometric or DGL. This makes the data loaders output Pandas dataframes:

pip3 install 'pyTigerGraph[gds]'

Once the package is installed, you can import it like any other Python package:

import pyTigerGraph as tg

Getting Started with Core Functions

pyTigerGraph 101

The video above is a good starting place for learning the core functions of pyTigerGraph. This Google Colab notebook is the companion notebook to the video.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pytigergraph-1.7.3.tar.gz (224.3 kB view details)

Uploaded Source

Built Distribution

pyTigerGraph-1.7.3-py3-none-any.whl (273.6 kB view details)

Uploaded Python 3

File details

Details for the file pytigergraph-1.7.3.tar.gz.

File metadata

  • Download URL: pytigergraph-1.7.3.tar.gz
  • Upload date:
  • Size: 224.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pytigergraph-1.7.3.tar.gz
Algorithm Hash digest
SHA256 03103e128e6eac5965fcc7043e23288a72f7a03067367d9ce5aefe72e6800ea9
MD5 041f3c4177ab915fdb7efd832c6e00f3
BLAKE2b-256 bc61db8fc8d6cda545d869e2628fe741a5623d817a4b45594ac0fe3b0482c8db

See more details on using hashes here.

File details

Details for the file pyTigerGraph-1.7.3-py3-none-any.whl.

File metadata

  • Download URL: pyTigerGraph-1.7.3-py3-none-any.whl
  • Upload date:
  • Size: 273.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyTigerGraph-1.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 15871a3e9b23b09260593b90f073f4cacea3d31a069c78a033528b5b4b8d5a20
MD5 c2f128ac6be49f2f1c26c7685e569c93
BLAKE2b-256 306f143c7e7d2929a7a72c2276535dba0d1bece81e7f3d77fc08a8d6afdfa331

See more details on using hashes here.

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