Skip to main content

Python driver for Apache AGE

Project description

apache-age-python

Python driver for Apache AGE, graph extention for PostgreSQL.

Install

This driver runs on psycopg2 and antlr4-python3

sudo apt-get update
sudo apt-get install python3-dev libpq-dev
pip install --no-binary :all: psycopg2
pip install antlr4-python3-runtime

pip install apache-age-python

Check AGE loaded on your PostgreSQL

Connect to your containerized Postgres instance and then run the following commands:

CREATE EXTENSION age;
LOAD 'age';
SET search_path = ag_catalog, "$user", public;

Usage

Go to Jupyter Notebook in Samples.

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

apache-age-python-0.0.1.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distributions

apache_age_python-0.0.1-py3.9.egg (35.7 kB view hashes)

Uploaded Source

apache_age_python-0.0.1-py3-none-any.whl (18.6 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