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 extended docs here

Getting Started

To download pyTigerGraph, simply run: pip3 install pyTigerGraph Once the package installs, you can import it and instantiate a connection to your database:

import pyTigerGraph as tg

conn = tg.TigerGraphConnection(host="<hostname>", graphname="<graph_name>", username="<username>", password="<password>", apiToken="<api_token>")

If your database is not using the standard ports (or they are mapped), you can use the following arguments to specify those:

For example, in case of using a local virtual machine with the ports mapped:

conn = tg.TigerGraphConnection(host="localhost", restppPort=25900, gsPort=25240, graphname="MyGraph", username="tigergraph", password="tigergraph", apiToken="2aa016d747ede9gg6da3drslm98srfoj")

For more details on establishing a connection, read the Getting Started page.

Example Projects

Credits

pyTigerGraph was originally created by Parker Erickson, a Computer Science student at the University of Minnesota. Special thanks to contributors Jon Herke and Szilard Barany of TigerGraph. Read this to learn more about how you can contribute.

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-0.0.9.9.1.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyTigerGraph-0.0.9.9.1-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file pyTigerGraph-0.0.9.9.1.tar.gz.

File metadata

  • Download URL: pyTigerGraph-0.0.9.9.1.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyTigerGraph-0.0.9.9.1.tar.gz
Algorithm Hash digest
SHA256 c4573ce3fe63264ab66181288f2623fece84e4316b9265f663f61cece1ab6a8a
MD5 b216b004fa94112b53e2c8ea71c49872
BLAKE2b-256 148f1c2328a82ab261cbaa65867a428c3a4c602d1ffe91f57df3ad3446b9008f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyTigerGraph-0.0.9.9.1-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyTigerGraph-0.0.9.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4b70dd090d812a57f344c53d30f650a712c348eaee6b71940b961dc00bf0805e
MD5 739946577b74add4aa61004c62647840
BLAKE2b-256 53425fa5531632627c802e749e24b7ed56148773bfe4082e27a131f7ccd9a5e0

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