[RESULT][VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-26 Thread John Gemignani
Dear Apache Community, The vote successfully passed with 3 +1 (binding) and 7 +1 (non-binding) votes. There were no 0 or -1 votes. Following are the detailed results : Total of 10 (+1) votes. 3 +1 (binding) Dehowe Feng Nicholas Sorrel Eya Badal 7 +1 (non-binding) Bhaskar Sharma Carla Sanches

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-26 Thread John Gemignani
Dear Apache Community, We would like to thank everyone who participated in the voting process and are now closing this vote and will be sending out the results shortly. Thank you! John Gemignani On Wed, Apr 26, 2023 at 3:32 PM Bhaskar Sharma wrote: > +1 > > - Signature and Hash - checked > -

[GitHub] [age] aru-d-at commented on issue #852: Which Tech/Algorithm is used to generate id automatically when creating new nodes and edges ?

2023-04-26 Thread via GitHub
aru-d-at commented on issue #852: URL: https://github.com/apache/age/issues/852#issuecomment-1524225164 Stepping through the code, it seems the Id is calculated through Postgres using the `stdlib-bsearch` library and calling function `bsearch()`. With the `ExecEvalStepOp` from

Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-26 Thread Bhaskar Sharma
+1 - Signature and Hash - checked - Tags and links - checked - No unexpected binary files - checked - Validity of release notes - checked - Regression tests - checked - Driver tests - checked On Wed, Apr 26, 2023 at 5:03 AM Carla Sanches wrote: > +1 > Checked the following: > - Signature and

[GitHub] [age] carlasanches commented on issue #859: How are include statements being referenced in files like "age.c"?

2023-04-26 Thread via GitHub
carlasanches commented on issue #859: URL: https://github.com/apache/age/issues/859#issuecomment-1524101541 The reference occurs in lines 116, 117, and 118 of the [Makefile](https://github.com/apache/age/blob/master/Makefile) @M4rcxs mentioned. When installing the extension, `PG_CONFIG =

[GitHub] [age] MatheusFarias03 commented on issue #278: Barabási–Albert Graph

2023-04-26 Thread via GitHub
MatheusFarias03 commented on issue #278: URL: https://github.com/apache/age/issues/278#issuecomment-1524087209 Would be happy to contribute for this one :smile: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [age-website] aru-d-at opened a new pull request, #155: Add initial CALL Clause documentation

2023-04-26 Thread via GitHub
aru-d-at opened a new pull request, #155: URL: https://github.com/apache/age-website/pull/155 Added initial documentation for CALL clause and its usage as CALL ... YIELD. Covers issue #154 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [age-website] aru-d-at opened a new issue, #154: CALL ... YIELD Documentation not added yet

2023-04-26 Thread via GitHub
aru-d-at opened a new issue, #154: URL: https://github.com/apache/age-website/issues/154 The syntax structure and usage documentation of CALL ... YIELD has yet to be added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [age] MatheusFarias03 commented on issue #450: Create regression tests for all clauses

2023-04-26 Thread via GitHub
MatheusFarias03 commented on issue #450: URL: https://github.com/apache/age/issues/450#issuecomment-1524035914 Regression tests made and merged with the following PR: #789 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [age] MatheusFarias03 commented on issue #449: Modify the vle to support label inheritance

2023-04-26 Thread via GitHub
MatheusFarias03 commented on issue #449: URL: https://github.com/apache/age/issues/449#issuecomment-1524032908 VLE was modified and added support for label inheritance. Merged PR's are : #786 and #789 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [age] M4rcxs commented on issue #849: [ageviewer_go] isn't there a README file giving instructions on how to setup the frontend and backend server of ageviewer_go + how to use?

2023-04-26 Thread via GitHub
M4rcxs commented on issue #849: URL: https://github.com/apache/age/issues/849#issuecomment-1524030061 Unfortunately, the readme is not currently available. However, it is slated to be added in the near future. In the meantime, you can test the application by following these steps: -

[GitHub] [age] M4rcxs commented on issue #859: How are include statements being referenced in files like "age.c"?

2023-04-26 Thread via GitHub
M4rcxs commented on issue #859: URL: https://github.com/apache/age/issues/859#issuecomment-1524018771 To reference the header files in the source code, the directory path must be added to the include path in the [Makefile](https://github.com/apache/age/blob/master/Makefile). -- This is

[GitHub] [age] kenwoon opened a new issue, #859: How are include statements being referenced in files like "age.c"?

2023-04-26 Thread via GitHub
kenwoon opened a new issue, #859: URL: https://github.com/apache/age/issues/859 How are the `#include "postgres.h"` and `#include "fmgr.h"` inside "age.c" being referenced? Both the files are not present in the same directory as "age.c" but are in the "src" directory in Postgresql. I would

[GitHub] [age] Zainab-Saad commented on issue #824: Typecast bool to integer and vice versa

2023-04-26 Thread via GitHub
Zainab-Saad commented on issue #824: URL: https://github.com/apache/age/issues/824#issuecomment-1523783501 @jrgemignani Yes. I am working on it -- 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

[GitHub] [age] jrgemignani commented on issue #824: Typecast bool to integer and vice versa

2023-04-26 Thread via GitHub
jrgemignani commented on issue #824: URL: https://github.com/apache/age/issues/824#issuecomment-1523746779 @Zainab-Saad Will you be creating a PR for 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

[GitHub] [age] jrgemignani commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-26 Thread via GitHub
jrgemignani commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1523738126 @CC-Hsu > I think most DBAs may willing to That is why this is up to the DBAs - most is not all nor is it a good business practice for us to do this for a DBA. We can

[GitHub] [age] jrgemignani commented on issue #855: How to create a node with with specific id I provide?

2023-04-26 Thread via GitHub
jrgemignani commented on issue #855: URL: https://github.com/apache/age/issues/855#issuecomment-1523725111 @Munmud As @Zainab-Saad correctly stated, the IDs are system generated and are not user configurable. While there are "ways" to change these system generated IDs, doing so

[GitHub] [age] dukeofhazardz commented on issue #855: How to create a node with with specific id I provide?

2023-04-26 Thread via GitHub
dukeofhazardz commented on issue #855: URL: https://github.com/apache/age/issues/855#issuecomment-1523699070 You could try this assuming you've already created the graph 'students'; SELECT * FROM cypher('students', $$ CREATE ( :People { id: 1910677111, name : 'Moontasir'}) $$) AS (a

[GitHub] [age] Huzaiifaaaa closed issue #845: AGE Python Driver Test

2023-04-26 Thread via GitHub
Huzaiif closed issue #845: AGE Python Driver Test URL: https://github.com/apache/age/issues/845 -- 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:

[GitHub] [age] RahimullahShaheen commented on issue #354: AGE Onboarding - Learn Postgres Basics Group 2

2023-04-26 Thread via GitHub
RahimullahShaheen commented on issue #354: URL: https://github.com/apache/age/issues/354#issuecomment-1523413491 **Here is a summary of the first 3 chapters of "The Internals of PostgreSQL"** - Chap-1: Database Cluster, Databases, and Table The first chapter gives us overview

[GitHub] [age-website] muneebkhan4 opened a new pull request, #153: Inconsistent Sentence Structures

2023-04-26 Thread via GitHub
muneebkhan4 opened a new pull request, #153: URL: https://github.com/apache/age-website/pull/153 Before, the sentence structure was inconsistent and redundant. Now, its easy to read and understand. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [age] CC-Hsu commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-26 Thread via GitHub
CC-Hsu commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1522945773 Hi, jrgemignani, I think most DBAs may willing to prepare these DBA-commands at startup for applications-requirement rather than allowing applications running in superuser

[GitHub] [age] Zainab-Saad commented on issue #855: How to create a node with with specific id I provide?

2023-04-26 Thread via GitHub
Zainab-Saad commented on issue #855: URL: https://github.com/apache/age/issues/855#issuecomment-1522942240 The IDs for nodes and edges are generated automatically. I have explained how they are generated [here](https://github.com/apache/age/issues/852#issuecomment-1522934924). Because the

[GitHub] [age] humzakt closed issue #857: Unable to build Apache AGE on Ventura 13.3.1

2023-04-26 Thread via GitHub
humzakt closed issue #857: Unable to build Apache AGE on Ventura 13.3.1 URL: https://github.com/apache/age/issues/857 -- 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

[GitHub] [age] humzakt commented on issue #857: Unable to build Apache AGE on Ventura 13.3.1

2023-04-26 Thread via GitHub
humzakt commented on issue #857: URL: https://github.com/apache/age/issues/857#issuecomment-1522938909 For those facing the same issue, I was able to resolve it by re-configuring Postgresql. In order to avoid future issues, it's preferred to perform a clean install of Postgresql so that

[GitHub] [age] Zainab-Saad commented on issue #852: Which Tech/Algorithm is used to generate id automatically when creating new nodes and edges ?

2023-04-26 Thread via GitHub
Zainab-Saad commented on issue #852: URL: https://github.com/apache/age/issues/852#issuecomment-1522934924 The 16 digit ID of nodes and edges is generated by applying certain masking algorithm on the ID of label associated with that node/edge. Since the labels are actually tables that

[GitHub] [age] Munmud commented on issue #855: How to create a node with with specific id I provide?

2023-04-26 Thread via GitHub
Munmud commented on issue #855: URL: https://github.com/apache/age/issues/855#issuecomment-1522907337 > You can create the node with the information using create command. > > `CREATE (p:Person {id: 1910677111, name: 'Moontasir'}) SET p.Graph_name = 'students' RETURN p ` IT

[GitHub] [age] TalhaMunir-JD commented on issue #855: How to create a node with with specific id I provide?

2023-04-26 Thread via GitHub
TalhaMunir-JD commented on issue #855: URL: https://github.com/apache/age/issues/855#issuecomment-1522901437 You can create the node with the information using create command. `CREATE (p:Person {id: 1910677111, name: 'Moontasir'}) SET p.Graph_name = 'students' RETURN p ` --

[GitHub] [age] humzakt opened a new issue, #857: Unable to build Apache AGE on Ventura 13.3.1

2023-04-26 Thread via GitHub
humzakt opened a new issue, #857: URL: https://github.com/apache/age/issues/857 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

[GitHub] [age] Munmud commented on issue #856: Python driver : After adding an edge It should return an edge object as a token of successfully added

2023-04-26 Thread via GitHub
Munmud commented on issue #856: URL: https://github.com/apache/age/issues/856#issuecomment-1522854194 Thank you @safi50. -- 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.

[GitHub] [age] Munmud closed issue #856: Python driver : After adding an edge It should return an edge object as a token of successfully added

2023-04-26 Thread via GitHub
Munmud closed issue #856: Python driver : After adding an edge It should return an edge object as a token of successfully added URL: https://github.com/apache/age/issues/856 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [age] safi50 commented on issue #856: Python driver : After adding an edge It should return an edge object as a token of successfully added

2023-04-26 Thread via GitHub
safi50 commented on issue #856: URL: https://github.com/apache/age/issues/856#issuecomment-1522841653 From your above code, adding edge doesn't return anything because there is no return statement in the cypher query. Modify your cypher to include a return statement and you'll find the

[GitHub] [age] KamleshKumar427 commented on issue #849: [ageviewer_go] isn't there a README file giving instructions on how to setup the frontend and backend server of ageviewer_go + how to use?

2023-04-26 Thread via GitHub
KamleshKumar427 commented on issue #849: URL: https://github.com/apache/age/issues/849#issuecomment-1522830820 Also, the backend is not connected to the front end for now. To run the backend: 1. Got to the backend folder. 2. Run `go run .`, this will start the backend server. 3.