1

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.

Omar Saad
  • 349
  • 3
  • 8

3 Answers3

2

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

Wendel
  • 763
  • 1
  • 12
1

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.

-2

Apache AGE is currently not supported on Amazon RDS (hopefully will be available soon), if you have to deploy your database server that uses apache age extension on aws, For now you'll have to set it up yourself from scratch.

Peter
  • 43
  • 4