[GitHub] [age-viewer] AhmarZaidi commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


AhmarZaidi commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398732666

   @moiz697 Found a similar query 
[here](https://stackoverflow.com/questions/37307346/is-the-server-running-on-host-localhost-1-and-accepting-tcp-ip-connections)
 have a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] moiz697 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


moiz697 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398720277

   > > @AhmarZaidi https://user-images.githubusercontent.com/121784313/213759489-1e102a06-c4a3-4781-948e-db9a0b25e733.png;>
 yes container name is myPostgresDb
   > 
   > Okay, what error are you getting on the viewer.
   
   psql: connection to server at "localhost" (127.0.0.1), port 5455 failed: 
Connection refused
Is the server running on that host and accepting TCP/IP connections?
   connection to server at "localhost" (::1), port 5455 failed: Cannot assign 
requested address
Is the server running on that host and accepting TCP/IP connections?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


AhmarZaidi commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398713078

   > @AhmarZaidi https://user-images.githubusercontent.com/121784313/213759489-1e102a06-c4a3-4781-948e-db9a0b25e733.png;>
 yes container name is myPostgresDb
   
   Okay, what error are you getting on the viewer.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] sarthak-19 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


sarthak-19 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398709886

   > yes it is connecting to terminal now
   
   Please share the log, of terminal where you ran age-viewer, once you click 
on 'Connect' after filling the postgreSQL server, there will be some error 
showing if unable to connect.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] moiz697 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


moiz697 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398700520

   > First try `psql -U postgresUser -d postgresDB -p 5455 -h localhost ` in 
terminal from outside docker and see if it's connecting.
   
   yes it is connecting to terminal now
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] sarthak-19 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


sarthak-19 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398691326

   First try ```psql -U postgresUser -d postgresDB -p 5455 -h localhost ```  in 
terminal  from outside and see if it's connecting.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] moiz697 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


moiz697 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398672045

   > Was it working at first ?
   
   nope trying for first time
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] moiz697 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


moiz697 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398671547

   @AhmarZaidi 
   https://user-images.githubusercontent.com/121784313/213759489-1e102a06-c4a3-4781-948e-db9a0b25e733.png;>
 yes container name is myPostgresDb
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


AhmarZaidi commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398332385

   What error are you getting on the frontend?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


AhmarZaidi commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398313540

   @moiz697 can you share the logs of your postgres server. 
   If you are using docker then run `docker logs --follow `
   The `container_name` should be `myPostgresDb` if you are using default 
setup. 
   
   Also, what error are you getting on the frontend?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] abdulmanann opened a new issue, #581: gradle-wrapper.jar missing in jdbc driver

2023-01-20 Thread GitBox


abdulmanann opened a new issue, #581:
URL: https://github.com/apache/age/issues/581

   I am encountering an issue when attempting to build the JAR file for the age 
JDBC driver in order to test it in my Java project. Upon running the command 
"./gradlew assemble" using the Gradle wrapper, I receive the following error 
message:
   
   ```bash
./gradlew assemble
   Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
   Caused by: java.lang.ClassNotFoundException: 
org.gradle.wrapper.GradleWrapperMain
   ```
   I have verified that the gradle/wrapper directory is missing the 
gradle-wrapper.jar file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 commented on issue #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


Nimra-1234 commented on issue #112:
URL: https://github.com/apache/age-viewer/issues/112#issuecomment-1398235319

   Was it working at first 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] moiz697 opened a new issue, #112: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-20 Thread GitBox


moiz697 opened a new issue, #112:
URL: https://github.com/apache/age-viewer/issues/112

   I have tried all the steps provided in the documentation to connect Apache 
Age-Viewer to my PostgreSQL database, but I am still unable to connect. I have 
verified that the PostgreSQL server is running, the user and password are 
correct and have the necessary permissions, and the specified port (5455) is 
open and accessible. But I still can't connect.
   
   I am using the following versions:
   
   Apache Age-Viewer: 14.16.0
   PostgreSQL: 12.13


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] guruguruguru commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-20 Thread GitBox


guruguruguru commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1398099849

   age=# \dx
List of installed extensions
 Name   | Version |   Schema   | Description  
   -+-++--
age | 1.1.0   | ag_catalog | AGE database extension
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
   (2 rows)
   
   age=# alter extension age update;
   ALTER EXTENSION
   age=# \dx
List of installed extensions
 Name   | Version |   Schema   | Description  
   -+-++--
age | 1.1.1   | ag_catalog | AGE database extension
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
   (2 rows)
   
   Worked now, thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] guruguruguru commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-19 Thread GitBox


guruguruguru commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1398019202

   @jrgemignani thank you! yes combining the issues was not the best idea, 
sorry for that!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-19 Thread GitBox


jrgemignani commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1397795961

   @guruguruguru The new draft release has the script added.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #580: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-19 Thread GitBox


jrgemignani commented on issue #580:
URL: https://github.com/apache/age/issues/580#issuecomment-1397763395

   @moiz697 @eyab This issue belongs under 
https://github.com/apache/age-viewer/issues


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #579: "Fixing missing packages and vulnerabilities in age-viewer package when installing from GitHub"

2023-01-19 Thread GitBox


jrgemignani commented on issue #579:
URL: https://github.com/apache/age/issues/579#issuecomment-1397763019

   @moiz697 @eya This issue belongs under 
https://github.com/apache/age-viewer/issues


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] moiz697 opened a new issue, #580: Unable to connect Apache Age-Viewer to PostgreSQL Database

2023-01-19 Thread GitBox


moiz697 opened a new issue, #580:
URL: https://github.com/apache/age/issues/580

   I have tried all the steps provided in the documentation to connect Apache 
Age-Viewer to my PostgreSQL database, but I am still unable to connect. I have 
verified that the PostgreSQL server is running, the user and password are 
correct and have the necessary permissions, and the specified port (5455) is 
open and accessible. But I still can't connect.
   
   I am using the following versions:
   
   Apache Age-Viewer: 14.16.0
   PostgreSQL: 12.13


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] moiz697 opened a new issue, #579: "Fixing missing packages and vulnerabilities in age-viewer package when installing from GitHub"

2023-01-19 Thread GitBox


moiz697 opened a new issue, #579:
URL: https://github.com/apache/age/issues/579

   i am trying to install the age-viewer from GitHub by following these steps:
   
   Cloning the repository
   Changing directory to age-viewer
   Running "npm run setup"
   However, I am encountering issues with missing packages and 34 
vulnerabilities (3 moderate, 22 high, 9 critical). I have attempted to resolve 
this by running "npm audit fix --force", but it did not work.
   
   I am looking for a solution to fix the missing packages and vulnerabilities 
in the age-viewer package that I am trying to install from GitHub.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 closed issue #93: Age Viewer should work properly with the upgraded Node Versions

2023-01-19 Thread GitBox


Nimra-1234 closed issue #93: Age Viewer should work properly with the upgraded 
Node Versions
URL: https://github.com/apache/age-viewer/issues/93


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #110: Give a warning when using untested node/npm versions

2023-01-19 Thread GitBox


AhmarZaidi commented on issue #110:
URL: https://github.com/apache/age-viewer/issues/110#issuecomment-1397341179

   @Nimra-1234 thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #110: Give a warning when using untested node/npm versions

2023-01-19 Thread GitBox


AhmarZaidi commented on issue #110:
URL: https://github.com/apache/age-viewer/issues/110#issuecomment-1397340497

   @Nimra-1234 thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] saadjameel closed issue #99: Frontend frameworks in GO

2023-01-19 Thread GitBox


saadjameel closed issue #99: Frontend frameworks in GO
URL: https://github.com/apache/age-viewer/issues/99


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 commented on issue #110: Give a warning when using untested node/npm versions

2023-01-19 Thread GitBox


Nimra-1234 commented on issue #110:
URL: https://github.com/apache/age-viewer/issues/110#issuecomment-1397287383

   This looks more appropriate now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-19 Thread GitBox


jrgemignani commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1397236813

   There isn't a difference for PG12, though. I will need to check if it just 
needs an empty update file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-19 Thread GitBox


jrgemignani commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1397234066

   > To add: In the latest PG11 release the update file is also missing:
   > 
   > `./age--1.2.0.sql ./age--0.7.0--1.0.0.sql ./age--1.0.0--1.1.0.sql 
./age--0.6.0--0.7.0.sql ./age--0.5.0--0.6.0.sql `
   
   Per the RELEASE file for PG11 there isn't an upgrade path due to a core 
table being extended.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] guruguruguru commented on issue #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-18 Thread GitBox


guruguruguru commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1396574653

   To add: In the latest PG11 release the update file is also missing:
   
   `./age--1.2.0.sql
   ./age--0.7.0--1.0.0.sql
   ./age--1.0.0--1.1.0.sql
   ./age--0.6.0--0.7.0.sql
   ./age--0.5.0--0.6.0.sql
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] guruguruguru opened a new issue, #577: Missing Update Files in PG12-v1.1.1 Release

2023-01-18 Thread GitBox


guruguruguru opened a new issue, #577:
URL: https://github.com/apache/age/issues/577

   Hi,
   
   in the new release for PG12-v1.1.1 there is no extension update file 
included, only the initial installation file age--1.1.1.sql
   
   Is that expected? How to proceed on an update here? Drop and recreate the 
extension?
   
   `age=# alter extension age update;
   ERROR:  extension "age" has no update path from version "1.1.0" to version 
"1.1.1"
   `
   
   Thanks,
   Dennis
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Zahid07 closed issue #574: How to Implement relationship between 2 graphs

2023-01-18 Thread GitBox


Zahid07 closed issue #574: How to Implement relationship between 2 graphs
URL: https://github.com/apache/age/issues/574


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrjsmrtn commented on issue #576: Got "error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void'" when building for PgSQL 12

2023-01-18 Thread GitBox


jrjsmrtn commented on issue #576:
URL: https://github.com/apache/age/issues/576#issuecomment-1396370099

   OK... I missed the PG12/1.1.1 released a couple of hours ago :-)
   
   Thus, a:
   ```sh
   $ make clean
   $ git checkout release/PG12/1.1.1
   $ make PG_CONFIG=/opt/local/lib/postgresql12/bin/pg_config install
   ```
   ...is working fine :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrjsmrtn closed issue #576: Got "error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void'" when building for PgSQL 12

2023-01-18 Thread GitBox


jrjsmrtn closed issue #576: Got "error: assigning to 'Oid' (aka 'unsigned int') 
from incompatible type 'void'" when building for PgSQL 12
URL: https://github.com/apache/age/issues/576


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrjsmrtn opened a new issue, #576: Got "error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void'" when building for PgSQL 12

2023-01-18 Thread GitBox


jrjsmrtn opened a new issue, #576:
URL: https://github.com/apache/age/issues/576

   **Describe the bug**
   
   - AGE 1.1.0 is failing to build for PostgreSQL 12.13 on macOS 13.1 with: 
`error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void'`.
   
   - AGE 1.1.0 is successfully building, installing, loading and executing in 
PostgreSQL 11.14 on the same machine. 
   
   **What is the command that caused the error?**
   ```sh
   $ git clone g...@github.com:apache/age.git
   $ cd age
   $ make PG_CONFIG=/opt/local/lib/postgresql12/bin/pg_config
   ```
   ```
   /usr/bin/clang -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Werror=vla -Wendif-labels 
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv 
-Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -Os 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
   -I.//src/include -I.//src/include/parser -I. -I./ 
-I/opt/local/include/postgresql12/server 
-I/opt/local/include/postgresql12/internal  -I/opt/local/include 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
 -I/opt/local/include/libxml2  -I/opt/local/include  -c -o src/backend/age.o 
src/backend/age.c
   /usr/bin/clang -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Werror=vla -Wendif-labels 
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv 
-Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -Os 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
   -I.//src/include -I.//src/include/parser -I. -I./ 
-I/opt/local/include/postgresql12/server 
-I/opt/local/include/postgresql12/internal  -I/opt/local/include 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
 -I/opt/local/include/libxml2  -I/opt/local/include  -c -o 
src/backend/catalog/ag_catalog.o src/backend/catalog/ag_catalog.c
   /usr/bin/clang -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Werror=vla -Wendif-labels 
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv 
-Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -Os 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
   -I.//src/include -I.//src/include/parser -I. -I./ 
-I/opt/local/include/postgresql12/server 
-I/opt/local/include/postgresql12/internal  -I/opt/local/include 
-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk
 -I/opt/local/include/libxml2  -I/opt/local/include  -c -o 
src/backend/catalog/ag_graph.o src/backend/catalog/ag_graph.c
   src/backend/catalog/ag_graph.c:67:15: error: assigning to 'Oid' (aka 
'unsigned int') from incompatible type 'void'
   graph_oid = CatalogTupleInsert(ag_graph, tuple);
 ^ ~~~
   1 error generated.
   make: *** [src/backend/catalog/ag_graph.o] Error 1
   ```
   
   **Expected behavior**
   
   A successful build :-)
   
   **Environment (please complete the following information):**
   - Version: AGE 1.1.0 (git clone)
   - macOS 13.1 22C65 on arm64
   - Xcode 14.2 14C18
   - MacPorts 2.8.0
   - clang version 15.0.7
 Target: arm64-apple-darwin22.2.0
 Thread model: posix
 InstalledDir: /opt/local/libexec/llvm-15/bin
   
   **Additional context**
   
   ```sh
   $ /opt/local/lib/postgresql12/bin/pg_config
   BINDIR = /opt/local/lib/postgresql12/bin
   DOCDIR = /opt/local/share/doc/postgresql12
   HTMLDIR = /opt/local/share/doc/postgresql12
   INCLUDEDIR = /opt/local/include/postgresql12
   PKGINCLUDEDIR = /opt/local/include/postgresql12
   INCLUDEDIR-SERVER = /opt/local/include/postgresql12/server
   LIBDIR = /opt/local/lib/postgresql12
   PKGLIBDIR = /opt/local/lib/postgresql12
   LOCALEDIR = /opt/local/share/locale
   MANDIR = /opt/local/share/man
   SHAREDIR = /opt/local/share/postgresql12
   SYSCONFDIR = /opt/local/etc/postgresql12
   PGXS = /opt/local/lib/postgresql12/pgxs/src/makefiles/pgxs.mk
   CONFIGURE = '--prefix=/opt/local' 'PG_SYSROOT=disabled' 
'--sysconfdir=/opt/local/etc/postgresql12' 
'--bindir=/opt/local/lib/postgresql12/bin' 
'--libdir=/opt/local/lib/postgresql12' 
'--includedir=/opt/local/include/postgresql12' 
'--datadir=/opt/local/share/postgresql12' 
'--docdir=/opt/local/share/doc/postgresql12' '--mandir=/opt/local/share/man' 
'--with-includes=/opt/local/include' '--with-libraries=/opt/local/lib' 
'--with-openssl' '--with-bonjour' '--with-readline' '--with-zlib' 
'--with-libxml' '--with-libxslt' '--with-gssapi' '--enable-thread-safety' 
'--with-uuid=e2fs' '--with-icu' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os 

[GitHub] [age] Munmud commented on issue #574: How to Implement relationship between 2 graphs

2023-01-18 Thread GitBox


Munmud commented on issue #574:
URL: https://github.com/apache/age/issues/574#issuecomment-1396349919

   There is not way to create a relationship between two nodes in separate 
graphs. You can write some SQL to create a crosswalk table between two nodes in 
other graphs, but if you want to create an edge between two nodes, they need to 
be in the same graph.
   
   You can make a new graph and import both those nodes into that graph and 
make a relationship. However the id, start_id and end_id that a vertex and edge 
have are only unique in a per graph level, and trying to link the two vertices 
together will cause data integrity issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Munmud opened a new issue, #575: Dockerhub apache/age image build file doesn't match with apache/age github repo docker file

2023-01-18 Thread GitBox


Munmud opened a new issue, #575:
URL: https://github.com/apache/age/issues/575

   Where I can find the build file of [apache/age 
image](https://hub.docker.com/r/apache/age)
   
   In dockerhub there is a backlink to apache/age repo. But the dockerfile in 
the github repo doesn't match with Dockerhub image
   ![Screenshot from 2023-01-19 
07-47-36](https://user-images.githubusercontent.com/53787290/213337000-9591229f-5533-4e3e-94af-14177306b32e.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396282875

   No worries! I'll try it again with postgres version 12 and write here if I 
stumble on any bugs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MJinH commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MJinH commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396260965

   The result looks correct to me and now I have about 80nodes and 100 more 
edges, but I still get the correct result. I've tested with both pg version 11 
and 12 on window and ubuntu environment and worked fine. I think there might be 
some other factor that trigger vertices turning into edges but it's difficult 
for me to find out the bug at this moment. I'd suggest you to do the following.
   
   1. use postgres version 12 as marodins suggested and see if the same bug 
still occurs.
   2. remove the current graph and start over. but this time, see the result 
right after running a query to see exactly at what point the bug occurs. (ex: 
create a node, and go to viewer app to see if a node is placed in the correct 
position, then edge and so on).
   
   Thank you for reporting this bug and I'm sorry I couldn't be more helpful.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396220738

   Running the query it outputs this:
   ```
  label   | namespace_id | cnt | name |  namespace   |  
 name| graph | id | kind | relation 
   
---+--+-+--+--+---+---++--+--
AUTHOR_OF |17439 |  13 | goodreads_db | goodreads_db | 
AUTHOR_OF | 17442 |  7 | e| goodreads_db."AUTHOR_OF"
Author|17439 |   5 | goodreads_db | goodreads_db | 
Author| 17442 |  6 | v| goodreads_db."Author"
Book  |17439 |  13 | goodreads_db | goodreads_db | Book 
 | 17442 |  4 | v| goodreads_db."Book"
CURRENTLY_READING |17439 |   2 | goodreads_db | goodreads_db | 
CURRENTLY_READING | 17442 |  8 | e| goodreads_db."CURRENTLY_READING"
READ  |17439 |   9 | goodreads_db | goodreads_db | READ 
 | 17442 |  5 | e| goodreads_db."READ"
User  |17439 |   1 | goodreads_db | goodreads_db | User 
 | 17442 |  3 | v| goodreads_db."User"
_ag_label_edge|17439 |   0 | goodreads_db | goodreads_db | 
_ag_label_edge| 17442 |  2 | e| goodreads_db._ag_label_edge
_ag_label_vertex  |17439 |   0 | goodreads_db | goodreads_db | 
_ag_label_vertex  | 17442 |  1 | v| goodreads_db._ag_label_vertex
   (8 rows)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MJinH commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MJinH commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396219270

   If possible, could you run this query in your terminal and share the output 
result?
   
   ```
   SELECT * FROM (
   SELECT c.relname AS label, n.oid as namespace_id, c.reltuples AS cnt
   FROM pg_catalog.pg_class c
   JOIN pg_catalog.pg_namespace n
   ON n.oid = c.relnamespace
   WHERE c.relkind = 'r'
   AND n.nspname = 'goodreads_db'
   ) as q1
   JOIN ag_graph as g ON q1.namespace_id = g.namespace
   INNER JOIN ag_label as label
   ON label.name = q1.label
   AND label.graph = g.oid;
   ```
   Thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396209746

   I was looking at other issues and this bug actually happened here : #77 , 
but someone there said that also had the same bug at #71 and that #75 should 
fix the bug, but it occurred again here.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MJinH commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MJinH commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387728030

   I'm also using postgres version 11 and I get the correct result. This is the 
data output from query for the version 11 metadata. 
   ![Screenshot 
(126)](https://user-images.githubusercontent.com/97130553/213283782-6d00d14c-7d97-4a4d-b83b-9732355839ee.png)
   
   I've looked at the backend code and I believe it determines vertices and 
edges based on kind column. I think each rows from the data output represents 
whether label is vertex or edge properly. So I'm curious how this issue 
occurred if it is caused by the version of postgres.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387665912

   I did not try it with postgres version 12.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] marodins commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


marodins commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387664075

   @MatheusFarias03 This might be specific to postgres version 11 as there's 
two separate queries for metadata depending on the pg version. Do you 
experience the same issue when using postgres version 12?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387663886

   Oh and I forgot to add that I'm using: 
   * MacOS Ventura 13.1
   * Safari browser


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 closed issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


Nimra-1234 closed issue #107: Improvement in Readme file
URL: https://github.com/apache/age-viewer/issues/107


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #110: Give a warning when using untested node/npm versions

2023-01-18 Thread GitBox


AhmarZaidi commented on issue #110:
URL: https://github.com/apache/age-viewer/issues/110#issuecomment-1387616704

   A warning like this would be issued if we try to install using an 
incompatible version:
   
![image](https://user-images.githubusercontent.com/71930390/213268466-6b987148-3829-4092-b1ad-0bbd0ce6dd4c.png)
   
   And if `engine-strict` flag is set to `true` then an error like this is 
generated:
   
![image](https://user-images.githubusercontent.com/71930390/213270349-27f4437a-70ad-4975-89f7-d4ee0319f193.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 commented on issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


Nimra-1234 commented on issue #107:
URL: https://github.com/apache/age-viewer/issues/107#issuecomment-1387612659

   Ok that's great then.But I guess we should replace that link with this one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387580540

   I did the addition of vertices and edges with the terminal app. Then, just 
to visualize the graph, I went to AGE Viewer. I believe that some nodes may 
have been added whilst AGE Viewer was running, but I added them via terminal. I 
do not know if this affects this behavior or not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] sarthak-19 commented on issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


sarthak-19 commented on issue #107:
URL: https://github.com/apache/age-viewer/issues/107#issuecomment-1387545136

   1. This '^14.16.0' means node versions from 14.16.0 to < 15.0.0 will work. 
I've tested for this and hence added in the documentation, so I'm not seeing 
where is misunderstanding in that.
   2. https://theundersurfers.netlify.app/age-installation/ this link is surely 
very good, and I was just saying that documentation of age can be improved 
using this, and it does not belong to age-viewer. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MJinH commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MJinH commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387536230

   Thank you for providing it. I keep running the queries in the provided order 
above and it seems that I get the correct result. 
   ![Screenshot 
(125)](https://user-images.githubusercontent.com/97130553/213263105-0d45c9bc-8883-45ec-bfb6-07797349c8af.png)
   
   I'd just like to make sure if you run these queries using query editor in 
viewer app. If not, could you tell me how you run these queries (ex: using 
pgadmin, cmd) so that I can see if I get the same bug.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi commented on issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


AhmarZaidi commented on issue #107:
URL: https://github.com/apache/age-viewer/issues/107#issuecomment-1387529332

   Wasn't an issue regarding this already opened 樂


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387493439

   Sure! When I type `git status` on the terminal, it shows that I'm on the 
`main` branch:
   ```
   git status
   On branch main
   Your branch is up to date with 'origin/main'.
   
   nothing to commit, working tree clean
   ```
   
   Now, how I am executing the query.
   
   First, I created the graph:
   ```sql
   SELECT * FROM ag_catalog.create_graph('goodreads_db');
   ```
   
   Then I created a "User" vertex:
   ```sql
   SELECT * FROM cypher ('goodreads_db', $$ 

   CREATE (a :User {first_name: 'Matheus', last_name: 'Matsumoto', country: 
'Brazil', read: 9, reading:2 }) RETURN a
  
   $$) as (a agtype);
   ```
   
   I also created a "Book" vertex:
   ```sql
   SELECT * FROM cypher ('goodreads_db', $$ 

   CREATE (a :Book {title: 'To Kill a Mockingbird', author: 'Harper Lee', 
rating: 4.27, pages: 336, language: 'English', ratings: 5574002, reviews: 
107847}) 
   RETURN a  
   $$) as (a agtype);
   ```
   
   And after this, I created an edge between "User" and "Book" with a "READ" 
label:
   ```sql
   SELECT * FROM cypher ('goodreads_db', $$ 

   MATCH (a :User), (b :Book)   
   
   WHERE a.first_name = 'Matheus' AND b.title = 'To Kill a Mockingbird' 
   
   CREATE (a)-[e:READ {rating: 4}]->(b) 
   
   RETURN e 
   
   $$) as (e agtype);
   ```
   
   So I kept doing it like this, also adding the vertices with "Author" label 
and adding the edge with "AUTHOR_OF" label between them. Now I have about 17 
nodes and 22 edges. I go to where I installed AGE Viewer and execute the `npm 
run setup` and `npm run start` commands to use AGE Viewer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MJinH commented on issue #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MJinH commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1387476485

   When I run the query that you provided, it is placed correctly under node 
label. Could you make sure if you've cloned from main branch or share the order 
of query execution?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 commented on issue #110: Give a warning when using untested node/npm versions

2023-01-18 Thread GitBox


Nimra-1234 commented on issue #110:
URL: https://github.com/apache/age-viewer/issues/110#issuecomment-1387449302

   Sounds great and this will also help a lot to solve issue easily.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] MatheusFarias03 opened a new issue, #111: Node Label is recognized as Edge Label

2023-01-18 Thread GitBox


MatheusFarias03 opened a new issue, #111:
URL: https://github.com/apache/age-viewer/issues/111

   **Bug Description**
   I've created a graph to replicate the Goodreads website, where you can keep 
track of your current readings and give ratings to books. The graph's name is 
"goodreads_db" and the vertices can be of the following labels: "Book", 
"Author", and "User". When I open AGE Viewer, only "*" and "User" are available 
on the "Node Label" panel, both "Book" and "Author" appear on the "Edge Label" 
panel (which are wrongly put since both of them belong to "Node Label").
   
   https://user-images.githubusercontent.com/83461020/213214565-1c8bd42e-060e-44fe-bfe0-4331938bb77f.png;>
   
   Furthermore, when I click on the "Book(11)" or "Author(5)" button, it 
creates a query but it places the "Book" label as an edge label:
   
   https://user-images.githubusercontent.com/83461020/213248382-b055fdbf-2f51-4a76-867c-fa4ab917d0e8.png;>

   Here is an example of how I'm adding these "Book" vertices:
   ```sql
   SELECT * FROM cypher ('goodreads_db', $$
   CREATE (a :Book {title: "The Hobbit", author: "J.R.R. Tolkien", pages: 336, 
rating: 4.28, ratings: 3577180, reviews: 61452, series: "The Lord of the 
Rings"}) 
   RETURN a 
   $$) as (a agtype);   
   ```
   
   **Expected behavior**
   The "Book" and "Author" label should be placed under "Node Label", so that 
when I click it, it would create a query like this:
   ```sql
   SELECT * from cypher('goodreads_db', $$
   MATCH (V:Book)
   RETURN V
   $$) as (V agtype);
   ```
   
   When I type this query manually, the right behavior is shown:
   
   https://user-images.githubusercontent.com/83461020/213250727-21e903f9-2cf4-4996-945f-153a26d8e663.png;>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 commented on issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


Nimra-1234 commented on issue #107:
URL: https://github.com/apache/age-viewer/issues/107#issuecomment-1387440741

   Yeah it is but: 
   1. Here in that ^ , might be a misunderstanding that we can node version 
greater then 14.16.0.
   
![image](https://user-images.githubusercontent.com/72203032/213249397-60fe9782-a44b-486c-b5d3-d9682af3d82a.png)
   2.Though commands are same but the link added is not much self 
explanatory,we have video tutorial for mac users but not for windows one. We 
can add https://theundersurfers.netlify.app/age-installation/ that guide 
instead.
   
   Yes you are right but still I think this should be added. 
   Correct me if I'm wrong or misunderstood something.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] AhmarZaidi opened a new issue, #110: Give a warning when using untested node/npm versions

2023-01-18 Thread GitBox


AhmarZaidi opened a new issue, #110:
URL: https://github.com/apache/age-viewer/issues/110

   ## Issue: 
   When we install AGE-Viewer on a version of node that is not supported we 
simply get errors but not any warning beforehand. Although, it is suggested in 
the documentation that node versions ^14.16.0 are supported but it is not 
implemented in code where warnings can be generated by node. 
   
   ## Solution:
   We can define the engines field in the package.json and set the range of 
tested versions there. 
   This would give a warning when we try to install while on an untested 
version.
   If the solution is implemented in this way then we can use the engine-strict 
flag. This would simply generate an error on using incompatible versions.
   Additionally, if a user changes the node version after installing (say for 
some other project), then they would get to know very easily that its due to 
node/npm version.
   
   ## Links: 
   [NPMJS Documentation on Engines in 
Package.json](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#engines)
   
   [Some more info on Package.json and 
engines](https://www.marcusoft.net/2015/03/packagejson-and-engines-and-enginestrict.html)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] sarthak-19 commented on issue #99: Frontend frameworks in GO

2023-01-18 Thread GitBox


sarthak-19 commented on issue #99:
URL: https://github.com/apache/age-viewer/issues/99#issuecomment-1387042051

   For the Front-end part, I looked into : 
   1. Wails 
   2. Fyne
   I've mentioned a detailed comparison with pros and cons regarding these 
[here](https://github.com/apache/age-viewer/issues/87#issuecomment-1373450762) 
do give it a read and let me know if it would work.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] sarthak-19 commented on issue #107: Improvement in Readme file

2023-01-18 Thread GitBox


sarthak-19 commented on issue #107:
URL: https://github.com/apache/age-viewer/issues/107#issuecomment-1386991914

   An issue : https://github.com/apache/age-viewer/issues/101 is already opened 
regarding this, improvement in README and documentation, so I guess we can 
discuss over there.
   Also,for the working of Age-Viewer,
   1. Recommended node version (14.16.0) is already mentioned in the README. 
   2. We are cloning age-viewer repository and to run viewer, commands are same 
for windows and linux which are again already mentioned in the README. We are 
only using docker to setup working postgreSQL server with age extension to test 
viewer by connecting it to the SQL server.
   3. We can install the server from source but it is mentioned in detail in 
Apache Age Readme as it's more relevent to add there, and a link to that is 
also added in Age-Viewer's documentation.
   
   - Correct me if I'm wrong or misunderstood your issue. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] KamleshKumar427 commented on issue #505: Hybrid queries/Cypher queries module

2023-01-18 Thread GitBox


KamleshKumar427 commented on issue #505:
URL: https://github.com/apache/age/issues/505#issuecomment-1386894772

   Hello, I just notice that I am not assigned this task, Please assign me to 
this task, thank you.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] KamleshKumar427 commented on issue #502: Data Modeling: Connectivity with PG/MySql

2023-01-18 Thread GitBox


KamleshKumar427 commented on issue #502:
URL: https://github.com/apache/age/issues/502#issuecomment-1386893920

   Hello, I just notice that I am not assigned this task, Please assign me to 
this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Zahid07 closed issue #573: How to load a CSV file.

2023-01-18 Thread GitBox


Zahid07 closed issue #573: How to load a CSV file.
URL: https://github.com/apache/age/issues/573


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] MuhammadTahaNaveed commented on issue #573: How to load a CSV file.

2023-01-18 Thread GitBox


MuhammadTahaNaveed commented on issue #573:
URL: https://github.com/apache/age/issues/573#issuecomment-1386639578

   I think documentation covers this in detail. 
https://age.apache.org/age-manual/master/intro/agload.html 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Zahid07 opened a new issue, #574: How to Implement relationship between 2 graphs

2023-01-17 Thread GitBox


Zahid07 opened a new issue, #574:
URL: https://github.com/apache/age/issues/574

   Is there any way that I can implement a relationship between 2 nodes from 
different graphs, or do I have to make another graph work around that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Zahid07 opened a new issue, #573: How to load a CSV file.

2023-01-17 Thread GitBox


Zahid07 opened a new issue, #573:
URL: https://github.com/apache/age/issues/573

   I am using apache age and I have a CSV file with a bunch of data in it. I 
want to populate my graph using the information in the csv file, so can anyone 
help me with this, and also tell me if I have to preprocess my CSV file so that 
it is readable by the function which is going to be called by apache age.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] dehowef commented on issue #443: Quality Control and Ensuring of Good Practice on the Drivers

2023-01-16 Thread GitBox


dehowef commented on issue #443:
URL: https://github.com/apache/age/issues/443#issuecomment-1384877257

   @aru-d-at  That is a great place to start.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] dehowef commented on issue #438: Check the Java Driver for Security Issues

2023-01-16 Thread GitBox


dehowef commented on issue #438:
URL: https://github.com/apache/age/issues/438#issuecomment-1384874408

   @aru-d-at There is no defined protocol to follow yet. A good thing to do 
would be to go over general good security practice and see if it is implemented 
in the drivers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] Nimra-1234 opened a new issue, #107: Improvement in Readme file

2023-01-16 Thread GitBox


Nimra-1234 opened a new issue, #107:
URL: https://github.com/apache/age-viewer/issues/107

   Firstly, node version should be 14.16.0 if someone is not using docker.
   And if someone is using Linus(Ubuntu) then that tutorial or some commands 
should be added in that file.
   Suggest me for that so that I can create PR regarding this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-viewer] marodins commented on issue #99: Frontend frameworks in GO

2023-01-16 Thread GitBox


marodins commented on issue #99:
URL: https://github.com/apache/age-viewer/issues/99#issuecomment-1384640865

   Wails would be a great framework to use for the frontend. There's a lot of 
support and it seems that it's a well maintained framework. We can use React 
with wails and many of the libraries used in the current viewer app. 
   
   One of the most important libraries used in the current frontend app is 
Cytoscape.js. It's used for the actual visualization of the graph. Although, we 
may be able to replace this with go-echarts.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #507: Graphical query execution

2023-01-16 Thread GitBox


marodins commented on issue #507:
URL: https://github.com/apache/age/issues/507#issuecomment-1384498725

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #506: Graphical representation of data module

2023-01-16 Thread GitBox


marodins commented on issue #506:
URL: https://github.com/apache/age/issues/506#issuecomment-1384498548

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #505: Hybrid queries/Cypher queries module

2023-01-16 Thread GitBox


marodins commented on issue #505:
URL: https://github.com/apache/age/issues/505#issuecomment-1384498377

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #504: Algorithms/core backend module

2023-01-16 Thread GitBox


marodins commented on issue #504:
URL: https://github.com/apache/age/issues/504#issuecomment-1384498192

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #503: Creating graphs functions module

2023-01-16 Thread GitBox


marodins commented on issue #503:
URL: https://github.com/apache/age/issues/503#issuecomment-1384498076

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #502: Data Modeling: Connectivity with PG/MySql

2023-01-16 Thread GitBox


marodins commented on issue #502:
URL: https://github.com/apache/age/issues/502#issuecomment-1384497872

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #501: Frameworks decision for backend and frontend

2023-01-16 Thread GitBox


marodins commented on issue #501:
URL: https://github.com/apache/age/issues/501#issuecomment-1384497706

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] marodins commented on issue #500: Basic interface of the application

2023-01-16 Thread GitBox


marodins commented on issue #500:
URL: https://github.com/apache/age/issues/500#issuecomment-1384497436

   Please assign me to this task, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] FahadZaheerfzr commented on issue #444: Research what postgres drivers are available for Swift and what can be done to build off of these

2023-01-16 Thread GitBox


FahadZaheerfzr commented on issue #444:
URL: https://github.com/apache/age/issues/444#issuecomment-1384030120

   https://github.com/codewinsdotcom/PostgresClientKit 
   This one is convenient and easy to use. I have started working on this.
   We can design some wrapper classes and functions, the same as in python and 
get it done


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] fatimafatimaprogrammer closed issue #572: Scaler function "coalesce()" Syntax

2023-01-15 Thread GitBox


fatimafatimaprogrammer closed issue #572: Scaler function "coalesce()" Syntax
URL: https://github.com/apache/age/issues/572


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] umer200 commented on issue #545: Understand the concept of the graph motifs in an arbitrary network

2023-01-15 Thread GitBox


umer200 commented on issue #545:
URL: https://github.com/apache/age/issues/545#issuecomment-1383491489

   Can I work on this as my second project since I was not assigned any 2nd 
project ??


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] rafsun42 commented on issue #572: Scaler function "coalesce()" Syntax

2023-01-15 Thread GitBox


rafsun42 commented on issue #572:
URL: https://github.com/apache/age/issues/572#issuecomment-1383304793

   In regex, `[, expression]*` means 0 or more `,expression`. I think the 
function takes 1 or more `expression`. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] KamleshKumar427 commented on issue #426: Rollbacking transactions in AGE not supporting.

2023-01-15 Thread GitBox


KamleshKumar427 commented on issue #426:
URL: https://github.com/apache/age/issues/426#issuecomment-1383201015

   Hello, 
   Rolling back transactions is working perfectly fine, I think there was 
something
   else which was taking the server down.
   So Closing this issue.
   Guys thanks for helping out!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] KamleshKumar427 closed issue #426: Rollbacking transactions in AGE not supporting.

2023-01-15 Thread GitBox


KamleshKumar427 closed issue #426: Rollbacking transactions in AGE not 
supporting.
URL: https://github.com/apache/age/issues/426


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] fatimafatimaprogrammer opened a new issue, #572: Scaler function "coalesce()" Syntax

2023-01-15 Thread GitBox


fatimafatimaprogrammer opened a new issue, #572:
URL: https://github.com/apache/age/issues/572

   I was going through the scaler functions and didn't get the syntax of this 
particular function **coalesce()** as in its syntax there are two arguments 
   first **expression** with opening square bracket **[**
   second **expression** with closing square bracket  **]** and asterick **"*"**
   
   
![image](https://user-images.githubusercontent.com/63642648/212546757-4b4cb5d0-fbe2-4ae9-84b0-eeeb04a2d7ad.png)
   
   Can someone please explain what does these two parameters refer to?? Are 
there actually 2 parameters or some other way of writting single expression 
parameter which i'm not getting.
   
   As in given example they are passing simple expression 
   
   
![image](https://user-images.githubusercontent.com/63642648/212546993-f37b6cbb-a9c3-4995-8c3f-b74f70e8b97a.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] uhayat commented on issue #508: Understanding PostgreSQL and It's Front End/Back End Protocol

2023-01-14 Thread GitBox


uhayat commented on issue #508:
URL: https://github.com/apache/age/issues/508#issuecomment-1382721783

   @aru-d-at reference documentation of Frontend/Backend Protocol
   https://www.postgresql.org/docs/current/protocol.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] AhmarZaidi commented on issue #513: Getting to know about build struct of PostgreSQL and Apache AGE

2023-01-14 Thread GitBox


AhmarZaidi commented on issue #513:
URL: https://github.com/apache/age/issues/513#issuecomment-1382696359

   @Steves452 Thanks !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] sarthak-19 commented on issue #513: Getting to know about build struct of PostgreSQL and Apache AGE

2023-01-14 Thread GitBox


sarthak-19 commented on issue #513:
URL: https://github.com/apache/age/issues/513#issuecomment-1382695712

   Thank you @Steves452 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age-website] MJinH opened a new pull request, #124: fixed rank number

2023-01-14 Thread GitBox


MJinH opened a new pull request, #124:
URL: https://github.com/apache/age-website/pull/124

   ### Before 
   ![Screenshot 
(122)](https://user-images.githubusercontent.com/97130553/212462985-f75eb4ba-375b-4002-8576-44edb431fb0c.png)
   
   
   
   ### After
   ![Screenshot 
(123)](https://user-images.githubusercontent.com/97130553/212462988-7f38de4a-e5b3-478a-946a-24a991adc097.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] jrgemignani commented on issue #571: Any plans for merge actions?

2023-01-13 Thread GitBox


jrgemignani commented on issue #571:
URL: https://github.com/apache/age/issues/571#issuecomment-1382289887

   @TropicalPenguin It appears to have not been followed through somewhere. I 
will see if I can't get this moving forward again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] TropicalPenguin opened a new issue, #571: Any plans for merge actions?

2023-01-13 Thread GitBox


TropicalPenguin opened a new issue, #571:
URL: https://github.com/apache/age/issues/571

   I just ran into `ERROR:  syntax error at or near "ON"` when trying to use 
merge actions (`ON CREATE`, `ON MATCH`) in a MERGE clause.
   
   Now I see that work on these was already begun quite some time ago in 
https://github.com/apache/age/pull/219, raising an issue in the hopes that 
someone will continue these efforts. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #520: Create RPM for Rocky Linux and Scientific Linux for Open source Linux version for RHEL-8

2023-01-13 Thread GitBox


Steves452 commented on issue #520:
URL: https://github.com/apache/age/issues/520#issuecomment-1382224624

   Steve here for my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #519: Create RHEL-9 and Rocky Linux RPMs

2023-01-13 Thread GitBox


Steves452 commented on issue #519:
URL: https://github.com/apache/age/issues/519#issuecomment-1382224543

   Steve here for my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #518: Create RHEL-8 and Rocky Linux RPMs

2023-01-13 Thread GitBox


Steves452 commented on issue #518:
URL: https://github.com/apache/age/issues/518#issuecomment-1382224413

   Steve here for my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #517: Create Bitrock Installer for Apache AGE extension for all support PG versions

2023-01-13 Thread GitBox


Steves452 commented on issue #517:
URL: https://github.com/apache/age/issues/517#issuecomment-138782

   Steve here for back up my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #516: Create Windows Installer

2023-01-13 Thread GitBox


Steves452 commented on issue #516:
URL: https://github.com/apache/age/issues/516#issuecomment-138174

   Steve here for back up my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #514: Create Deb Package for Ubuntu and Debian

2023-01-13 Thread GitBox


Steves452 commented on issue #514:
URL: https://github.com/apache/age/issues/514#issuecomment-138090

   Steve here for back up my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #515: Create RHEL/CentOS 7 RPMs

2023-01-13 Thread GitBox


Steves452 commented on issue #515:
URL: https://github.com/apache/age/issues/515#issuecomment-1382221970

   Steve here for back up my interns. Good luck guys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] Steves452 commented on issue #513: Getting to know about build struct of PostgreSQL and Apache AGE

2023-01-13 Thread GitBox


Steves452 commented on issue #513:
URL: https://github.com/apache/age/issues/513#issuecomment-1382221762

   Steve here for back up my interns. Good luck guys. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] AhmarZaidi commented on issue #519: Create RHEL-9 and Rocky Linux RPMs

2023-01-12 Thread GitBox


AhmarZaidi commented on issue #519:
URL: https://github.com/apache/age/issues/519#issuecomment-1381442653

   I'd like to work on this project. Really excited.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [age] AhmarZaidi commented on issue #518: Create RHEL-8 and Rocky Linux RPMs

2023-01-12 Thread GitBox


AhmarZaidi commented on issue #518:
URL: https://github.com/apache/age/issues/518#issuecomment-1381442493

   I'd like to work on this project. Really excited.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   3   4   5   6   7   8   9   10   >