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
-3
votes
5 answers

Error While Installing Apache Age on Ubuntu

I am installing Apache AGE by following the installation steps from this: https://theundersurfers.netlify.app/age-installation/ But when I am on this step: It is giving me this error: Can anyone help to get it done?
saima ali
  • 133
  • 9
-3
votes
4 answers

How to perform Perfomance Benchmarking

Actually I have created all the extensions following this manual but I have no idea how to perform Performance Benchmarking. Can anyone step by step guide through that? Thank you.
-3
votes
6 answers

Linking Apache Spark or Hadoop with Apache Age Graph SQL for data processing

I am using Apache Age Graph SQL and would like to include Apache Spark or Hadoop in my current data processing workflow. My objective is to make use of Apache Age Graph SQL's graph capabilities while taking advantage of these frameworks' distributed…
-3
votes
12 answers

Encountered an issue while installing PostgreSQL and Apache age in my macOS

sudo make PG_CONFIG=/Users/pawankukreja/age_installation/pg/postgres/postgresql-12.0/bin/pg_config install; make: /Users/pawankukreja/age_installation/pg/postgres/postgresql-12.0/bin/pg_config: Command not found make: *** No rule to make target…
-3
votes
9 answers

WHERE, AND in Cypher query

While using the WHERE clause in cypher queries how do one join multiple conditions?. Is it valid to use AND as in WHERE condition1 AND condition2 or what’s the valid way to do something of such?.
Peter
  • 43
  • 4
-3
votes
10 answers

What is the use of SET search_path in postgreSQL?

I was working with Apache AGE and I came across a code: SET search_path = ag_catalog, "$user", public; Could someone explain what is the meaning of all three parts of the code? Also what other values can these take?
abhishek2046
  • 312
  • 1
  • 11
-3
votes
7 answers

How we can determine Bipartiteness in apache age graph?

A graph is bipartite if and only if it is 2-colorable. Again A graph is bipartite if and only if every edge belongs to an odd number of bonds, minimal subsets of edges whose removal increases the number of components of the graph. I have tried it…
MAHMUDUL
  • 1
  • 2
-3
votes
2 answers

Why is cursor closed after execCypher() is executed?

I am working on loading AGE into NetworkX. What's the rationale behind cursor getting closed automatically when execCypher() commit argument is True and not being to access the data in it. Secondly, how do I get the data stored in cursor to access…
Tito
  • 289
  • 8
-3
votes
6 answers

Encountered errors while installing age-python

I am trying to install AGE via the python driver but it keeps giving me the same error. Following the steps on the drivers/python/README.md. I starting getting errors after running pip install --no-binary:all: psycopg2 it returned: Failed to build…
Tito
  • 289
  • 8
-3
votes
1 answer

in function `_start': (.text+0x1b): undefined reference to `main'

I'm attempting to parse one input file .l file with flex, but I'm having trouble constructing my program. I've included my flex code as well as the problem I'm getting. .l file: %{ #include "main.tab.h" %} %% [ \t\n] /* ignore whitespace…
-4
votes
10 answers

Error in the following code and not able to solve it

I am trying to install node modules using the command npm i in Ubuntu, but This error I have Then i tried this but it is also not working sudo npm install -g n Looking forward for the quick solution ... Thanks in advance
saima ali
  • 133
  • 9
1 2 3
27
28