Questions tagged [apache-age]

Use this tag for programming, integration and configuration questions related to using Apache AGE in your software project. Apache AGE is a extension to PostgreSQL which provides graph database capabilities.

Apache AGE is an extension to PostgreSQL providing graph database capabilities.

A core objective of Apache AGE, from their overview, is:

"to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language."


Resources:

420 questions
-1
votes
2 answers

Apache AGE - AGE Viewer does not show the options for graphs or label selection

When I open AGE Viewer there is no option for selecting the edge labels, nor the node labels and even the graphs doesn't appear anymore so I can select which I'm using. Despite that, I am able to query the graph and see what the graphs created…
Matheus Farias
  • 716
  • 1
  • 10
-1
votes
10 answers

Can Apache-AGE handle graph algorithms such as shortest path, centrality measures, and page rank?

I'm interested in using Apache-AGE for graph data storage and analysis. Can Apache-AGE handle common graph algorithms such as shortest path, centrality measures, and page rank? I would like to know if Apache-AGE provides built-in functions or APIs…
-1
votes
7 answers

Changes Made In postgresql.conf File Are Not Being Reflected

I made some changes in postgresql.conf file like modifying search_path and changing port. But these changes were not being reflected. They were written in the file but were not being implemented. I used vim for editing the file. I did those changes…
-1
votes
6 answers

Postgres extension AGE not getting loaded

After starting the Postgres server process for a cluster: bin/pg_ctl -D demo -l logfile start Starting a process for a database 'demo': bin/psql demo When I try to load AGE extension by LOAD 'age'; It shows error that access to 'age' is denied. Do…
-1
votes
7 answers

Change PostgreSQL versions to use it with Apache AGE

I have been using Apache AGE with PostgreSQL version 11-17, installed postgres from source code, but I was informed that it is better to clone it directly. So then I followed these steps: Cloned with git clone…
Matheus Farias
  • 716
  • 1
  • 10
-2
votes
3 answers

Requirement Error while setting up PgAdmin4

I'm facing an issue while trying to install dependencies from a requirements.txt file using the pip install -r requirements.txt command. Here's what I've done: I have a requirements.txt file in my project directory. I navigated to the project…
-2
votes
1 answer

Error while trying to configure Python environment for pgAdmin4 on WSL 2

I'm trying to install pgAdmin4 from its source code on WSL 2 (running Ubuntu 22.04 (Jammy Jellyfish) distribution), and I've been following the steps in the README document in pgAdmin4's GitHub repository. To configure the Python environment, I've…
-2
votes
8 answers

How to run AGE Cloud Express

I have cloned the Cloud-express Repo from: https://github.com/AGEDB-INC/Cloud-Express and after cloning, I run the command npm install to install the required modules. and then I run npm run start it runs the Frontend. But when I run the Backend in…
Kamlesh Kumar
  • 351
  • 1
  • 7
-2
votes
4 answers

Proxy error: Could not proxy request /api/v1/db/connect from localhost:3000 to http://localhost:3001

While putting credentials information in Age-Cloud-Express. It returns an error: Proxy error: Could not proxy request /api/v1/db/connect from localhost:3000 to http://localhost:3001. See…
Kamlesh Kumar
  • 351
  • 1
  • 7
-2
votes
17 answers

Permission issue for AGE

While installing Apache AGE from master branch, on PostgreSQL 14, the following error appeared while issuing make install: /usr/bin/install: cannot remove '/usr/local/pgsql/lib/age.so': Permission denied make: \*\*\*…
-2
votes
10 answers

I got an Error while installing the postgresql on Ubuntu 22

I have installed the new postgresql-12 on my ubuntu 22 and set the path but when I want to know the postgrsql status it is giving me this Error. Can anyone help me with that? Thank you.
-2
votes
5 answers

Have a function similar to float8in_internal_null( ) for Integer types?

I am currently developing a function that converts a list of values to integers. In the case of float types, we have the convenient float8in_internal_null() function at toFloatList(), which returns the appropriate float value if the conversion is…
Marcos Silva
  • 115
  • 5
-2
votes
3 answers

Troubleshooting Password Error When Installing and Using Vagrant

I am trying to create a vm for ubuntu in my mac but when i enter vagrant ssh terminal ask for password i have checked vagrant website couldn't find the solution vagrant init ubuntu/mantic64 vagrant up vagrant ssh Output: [bash-3.2$ vagrant ssh …
-2
votes
4 answers

Database Connection Failed on age-viewer

Apache Age is fully working through terminal but Age-viewer showing error which is: errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'loaclhost' Database connection is fully working on bin/psql but on age-viewer it shows…
MAHMUDUL
  • 1
  • 2
-2
votes
7 answers

How architecture works while packaging an application

I am new to packaging the application. I am running a command to package a simple sh application which I created on RHEL. I don't understand why Architecture says noarch although from what I have been told. Packaging is specific to the architecture…
Fahad Zaheer
  • 47
  • 1
  • 7