skip to Main Content

How can I add the Apache AGE extension to my PostgreSQL database hosted on Amazon RDS?

I want to utilize the graph database capabilities offered by Apache AGE within my existing PostgreSQL environment.

I have researched the process but couldn’t find clear instructions specific to Amazon RDS. Most of the available resources discuss installation steps for a local PostgreSQL installation.

2

Answers


  1. From what I read on Amazon documentation, Apache AGE is not currently supported on Amazon RDS. You can see all supported extensions here and how to use them here

    Login or Signup to reply.
  2. Currently, it cannot be added on Amazon directly. The Apache age is in the development phase for now and it will be soon made available for the Amazon RDS. you can also raise an issue for that on the GitHub of Apache Age for quick implementation.

    You can raise the issue on GitHub

    link

    For viewing the implementation of the Apache Age

    See this link

    You can also see the Apache Age documentation for more details.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search