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
-2
votes
12 answers

Encountering compatibility issues while installing Apache AGE

I'm facing some compatibility issues while installing AGE. I have installed PostgreSQL, specified version in the instructions, however, installation via pip is giving an error of version mismatch. I have carefully followed the installation…
-2
votes
2 answers

Why does AGEViewer graph selection showing blank list?

In AGEViewer, connection are connected to db cluster. But does not show drop menu items in the current Graph. For creating a graph, i have run below command and command executed: SELECT * FROM ag_catalog.create_graph('demo'); But it shows demo…
Maruf31
  • 17
  • 8
-2
votes
3 answers

Database connection refused error when connecting to Apache Age database using Echo framework in Go

I'm working on a Go application using the Echo framework, and I'm encountering a 'database connection refused' error when trying to connect to my Apache Age database. I have the necessary database connection parameters (hostname, port, database…
Prachi
  • 39
  • 3
-2
votes
6 answers

Age Viewer (go) Failing to Build

I am trying to build age viewer (go) locally but it is giving an error related to react-router after running: wails dev The following error is printed: vite v3.2.5 building for production... transforming... ✓ 7 modules transformed. [vite]: Rollup…
han
  • 74
  • 7
-2
votes
4 answers

Unable to build Apache AGE on Ventura 13.3.1

I am trying to build apache age using the source code with the following commands: sudo make clean PG_CONFIG=$HOME/pg-install/bin/pg_config sudo make PG_CONFIG=$HOME/pg-install/bin/pg_config sudo make install…
user21741413
-2
votes
8 answers

"Flex is missing on your system" error during Apache AGE installation even though it is installed

I am following this tutorial for installing Apache AGE and am getting the following error: $ make && make install *** ERROR: `flex` is missing on your system. It is needed to create the file `src/backend/parser/ag_scanner.c`. You can either get flex…
-2
votes
9 answers

Wails Giving Error due to c Files in Project

I am trying to run age-viewer desktop application (go) on my machine (ubuntu 22.04.2) but when I run: wails dev in the terminal it gives the following error: Any help would be appreciated!
han
  • 74
  • 7
-2
votes
9 answers

Error in configuring PostgreSQL with Apache Age . make: *** No rule to make target

I am trying to install PostgreSQL and Apache AGE-DB on Ubuntu 20.04, but upon configuring Apache Age with PostgreSQL I am getting this error **make: *** No rule to make target. ** I am trying to run this command, I think the path is correctly…
-2
votes
5 answers

pg_regress: initdb failed with 'invalid permissions' error

I am trying to run an installation check for PostgreSQL using make PG_CONFIG=../postgresql-11.17/bin/pg_config installcheck in the age directory and I am getting an error message saying "pg_regress: initdb failed" with a DETAIL message saying that…
-2
votes
8 answers

Getting Error when installing apacheage: cannot create regular file '/usr/lib/postgresql/12/lib/age.so': Permission denied

I am trying to install apacheage with the help of documentation. But I was having the same problems as asked in the question. So, I followed this answer to the above question. All the errors which I was getting was solved but I am now getting the…
abhishek2046
  • 312
  • 1
  • 11
-2
votes
6 answers

Apache AGE viewer error: access to library "age" is not allowed

I was trying to create a graph using Apache AGE viewer but I am getting this error: info: ::ffff:127.0.0.1 - - [05/Mar/2023:19:36:20 +0000] "POST /api/v1/cypher/init HTTP/1.1" 500 88 {"timestamp":"2023-03-06 01:06:20"} error: access to library…
-2
votes
9 answers

Installation issue Apache Age and Postgress on ubuntu

I am trying to install Apache age and Postgres from source code but i am not able to start postgres Server ` The files belonging to this database system will be owned by user "faruukh". This user must also own the server process. The database…
user11724982
-2
votes
4 answers

Error Installing AGE from Source Code on Mac

I am trying to install AGE on my system running macOS 12.6.3 using this guide. I am getting an error on the step I try to make PG_CONFIG=/path/to/postgres/bin/pg_config install and am unsure how to get it fixed. Here are the series of Terminal…
Ken W.
  • 397
  • 1
  • 13
-3
votes
2 answers

Error while running AgensBrowser on windows

I am trying to run AgensBrowser on my Windows machine, I have already installed AgensGraph. First, I registered in the official website and was sent a link to download the Zip file, I extracted the contents in the Zip file and using my editor…
-3
votes
3 answers

Updating JSON File

so I am trying to update the JSON file using this particular query, but everytime i run this, it throws the error and my database isnot updated. cursor = connection.cursor() updated_data = { "Name": "John", "Age": "53", "SSN":…
1 2 3
27
28