Skip to main content

Python driver for Apache AGE

Project description

apache-age-python

Python driver for Apache AGE, graph extention for PostgreSQL.

Install

sudo apt-get update
sudo apt-get install python3-dev libpq-dev

pip install apache-age-python

Build from source

git clone https://github.com/rhizome-ai/apache-age-python.git
cd apache-age-python
python setup.py install

Check AGE loaded on your PostgreSQL

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

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

Usage

Go to Jupyter Notebook in Samples.

License

Apache-2.0 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

apache_age_python-0.0.2-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