AGType parser and driver support for Apache AGE, graph extension for PostgreSQL.
sudo apt-get update sudo apt-get install python3-dev libpq-dev git clone https://github.com/apache/age.git cd age/drivers/python
pip install -r requirements.txt
python -m unittest -v test_age_py.py python -m unittest -v test_agtypes.py
python setup.py install
pip install apache-age-python
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;
Apache-2.0 License