Skip to main content

icegraph-client

Python client and CLI for the IceGraph server API - script access to tables, snapshot history, and the metadata graph.

Install

icegraph-client is only guaranteed compatible with the exact version of the IceGraph server it talks to - pin to that version:

pip install icegraph-client==<version>

CLI

icegraph --base-url http://<icegraph-server-host> tables
icegraph --base-url http://<icegraph-server-host> snapshots <database.table>
icegraph --base-url http://<icegraph-server-host> graph <database.table> [--start-snapshot-id ID] [--end-snapshot-id ID]

--base-url also falls back to the ICEGRAPH_BASE_URL environment variable. If your server sits behind a proxy that requires auth, pass --token/--cookie (or ICEGRAPH_TOKEN/ICEGRAPH_COOKIE).

Each command prints its result as JSON on stdout; status messages go to stderr, so output pipes cleanly.

Python

from icegraph_client import IceGraphClient

client = IceGraphClient("http://<icegraph-server-host>")
client.list_tables()
client.get_snapshot_map("database.table")
client.get_graph("database.table", start_snapshot_id, end_snapshot_id)

Docs

Full documentation, the IceGraph application, and the source code: github.com/YanivZalach/IceGraph

Download files

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

Source Distribution

icegraph_client-0.15.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

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

icegraph_client-0.15.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file icegraph_client-0.15.0.tar.gz.

File metadata

  • Download URL: icegraph_client-0.15.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for icegraph_client-0.15.0.tar.gz
Algorithm Hash digest
SHA256 de4a8955c9919fccc4f661137c78aa08670353e9c0c40e3a384fb053cd5a6b0b
MD5 71d8dde33e15cfb90bae1c648f02fd75
BLAKE2b-256 d1da60e6e845be9df3bcdfdc42ee0a583da96094333934723f7b825513259d92

See more details on using hashes here.

File details

Details for the file icegraph_client-0.15.0-py3-none-any.whl.

File metadata

File hashes

Hashes for icegraph_client-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ebd01c84601b8afcfb0034eb7250a5952e050c404fc98ca84db4c605b5dadf4
MD5 be5b6b5ef5c9d4cca3b5f5a313e01a88
BLAKE2b-256 5c4881b47f609b5066342332296f439fd9e1e581b1e3b993ef1311f994f255f2

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 Sentry Error logging StatusPage Status page