Re: [DISCUSS] Apache AGE 1.5.0 Release for PostgreSQL 14

2024-02-07 Thread Zainab Saad
Looks Good! Checked the following: - Release Notes - Git Tag - Commit Hash - Links and signature Regards, Zainab Saad On Thu, Feb 8, 2024 at 5:29 AM Rafsun Masud wrote: > Checked the following: > - Tag > - Hash > - Signature > - Link > > Looks good. > -- > *Rafsun Masud* >

Re: [I] The Go driver becomes "undefined: parser", and the application cannot be built. [age]

2024-02-07 Thread via GitHub
jrgemignani commented on issue #1455: URL: https://github.com/apache/age/issues/1455#issuecomment-1933251109 @maehara-n I feel like we're using the driver two different ways and that is causing some confusion - You are using it as, what sounds like, a prebuilt package. Whereas, I'm

Re: [I] What is the best practices for creating vertices and edges in AGE to avoid duplicates and maximize performance? [age]

2024-02-07 Thread via GitHub
rafsun42 commented on issue #1517: URL: https://github.com/apache/age/issues/1517#issuecomment-1933202949 @MatheusFarias03 Do you think the following would work? It should not duplicate the vertices. ``` MERGE (n:Person {name:'abc'}) -- creates the start vertex if does not

Re: [DISCUSS] Apache AGE 1.5.0 Release for PostgreSQL 14

2024-02-07 Thread Rafsun Masud
Checked the following: - Tag - Hash - Signature - Link Looks good. -- *Rafsun Masud* rafsu...@bitnine.net On Wed, Feb 7, 2024 at 11:19 AM Muhammad Taha Naveed wrote: > Looks good to me. Checked links, signatures, git tag and release notes. > > Regards > Muhammad Taha Naveed >

Re: [I] Support for apache tinkerpop gremlin [age]

2024-02-07 Thread via GitHub
paule96 commented on issue #431: URL: https://github.com/apache/age/issues/431#issuecomment-1932728450 are there news to it? now 1 year later? -- 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

Re: [DISCUSS] Apache AGE 1.5.0 Release for PostgreSQL 14

2024-02-07 Thread Muhammad Taha Naveed
Looks good to me. Checked links, signatures, git tag and release notes. Regards Muhammad Taha Naveed On Wed, Feb 7, 2024, 04:20 John Gemignani wrote: > Dear Apache Community, > > We would like to open a discussion for the Apache AGE release 1.5.0 for > PostgreSQL 14. > > To learn more about

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-07 Thread via GitHub
rafsun42 commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1932481935 @thjbdvlt The PR 1452 is actually based on PG15. Do you get a compilation error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] Support for PIPE operator for apache-age-python client [age]

2024-02-07 Thread via GitHub
thjbdvlt commented on issue #865: URL: https://github.com/apache/age/issues/865#issuecomment-1931827329 @rafsun42 thank you! i am currently on PG15 and cannot compile with it, but i'll try to upgrapde to PG16 soon so i can try it out, because it seems to be what i need! :) -- This

Re: [I] The Go driver becomes "undefined: parser", and the application cannot be built. [age]

2024-02-07 Thread via GitHub
maehara-n commented on issue #1455: URL: https://github.com/apache/age/issues/1455#issuecomment-1931494848 @jrgemignani The problem is not resolved. Have you checked the version of the go driver I wrote? `github.com/apache/age/drivers/golang v0.0.0-20230125234102-2a233e3e2da9`