Skip to main content

Pure Python Ultipa Driver

Project description

Ultipa Python Driver

Official Python driver for Ultipa graph database (GQL).

Requirements

  • Python 3.9+

Installation

pip install ultipa

Note: This is the v6.x driver for Ultipa Graph. If you are using Ultipa v4.x, please install ultipa==4.5.2. If you are using Ultipa v5.x, please install ultipa==5.2.1.

Quick Start

from gqldb import GqldbClient
from gqldb.config import GqldbConfig

# Create client
config = GqldbConfig(
    hosts=["localhost:60061"],
    username="admin",
    password="password",
    default_graph="myGraph"
)
client = GqldbClient(config)
client.login("admin", "password")

# Execute query
response = client.gql("MATCH (n) RETURN n LIMIT 10")

print(f"Rows: {len(response.rows)}")
print(f"Columns: {response.columns}")

# Close
client.close()

Features

  • GQL query execution with parameters
  • Streaming results for large datasets
  • Transaction support (begin, commit, rollback)
  • Graph management (create, drop, list)
  • Bulk import for high-throughput loading
  • Algorithm support (CALL algo.pagerank, algo.degree, etc.)
  • Type hints support
  • Health checks

Documentation

See GUIDE.md for detailed usage.

License

MIT License

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

ultipa-6.0.2.tar.gz (90.8 kB view details)

Uploaded Source

Built Distribution

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

ultipa-6.0.2-py3-none-any.whl (111.9 kB view details)

Uploaded Python 3

File details

Details for the file ultipa-6.0.2.tar.gz.

File metadata

  • Download URL: ultipa-6.0.2.tar.gz
  • Upload date:
  • Size: 90.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for ultipa-6.0.2.tar.gz
Algorithm Hash digest
SHA256 12a5132d06e59e40fed9dd7fd3e10e7fc1f56e394c059658775ce31bc285ab63
MD5 3dc4a6d4a2dd7eb19b2aeb215b798e6b
BLAKE2b-256 2355515862beda59eea87e39150e309a9d30b5ec176d0b9f43d3d30ccfe2910c

See more details on using hashes here.

File details

Details for the file ultipa-6.0.2-py3-none-any.whl.

File metadata

  • Download URL: ultipa-6.0.2-py3-none-any.whl
  • Upload date:
  • Size: 111.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for ultipa-6.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 df92bc77adba27c187c54b033da05883fe49ae15f07e19e092507db7256b258f
MD5 dc1132f881cf0ee80c492f65955bad57
BLAKE2b-256 cf910191bdf95a8b94c3cb7bfc739844437cbbeb1c0e8eec7fb26a9d3a50a979

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