Looking to find out how Apache AGE can be better

2024-01-11 Thread Young Seung Andrew Ko
Hi,

It has been around 18 months since Apache AGE graduated as a Top-Level
Project in 2022.
Would love to hear what others think of how Apache AGE can be better for
its capabilities and for the community it serves.

Andrew Ko
Apache AGE, Bitnine


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-04 Thread Andrew Ko
+1

Thank you


2023년 4월 5일 (수) 오전 4:59, Muhammad Shoaib 님이 작성:

> Dear John,
>
> The release looks good to me. I confirm I have checked followings to the
> best of my ability
>
> Signature Check => check and pass
> License and Notice => check and pass
> No binary files => check and pass
>
> Wonderful work and looking forward for more updates.
>
> Ciao,
> Shoaib
>
> On Tue, Apr 4, 2023 at 6:09 PM Eya Badal  wrote:
>
> > Looks good to me!!
> >
> > I checked the following:
> >
> > - Signature and hash - check.
> > - LICENSE and NOTICE - check.
> > - No unexpected binary files - check.
> >
> > Great Job!!
> >
> > Best,
> > Eya
> >
> > On 2023/03/31 21:43:00 John Gemignani wrote:
> > > Dear Apache Community,
> > >
> > >
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 13.
> > >
> > >
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > >
> > >
> > > Functionalities included and addressed in this release:
> > >
> > >
> > >
> > > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> > >
> > > NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
> > >
> > > upgrade path from other versions.
> > >
> > > Implement CALL ...[YIELD] for cypher functions. (#630
> > > )
> > >
> > > Graph names with the empty string '' are no more allowed. (#251
> > > )
> > >
> > > Fix typos at multiple locations. (#470
> > > )
> > >
> > > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> > >
> > > Fix EXPLAIN to allow for nested cypher commands.
> > >
> > > Fix delete_global_graphs and add regression tests. (#336
> > > )
> > >
> > > Invalid labels now return NULL.
> > >
> > > Update CONTRIBUTING.md (#348 )
> > >
> > > Fix null pointer on name compare. (#376
> > > )
> > >
> > > Fix Travis CI warning messages.
> > >
> > > Additional regression tests added for age_global_graph. (#341
> > > )
> > >
> > > Readme Added for AGE-JDBC-Driver. (#383
> > > )
> > >
> > > Updated volitility categories for many functions.
> > >
> > > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > > )
> > >
> > > Create complete graph function. (#342
> > > ) (#662
> > > )
> > >
> > > Fix issue 317: Graph naming convention. (#349
> > > )
> > >
> > > Update SET clause to support assigning a map to a variable. (#468
> > > )
> > >
> > > Patch to address PR 203 that appears to be inactive. (#671
> > > )
> > >
> > > Add additional comments for create_graph function. (#582
> > > )
> > >
> > > Optimize age_exists function. (#586 <
> > https://github.com/apache/age/pull/586>
> > > )
> > >
> > > Implement plus-equal operator in SET clause. (#638
> > > )
> > >
> > > Implement CI test for python driver. (#587
> > > )
> > >
> > > Move from travis CI to github actions for build. (#673
> > > )
> > >
> > > Update all driver CIs to Github actions.
> > >
> > > Fix build warnings. (#709 )
> > >
> > > Updated Readme for drivers folder. (#642
> > > )
> > >
> > > Removed async from function definitions. (#680
> > > )
> > >
> > > Barbell graph generation (#648  >)
> > > and Barbell regress tests. (#708 <
> https://github.com/apache/age/pull/708
> > >)
> > >
> > > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > > )
> > >
> > > Fix WITH ignoring WHERE clause. (#646
> > > )
> > >
> > > Implement isEmpty() predicate function. (#710
> > > )
> > >
> > > Fix cypher function input argument checks. (#718
> > > )
> > >
> > > Fix Issue 693 - server termination from return exists(path). (#721
> > > )
> > >
> > > Update regression tests for cypher_with. (#725
> > > )
> > >
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > > )
> > >
> > > Prevent MATCH from following OPTIONAL MATCH. (#740
> > > )
> > >
> > > Fix property constraints against resolved variables. (

Re: [VOTE] Apache AGE 1.2.0 Release for PostgreSQL 11

2023-01-26 Thread Young Seung Andrew Ko
+1
Thank you

On Thu, Jan 26, 2023 at 1:06 PM John Gemignani 
wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE 1.2.0 Release for PostgreSQL
> 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Included and addressed in this release:
>
> Fix Python driver (#388).
> Patch to apply PR (#203) - typos and incorrect hash init.
> Update SET clause to support assigning a map (#468).
> Fix WHERE clause wrong Expr bug (#339).
> Fix multiple typos (#470).
> Updated the volatility category (from STABLE to IMMUTABLE) of multiple
> functions.
> Graph naming convention now aligns with Cypher spec. (#349).
> Fixed README typos (#436).
> Create graph instruction fixed (#414).
> Readme added for JDBC driver (#383).
> Regression tests added (#341).
> Regression tests added (#336).
> Updated Python driver Readme for clarity.
> Fixed compare_agtype_scalar to only return 1, 0, or -1.
> Created complete graph function (#342).
> Fix Travis CI warning messages.
> Updated Golang version to 1.19 (#373).
> Fixed NULL pointer on name compare (#376).
> Multiple updates to the README.md file.
> Implemented CI testing for Golang Driver (#372).
> Modify the Python driver's parameterization.
> Added license header to new files that it was missing from.
> Modify the Golang driver's usage of parameterization.
> Added the ability to pass PostgreSQL parameters to the cypher function
> (specifically for drivers).
> Use Debian Buster base image (#243).
> Updated the CONTRIBUTING.md file (#348).
> Invalid labels now return NULL instead of erroring out.
> Removed incubating from overlooked files.
> Fixed Golang driver module.
> Removed DISCLAIMER file.
> Fixed bug in delete_global_graphs.
> Fixed EXPLAIN to allow for nested cypher commands.
> Fixed bug with Call, YIELD clause ignores WHERE.
> Graph names with empty string '' are now disallowed (#251).
> Implement CALL YIELD for cypher functions.
> Update NOTICE file.
>
> *
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/age/releases/tag/PG11%2Fv1.2.0-rc0
>
> The git commit hash:
> commit 67cb875d2326a257ace8f47622988fdae2332eb1
>
> The release files for 1.2.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.2.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release, see:
> https://github.com/apache/age/releases/tag/PG11%2Fv1.2.0-rc0
>
> Please vote (if you are a binding vote, please state it):
>
> [ ] +1 Release this package as Apache AGE 1.2.0 for PostgreSQL 11
>
> [ ] 0 I won't get in the way
>
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you,
>
> John Gemignani
>


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

2023-01-26 Thread Young Seung Andrew Ko
+1

On Thu, Jan 26, 2023 at 5:54 PM Joe Suh  wrote:

> +1
>
>
>
> * Joe Suh / 서준섭*
>
> * 과장 / 마케팅전략팀*
>
> *M* : 010-5364-5357 * P* : 070-5038-5732
> *F * : 070-8677-2552
> 서울특별시 강남구 테헤란로 516 정헌빌딩 4층
> F4, 516, Teheran-ro, Gangnam-gu, Seoul, Republic of Korea
>
>
> 2023년 1월 27일 (금) 오전 7:49, Nicholas Sorrell 님이 작성:
>
> > +1
> >
> > > On Jan 26, 2023, at 16:51, Jasper Blues 
> > wrote:
> > >
> > > +1 (again)
> > >
> > >> On 27 Jan 2023, at 7:14 am, John Gemignani <
> john.gemign...@bitnine.net>
> > wrote:
> > >>
> > >> Dear Apache Community,
> > >>
> > >> This is an official *RE-ISSUED* vote for the Apache AGE Release 1.1.1
> > for
> > >> PostgreSQL 12.
> > >>
> > >> To learn more about Apache AGE, please see http://age.apache.org/
> > >>
> > >> Included and addressed in this release:
> > >>
> > >> Upgrade script from AGE for PG12 1.1.0 to 1.1.1
> > >> Issue (#318): PGXN Support added. (#367)
> > >> Add the ability to pass parameters to the cypher function.
> > >> Modify the python driver's parameterization.
> > >> Modify the go driver's parameterization.
> > >> Fix compare_agtype_scalar_values returned result.
> > >> Implement CI testing for Golang Driver (#372).
> > >> Update to go version 1.19, as 1.16 is EOL (#373).
> > >> Issue #388 - Fix python driver build from source (#389).
> > >> Updated README.md
> > >>
> > >> *
> > >>
> > >> The git tag to be discussed and voted upon:
> > >> https://github.com/apache/age/releases/tag/PG12/v1.1.1-rc1
> > >>
> > >> The git commit hash:
> > >> commit 2f85a37f781e8f7a1112aa36e0812d9c3a50d971
> > >>
> > >> The release files for 1.1.1, can be found at:
> > >> https://dist.apache.org/repos/dist/dev/age/PG12/1.1.1.rc1/
> > >>
> > >> Signatures used for AGE RCs can be found in this file:
> > >> https://downloads.apache.org/age/KEYS
> > >>
> > >> The fingerprint of key to sign release artifacts:
> > >> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >>
> > >> For information about the contents of this release, see:
> > >> https://github.com/apache/age/releases/tag/PG12/v1.1.1-rc1
> > >>
> > >> Please vote (if you are a binding vote, please state it):
> > >>
> > >> [ ] +1 Release this package as Apache AGE 1.1.1 for PostgreSQL 12
> > >> [ ] 0 I won't get in the way
> > >> [ ] -1 Do not release this package because ...
> > >>
> > >>
> > >> This vote will be open for 72 hours.
> > >>
> > >> Thank you,
> > >>
> > >> John Gemignani
> > >
> >
>


Re: [VOTE] Apache AGE 1.1.0 for PG12 Release

2022-11-04 Thread Young Seung Andrew Ko
+1

Really important milestone for AGE
Thank you

On Sat, Nov 5, 2022 at 3:40 AM John Gemignani 
wrote:

> Dear Apache Community,
>
>
>
> We are now opening the vote for the Apache AGE release 1.1.0 for PostgreSQL
> 12 (PG12).
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>- Support for Agtype containment ops and GIN Indices.
>- Add CALL [YIELD] grammar rules for the implementation of CALL
>procedures.
>- VLE path variable integration performance patch.
>- Improve WHERE clause performance and support index scans.
>- Allow global graph contexts to see currentCommandIds.
>- Cache Agtype and GRAPHID OIDs.
>- Allow lists and maps to be used in the SET clause.
>- Fix bug in aggregate function collect().
>- Fix Bug in WHERE clause and property constraints.
>- Fix VLE local cache bug (crash).
>- Fix bug where integers were not being serialized correctly when stored
>in GIN indices.
>- Fix the VLE peek_stack_head routine to return a NULL if the stack is
>NULL.
>- Fix MERGE visibility in chained commands, SET specifically.
>- Fix github issue #212  - Add
>access operator (->, ->>) to Agtype.
>- Fix github issue #220  -
> fix
>local cached contexts for static procedures.
>- Fix github issue #224  - fix
>regression tests to fix issues on mac with trigonometric functions.
>- Fix github issue #235  -
>when MERGE and SET were used together.
>- Fix github issue #240  -
>negative array bounds.
>- Fix github issue #240  -
>negative array bounds - addendum.
>- Updated README.
>
>
> *
>
>
>
> The git tag to be discussed and voted upon:
>
> https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> 
>
>
>
> The git commit hash:
>
>
>  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
>
>
> The release files for 1.1.0, can be found at:
>
>  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0
> 
>
>
>
> Signatures used for AGE RCs can be found in this file:
>
> https://downloads.apache.org/age/KEYS
> 
>
>
>
> The fingerprint of key to sign release artifacts:
>
>
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
>
>
> For information about the contents of this release, see:
>
> https://github.com/apache/age/releases/tag/PG12/v1.1.0-rc0
>
>
>
> Please review that everything meets your criteria and vote accordingly.
>
>
> Please vote:
>
>
> [ ] +1 Release this package as Apache AGE 0.7.0
>
> [ ] 0 I won't get in the way
>
> [ ] -1 Do not release this package because ...
>
> This vote will be open for 72 hours.
>
> As always, thank you for your time.
>
>
> John Gemignani
>


Re: [DISCUSS] Apache AGE 1.1.0 Release for PostgreSQL 12

2022-10-31 Thread Young Seung Andrew Ko
This is a fantastic news

On Tue, Nov 1, 2022 at 12:50 AM Dehowe Feng  wrote:

> PG12 is a big step up. Congrats to the team and excited for what's next
>
> On Thu, Oct 27, 2022 at 5:32 PM John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> >
> >
> > We would like to discuss the Apache AGE release 1.1.0 for PostgreSQL 12
> > (PG12) that we have been working on.
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >- Support for Agtype containment ops and GIN Indices.
> >- Add CALL [YIELD] grammar rules for the implementation of CALL
> >procedures.
> >- VLE path variable integration performance patch.
> >- Improve WHERE clause performance and support index scans.
> >- Allow global graph contexts to see currentCommandIds.
> >- Cache Agtype and GRAPHID OIDs.
> >- Allow lists and maps to be used in the SET clause.
> >- Fix bug in aggregate function collect().
> >- Fix Bug in WHERE clause and property constraints.
> >- Fix VLE local cache bug (crash).
> >- Fix bug where integers were not being serialized correctly when
> stored
> >in GIN indices.
> >- Fix the VLE peek_stack_head routine to return a NULL if the stack is
> >NULL.
> >- Fix MERGE visibility in chained commands, SET specifically.
> >- Fix github issue #212  -
> Add
> >access operator (->, ->>) to Agtype.
> >- Fix github issue #220  -
> > fix
> >local cached contexts for static procedures.
> >- Fix github issue #224  -
> fix
> >regression tests to fix issues on mac with trigonometric functions.
> >- Fix github issue #235  -
> >when MERGE and SET were used together.
> >- Fix github issue #240  -
> >negative array bounds.
> >- Fix github issue #240  -
> >negative array bounds - addendum.
> >- Updated README.
> >
> >
> > *
> >
> >
> >
> > The git tag to be discussed and voted upon:
> >
> > https://github.com/apache/age/releases/tag/PG12/v.1.1.0-rc0
> > 
> >
> >
> >
> > The git commit hash:
> >
> >  commit 1d9d60197e2cf3fc48aac573278f6f9e173ee78b
> >
> > The release files for 1.1.0, can be found at:
> >
> >  https://dist.apache.org/repos/dist/dev/age/PG12/1.1.0.rc0
> > 
> >
> >
> >
> > Signatures used for AGE RCs can be found in this file:
> >
> > https://downloads.apache.org/age/KEYS
> > 
> >
> >
> >
> > The fingerprint of key to sign release artifacts:
> >
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> >
> >
> > For information about the contents of this release, see:
> >
> > https://github.com/apache/age/releases/tag/PG12/v1.1.0-rc0
> >
> >
> >
> > Please share your thoughts and feedback and let us know if we can call
> for
> >
> > a vote.
> >
> > Thank you for your time.
> >
> >
> > John Gemignani
> >
>


Re: [VOTE] Release Apache AGE 1.1.0-rc0

2022-08-11 Thread Young Seung Andrew Ko
+1 non-binding


On Fri, Aug 12, 2022 at 8:52 AM John Gemignani 
wrote:

> Good job!
>
> +1
>
> On Thu, Aug 11, 2022 at 4:20 PM Dehowe Feng 
> wrote:
>
> > I am pleased to see this release for the AGE community.
> >
> > Great job, Eya
> >
> > +1
> >
> > On Thu, Aug 11, 2022 at 7:14 AM Eya Badal  wrote:
> >
> > > Hello AGE community,
> > >
> > > I would like to call a vote for releasing Apache AGE 1.1.0-rc0.
> > > The first release for Apache AGE as a top-level project. Please
> > > note that the location of the artifacts file has changed as
> > > we are now a top-level project.
> > >
> > >
> > > The release candidate has been tagged in GitHub as v1.1.0-rc0,
> available
> > > here:
> > > https://github.com/apache/age/tree/v1.1.0-rc0
> > >
> > > Release Notes are here:
> > > https://github.com/apache/age/releases/tag/v1.1.0-rc0
> > >
> > > The release artifacts have been uploaded here(source, signature, and
> > > checksum):
> > > https://dist.apache.org/repos/dist/dev/age/1.1.0.rc0/
> > >
> > > Keys are in the KEYS file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The git commit hash:
> > > 4db7cea9e1c94e591da42997a1ca61f507105c24
> > >
> > > Some functionalities included and addressed in this release:
> > > *Support for Agtype containment ops and GIN Indices.
> > > *Add CALL [YIELD] grammar rules for the implementation of CALL
> > procedures.
> > > *VLE path variable integration performance patch.
> > > *Improve WHERE clause performance and support index scans.
> > > *Allow global graph contexts to see currentCommandIds.
> > >
> > >
> > > Please review and vote. The vote will be open for at least 72 hours
> > > and closes on Sunday, 14 August 2022, 7:20 AM PDT.
> > >
> > > [ ] +1 Approve
> > > [ ] +0 No opinion
> > > [ ] -1 Disapprove (and the reason why)
> > >
> > >
> > > Thank you,
> > > Eya Badal
> > >
> >
>


Re: [VOTE] Apache AGE 1.0.0 Release

2022-03-31 Thread Young Seung Andrew Ko
A reminder

This voting is closed and has been reopened with a title  "[VOTE] Apache
AGE 1.0.0-rc1 Release"

Thanks

On Thu, Mar 31, 2022 at 5:14 PM VUONG QUOC Viet  wrote:

> +1
>
> On Thu, Mar 31, 2022 at 3:04 AM John Gemignani  >
> wrote:
>
> > Hi Dmitry,
> >
> > We do very much appreciate your activity however,...
> >
> > This is a thread for voting on a specific release and whether all the
> files
> > meet Apache's criteria. Please do not reply to it with anything unrelated
> > to the specific release. Releases are generally frozen, meaning nothing
> new
> > will get added.
> >
> > For future reference, questions like this should be posted on github or
> in
> > a different email thread.
> >
> > Thanks,
> >
> > john
> >
> > On Wed, Mar 30, 2022 at 8:06 AM Dmitry Dorofeev  wrote:
> >
> > > Hi all,
> > >
> > > If we are not releasing 1.0.0 right now, can anyone check typo issue
> > > https://github.com/apache/incubator-age/pull/203
> > >
> > > It would be nice if it is fixed in release 1.0
> > >
> > > Thanks,
> > >
> > > -D.
> > >
> > > On 30.03.2022 15:37 PM, Nicholas Sorrell wrote:
> > > >
> > > > I am closing this vote to address the issues noted by Trista. I will
> > > open a new vote thread for the new release candidate after the issues
> are
> > > resolved.
> > > >
> > > > Thanks,
> > > > Nick
> > > >
> > > > 
> > > > From: hannk...@163.com  on behalf of Juan Pan <
> > > panj...@apache.org>
> > > > Sent: Tuesday, March 29, 2022 3:41 AM
> > > > To: dev@age.apache.org 
> > > > Cc: dev@age.apache.org 
> > > > Subject: Re:[VOTE] Apache AGE 1.0.0 Release
> > > >
> > > > Hello,
> > > >
> > > >
> > > > There are some issues from my side, could anyone give it a look?
> > > > 1. Copyright 2021-> Copyright 2022 on NOTICE
> > > > 2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz`
> > is
> > > `git_apache-age-1.0.0-incubating`?
> > > >
> > > >
> > > > Thanks,
> > > > Trista
> > > >
> > >
> >
> --
> > > > Trista Pan
> > > > Twitter & Github: tristaZero
> > > >
> > > >
> > > >
> > > >
> > > > On 03/16/2022 03:03,Nicholas Sorrell wrote:
> > > > Dear Apache Community,
> > > >
> > > > This is an official vote for the Apache AGE release 1.0.0 that we
> have
> > > been working towards.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionality included and addressed in this release:
> > > >
> > > > - Add an upgrading SQL script file from 0.5.0 to 0.6.0
> > > > - Add upgrading file age--0.6.0--0.7.0.sql
> > > > - Refactor function get_agtype_value_object_value
> > > > - Age load issue (#188)
> > > > - Refactor agtype_access_operator
> > > > - Bugfix - Remove INLINE from function declaration
> > > > - Rebase VLE code
> > > > - Implement Merge Clause
> > > > - Bugfix: chained union logic
> > > > - Allow a path of one vertex
> > > > - Created functions for load graph from CSV files
> > > > - Add UNION into EXPLAIN grammar rule
> > > > - Implement `UNWIND` clause(#173)
> > > > - Bugfix:(nodejs) Corrects parsing for independence value(#177)
> > > > - Feat: Implement `OPTIONAL MATCH` (#175)
> > > >
> > > > *
> > > >
> > > > The git tag to be discussed and voted upon:
> > > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > > >
> > > > The git commit hash:
> > > > commit 6660aa419f967118cfba20f554b0db1549bb15f7
> > > >
> > > > The release files for 1.0.0, can be found at:
> > > > https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> > > >
> > > > Signatures used for AGE RCs can be found in this file:
> > > > https://downloads.apache.org/incubator/age/KEYS
> > > >
> > > > The fingerprint of key to sign release artifacts:
> > > > C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> > > >
> > > > For information about the contents of this release, see:
> > > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > > >
> > > > *
> > > >
> > > > Please vote:
> > > >
> > > > [ ] +1 Release this package as Apache AGE 1.0.0
> > > > [ ] 0  I won't get in the way
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > >
> > > > This vote will be open for 72 hours.
> > > >
> > > > Thank you for your time.
> > > >
> > > >
> > > > Best Regards,
> > > > Nick Sorrell
> > > >
> > >
> >
>


Re: [VOTE] Apache AGE 1.0.0-rc1 Release

2022-03-30 Thread Young Seung Andrew Ko
+1 (non-binding)

Checked
- The LICENSE, NOTICE and  DISCLAIMER  files exist.
- The word "incubating" is in the release file name.
- The Download links work.
- All the files have license headers if required.

Regarding the comments made by the mentor Juan Pan at the earlier voting
- The year on the NOTICE is updated to 2022
- The "apache-age-1.0.0-incubating-src.tar.gz" now unzips a folder
"apache-age-1.0.0-incubating"

Thanks

On Thu, Mar 31, 2022 at 9:53 AM Josh Innis  wrote:

> +1
>
> [x] incubating in name
> [x] Download links are valid.
> [x] Checksums and PGP signatures are valid.
> [x] LICENSE, NOTICE and DISCLAIMER files exist.
> [x] All files have license headers if necessary.
>
> On Wed, Mar 30, 2022 at 4:38 PM Nicholas Sorrell  wrote:
>
> > Dear Apache Community,
> >
> > This is an official vote for Apache AGE release 1.0.0-rc1.
> >
> > To learn more about Apache AGE, please see https://age.apache.org/
> >
> > Functionality included and addressed in this release:
> >
> > - Add an upgrading SQL script file from 0.5.0 to 0.6.0
> > - Add upgrading file age--0.6.0--0.7.0.sql
> > - Refactor function get_agtype_value_object_value
> > - Age load issue (issue #188)
> > - Refactor agtype_access_operator
> > - Bugfix - Remove INLINE from function declaration
> > - Rebase VLE code
> > - Implement Merge Clause
> > - Bugfix: chained union logic
> > - Allow a path of one vertex
> > - Created functions for load graph from CSV files
> > - Add UNION into EXPLAIN grammar rule
> > - Implement UNWIND clause(issue #173)
> > - Bugfix:(nodejs) Corrects parsing for independence value(issue #177)
> > - Feat: Implement OPTIONAL MATCH (issue #175)
> > - Update copyright in NOTICE
> >
> >
> > *
> >
> > The git tag to be discussed and voted upon:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc1
> >
> > The git commit hash:
> >   commit 282c24f4aa7150daceba15742966ac6be77a35c4
> >
> > The release files for 1.0.0, can be found at:
> >  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc1/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/incubator/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> >   C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> >
> > For information about the contents of this release, see:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc1
> >
> > *
> >
> > Please vote:
> >
> > [ ] +1 Release this package as Apache AGE 1.0.0-rc1
> > [ ] 0  I won't get in the way
> > [ ] -1 Do not release this package because ...
> >
> >
> > This vote will be open for 72 hours.
> >
> > Thank you for your time.
> >
> >
> > Best Regards,
> > Nick Sorrell
> >
> >
>


Re: [DISCUSS] Apache AGE 1.0.0 Release

2022-03-14 Thread Young Seung Andrew Ko
Thank you Nicholas and the community
Looking good
+1 (non binding)

On Sun, Mar 13, 2022 at 4:29 AM Nicholas Sorrell  wrote:

> Dear Apache Community,
>
> We would like to discuss the Apache AGE release 1.0.0 that we have been
> working towards.
>
> To learn more about Apache AGE, please see https://age.apache.org/
>
> Functionality included and addressed in this release:
>
>   - Add an upgrading SQL script file from 0.5.0 to 0.6.0
>   - Add upgrading file age--0.6.0--0.7.0.sql
>   - Refactor function get_agtype_value_object_value
>   - Age load issue (#188)
>   - Refactor agtype_access_operator
>   - Bugfix - Remove INLINE from function declaration
>   - Rebase VLE code
>   - Implement Merge Clause
>   - Bugfix: chained union logic
>   - Allow a path of one vertex
>   - Created functions for load graph from CSV files
>   - Add UNION into EXPLAIN grammar rule
>   - Implement `UNWIND` clause(#173)
>   - Bugfix:(nodejs) Corrects parsing for independence value(#177)
>   - Feat: Implement `OPTIONAL MATCH` (#175)
>
> *
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
>   commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
>   C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>


Re: [VOTE] Apache AGE Viewer 1.0.0 (rc2) Release

2022-02-25 Thread Young Seung Andrew Ko
+1 (not binding)

Thanks Alex, looks good

2022년 2월 26일 (토) 오후 12:57, Alex Kwak 님이 작성:

> Dear Apache AGE Community,
>
> This is an official vote for the Apache AGE Viewer v1.0.0-rc2 that we have
> been working toward.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release:
> - Graph visualization for AGE.
> - Extends edge and vertex point by point.
> - Removed AgensGraph trademarks (as discussed in the previous vote email
> thread)
>
> The vote will be open for 72 hours and pass if a majority +1 votes are
> cast, with a minimum of 3 +1 votes.
>
> Please vote
>
> [ ] +1 Release this package as Apache AGE Viewer v1.0.0
> [ ] 0 I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> The git tag to be discussed and voted upon
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
>
> The git commit hash:
> commit 63ed1882e372ef8cdf6677e9850237650e586848
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc2/
>
> The SHA512 Checksum for these artifacts is:
>
> 683f17b6bfc84d9fd8c88f0856b4dd18fdb24ab429517134880594243601f6810fefe9f7d9da7d5a802e2236622974c4297cee874e0f06685e85a40d5ac90d3d
>
> Release artifacts are signed with the following key:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 0E7F 408D 8C6A 1952 329C B379 D471 FDCE 5F5C 5B82
>
> For more information about the contents of this release, see:
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
>
>
>
> Best regards,
> Alex Kwak
>


Re: [VOTE] Release Apache AGE Viewer (incubating) 1.0.0-rc2

2022-02-08 Thread Young Seung Andrew Ko
+1

Looks good

2022년 2월 8일 (화) 오후 6:12, Muhammad Shoaib 님이 작성:

> +1
>
> On Mon, 7 Feb 2022 at 09:33, Alex Kwak  wrote:
>
> > Dear Apache AGE Community,
> >
> > This is an official vote for the Apache AGE Viewer release v1.0.0-rc2
> that
> > we have been working toward it.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release:
> > - Graph visualization for AGE.
> > - Extends edge and vertex point by point.
> > - Remove trademarks.
> >
> >
> > The vote is open now and until January 8th at 6:00 PM PST and passes if a
> > majority +1 votes are cast, with a minimum of 3 +1 votes.
> >
> > [ ] +1 Release this package as Apache AGE Viewer v1.0.0
> > [ ] 0 I won't get in the way
> > [ ] -1 Do not release this package because ...
> >
> >
> > The git tag to be discussed and voted upon
> > https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
> >
> > The git commit hash:
> > commit 63ed1882e372ef8cdf6677e9850237650e586848
> >
> > The release files, including signatures, digests, etc. can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc2/
> >
> > The SHA512 Checksum for these artifacts is:
> >
> >
> 683f17b6bfc84d9fd8c88f0856b4dd18fdb24ab429517134880594243601f6810fefe9f7d9da7d5a802e2236622974c4297cee874e0f06685e85a40d5ac90d3d
> >
> > Release artifacts are signed with the following key:
> > https://downloads.apache.org/incubator/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 0E7F 408D 8C6A 1952 329C B379 D471 FDCE 5F5C 5B82
> >
> > For more information about the contents of this release, see:
> > https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0-rc2
> >
> >
> >
> > Best regards,
> > Alex Kwak
> >
> --
>
> * Muhammad Shoaib, PhD*
>
> * Senior Research Engineer *
>
> *P* : +82-70-4800-3517   *F* : +82-70-8677-2552
> 401 Yangcheon-ro A/1201, Gangseo-gu, Seoul, 07528, Korea
>


After openCypher

2022-01-20 Thread Young Seung Andrew Ko
Thank you, AGE team!

It seems the project is nearing to the completion of implementing an engine
to process openCypher-based graph queries to an extent that it can allow
many important graph operations on PostgreSQL.

Any suggestions or recommendations on what should follow after this
meaningful milestone?
- Support for PostgreSQL 12, 13 and 14
- Making AGE + PostgreSQL distributed
- Some tools to make AGE easier to use
- ...

Andrew Ko


Re: [VOTE] Apache AGE 0.7.0 Release

2022-01-18 Thread Young Seung Andrew Ko
+1
Finally VLE :)
Nice work guys !

On Wed, Jan 19, 2022 at 8:38 AM Dehowe Feng  wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 0.7.0. that we have
> been
> working toward it.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release:
>
> *Add VLE core to the MATCH clause.
> *Added support for various list functions
> *range()
> *relationships()
> *keys()
> *label()
> *nodes()
> *reverse()
> *Various bug fixes
>
> *
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v.0.7.0-rc0
>
> The git commit hash: commit d0175f4a2fb03f28c356ea43da3bd48a47f5ef42
>
> The release files for 0.7.0, can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/age/0.7.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 847F A9F0 CB17 2A51 DEC9 D0F3 8285 D595 875F 13B1
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v.0.7.0-rc0
>
>
>
> Please vote:
>
>
> [ ] +1 Release this package as Apache AGE 0.7.0
> [ ] 0 I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best,
> Dehowe Feng
>


Re: [DISCUSS] Committer Requirements

2022-01-09 Thread Young Seung Andrew Ko
I suppose anyone having given regular suggestions about the AGE's roadmap
or what other technologies AGE needs to be integrated with can be regarded
as a committer.
AGE belongs to the community not just limited to those who have put the
codes in.

Andrew Ko


Re: [DISCUSS] Release Apache AGE Viewer (incubating) 1.0.0-rc0

2021-12-19 Thread Andrew Ko
+1

Thank you


2021년 12월 17일 (금) 오전 11:30, Alex Kwak 님이 작성:

> Dear Apache AGE Community,
> We would like to discuss the Apache AGE Viewer release v1.0.0-rc0 that we
> have been working toward it.
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release:
> - Graph visualization for AGE.
> - Extends edge and vertex point by point.
>
> The git tag to be discussed and voted upon
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0
>
> The git commit hash:
> commit 2c55b2302875449565674aa039517734cf338031
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/age/viewer/apache-age-viewer-1.0.0-incubating-rc0/
>
> The SHA512 Checksum for these artifacts is:
>
> 8fa45254bba973678243a78321869aaf88c746b55168d4401931c5d6e87192c80d581d97e927c8b87098aaacba8d6f77bf1ca225e864c49117f5cb1887c699d0
>
> Release artifacts are signed with the following key:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 0E7F 408D 8C6A 1952 329C  B379 D471 FDCE 5F5C 5B82
>
> For more information about the contents of this release, see:
> https://github.com/apache/incubator-age-viewer/releases/tag/v1.0.0
>
> The thread is open for 72 hours and please let us know if you have any
> questions.
>
> Best regards,
> Alex Kwak
>


Re: Apache AGE (Incubating) - Community Graduation Vote

2021-12-01 Thread Andrew Ko
First off, thanks to our mentors for guidance and support.
Secondly, thanks to committers and contributors for ideas, suggestions,
advice, pull requests and commits .. .and bug reports.

Graph technology is now one of the most popular methods for performing
data analysis.
The idea of implementing a graph query processing engine as an extension
(plug-in) for one of the most popular and advanced open-source databases,
PostgreSQL, is wild. :)

It is wonderful to know the project has achieved so much and becoming a TLP
will generate more interests and contributions especially from PostgreSQL
and Graph database communities.

+1




2021년 12월 2일 (목) 오전 10:57, Josh Innis 님이 작성:

> lol, forgot to vote.
>
> +1
>
> On 2021/12/02 01:39:41 Josh Innis wrote:
> > This project has seen incredible growth from when it was originally
> donated to Apache. The community continues to grow as more people see the
> opportunities in what the project could be. Now that we are nearly done
> with our original goal of implementing the openCypher specification in
> Postgres as an extension, we can now begin to pursue some of these powerful
> features that the community is requesting in the Github repository. The
> team is continuing to grow at an accelerated pace, with most of the new
> committers being accepted in the last six months. I personally think the
> future of AGE is bright, especially with all the new features that will be
> coming out in v0.7.0.
> >
> > On 2021/12/01 02:42:22 Eya Badal wrote:
> > > Thank you mentors for your valuable feedback. The feedback is
> addressed below.
> > >
> > > Regarding GitHub issues and pull requests:
> > >   It is true that in the earlier months we were sluggish in responding
> to and closing out issues. In
> > >   April we created SLA to categorise (label), assign, and respond to
> issues. Since April, 95% are
> > >   responded within 72 hours (80% of issues are responded to within 24
> hrs). In the last month we
> > >   have closed 8 issues across the project. Regarding pull requests we
> are behind our internal
> > >   SLA but have addressed that in the last 48 hrs.
> > >
> > > Regarding committer and contributor diversity:
> > >   The committers and contributors act on their own initiative without
> representing a corporation
> > >   or organization. Core contributors are indeed employees of a single
> company (Bitnine Global,
> > >   the project donator) who has interest in the success of AGE but
> there are many entirely
> > >   independent contributors and committers. Contributions span more
> than 20 countries across
> > >   the globe including Australia, Belarus, Belgium, China, France,
> Germany, Ireland, Israel, Italy,
> > >   Luxembourg, The Netherlands, Nigeria, The Philippines, Russia, South
> Korea, Thailand, UK,
> > >   Ukraine, USA and Vietnam.
> > >
> > > Regarding the breakdown of the PPMC membership on affiliation
> (companies) and PPMC growth:
> > >
> > >  The PPMC representation, excluding mentors is as follows:
> > >
> > >   Bitnine Global: Eya Badal, Josh Innis, John Gemignani, Dehowe
> Feng(in voting process).
> > >   Liberation Data: Jasper Blues
> > >   Immuta: Mason Sharp
> > >
> > >  The project has added five new committers taking the total to 10
> (excluding mentors).
> > >
> > >   Bitnine Global: Dehowe Feng
> > >   Kroger: Nick Sorrell
> > >   Ghent University: Pieterjan De Potter
> > >   Agedb: Andrew Ko, Alex Kwak
> > >
> > > RE CS10 “The project maintains a public list of its contributors who
> have decision power”:
> > > We now have the list of community members (committer and PPMC) at
> age.apache.org
> > >
> > > Regarding how incubator-age-viewer is released:
> > >   Age-viewer has been released 8 times. The age-viewer developers are
> looking to release in the
> > >   Apache way soon. The age team is coaching the age-viewer developers
> to encourage future
> > >   releases to comply with Apache guiding principles.
> > >
> > > The documentation link at incubator.apache.org/projects/age.html is
> corrected.
> > >
> > > Regarding project name search and approval:
> > >   We have completed name search and approval. PPMC is actively
> checking Apache AGE brand
> > >   use.
> > >
> > > The licensing issue regarding 0.6.0 has been resolved. We’re happy to
> announce Apache AGE 0.6.0 is officially out today.
> > >
> > > Thank you for your feedback and recognition that after 6 releases
> i

Re: [VOTE] Apache AGE (incubating) Release v0.6.0

2021-11-19 Thread Andrew Ko
+1

Thanks for the update

2021년 11월 19일 (금) 오후 2:26, Josh Innis 님이 작성:

> Dear Apache Community,
>
> Please vote on releasing the following candidate as Apache AGE version
> 0.6.0.
>
> The vote is open now and until November 24th at 2:30 PM PST and passes if
> a majority +1 votes are cast, with a minimum of 3 +1 votes.
>
> [ ] +1 Release this package as Apache AGE 0.6.0
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> *Functionalities included and addressed in this release:*
> - Add VLE SRF (Set Returning Function).
> - Fix Vertex, Edge, and Path serialization bug (AGE2-307)
> - Fix CREATE passback bug (AGE2-337).
> - Fix CREATE transaction block bug (AGE2-345).
> - Fix parallel build errors.
> - Fix Travis CI compiler warnings.
>
> *
> *The git tag to be discussed and voted upon:*
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
> *The git commit hash:*
> commit 9262a877d0108e114e29a9f3b42e4af5ef5ed011
>
> *The release files for 0.6.0, can be found at:*
> https://dist.apache.org/repos/dist/dev/incubator/age/0.6.0.rc0/
>
> *The signatures, files, etc. can be found at:*
> https://dist.apache.org/repos/dist/dev/incubator/age/
>
> *Signatures used for AGE RCs can be found in this file:*
> https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
>
> *The fingerprint of key to sign release artifacts:*
> 4D57 8595 934A 64F4 8DD9  B39C 7FAD 0CDD C278 09E8
>
> *For information about the contents of this release, see:*
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
> Thank you for your time.
> Josh Innis
>


Re: [VOTE] Apache AGE (incubating) Release 0.6.0

2021-11-18 Thread Andrew Ko
+1 ... Thank you

2021년 11월 18일 (목) 오후 3:04, Muhammad Shoaib 님이 작성:

> +1,
>
>
> I confirm that I have checked the following and they look good to the best
> of my knowledge
>
>
>
>- Signature and hash fine
>- DISCLAIMER is fine
>- LICENSE and NOTICE are fine
>- No unexpected binary files
>- incubating in name
>
>
> On Thu, Nov 18, 2021, 18:07 Josh Innis  wrote:
>
> > Dear Apache Community,
> >
> > Please vote on releasing the following candidate as Apache AGE version
> > 0.6.0.
> >
> > The vote is open now and until November 13th at 12:00 PM PST and passes
> if
> > a majority +1 votes are cast, with a minimum of 3 +1 votes.
> >
> > [ ] +1 Release this package as Apache AGE 0.6.0
> > [ ] -1 Do not release this package because ...
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > *Functionalities included and addressed in this release:*
> > - Add VLE SRF (Set Returning Function).
> > - Fix Vertex, Edge, and Path serialization bug (AGE2-307)
> > - Fix CREATE passback bug (AGE2-337).
> > - Fix CREATE transaction block bug (AGE2-345).
> > - Fix parallel build errors.
> > - Fix Travis CI compiler warnings.
> >
> > *
> > *The git tag to be discussed and voted upon:*
> > https://github.com/apache/incubator-age/releases/tag/v0.6.0
> >
> > *The git commit hash:*
> > commit 0dfb741276d5177c2f7beb260634bef21e880386
> >
> > *The release files for 0.6.0, can be found at:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/0.6.0.rc0/
> >
> > *The signatures, files, etc. can be found at:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/
> >
> > *Signatures used for AGE RCs can be found in this file:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
> >
> > *The fingerprint of key to sign release artifacts:*
> > 4D57 8595 934A 64F4 8DD9  B39C 7FAD 0CDD C278 09E8
> >
> > *For information about the contents of this release, see:*
> > https://github.com/apache/incubator-age/releases/tag/v0.6.0
> >
> > Thank you for your time.
> > Josh Innis
> >
>


Re: Apache AGE (Incubating) - Community Graduation Vote

2021-11-13 Thread Andrew Ko
Agreeing with the comments made by Juan,
I think it is imperative for the AGE community and mentors to come to a
term that the license issue raised before (related to PostgreSQL and ASF)
is resolved in the new 0.6.0 release.


2021년 11월 13일 (토) 오후 8:46, Juan Pan 님이 작성:

> Hi,
>
>
> 19 months is not a short phase. I am inclined to this graduation proposal
> and still well suggest firstly finishing the 0.6 release. The reason is
> that there are only 3 Apache releases during the incubator, and some issues
> are suspending. 0.6 release will be a positive sign that this community is
> able to run independently.
>
>
> Best
> Trista
>
>
>
> --
> Juan Pan(Trista) Twitter: @tristaZero
>
>
> On 11/9/2021 12:31,Eya Badal wrote:
> Hi AGE community and Mentors,
>
> Since entering incubation 18 months ago in April 2020 and with five
> versions of AGE released, and 0.6.0 imminent, it's fair to say the AGE
> community has demonstrated its ability to build software releases the
> Apache Way.
>
> We have prepared an assessment of the Apache AGE podling’s maturity, meant
> to help inform the decision (of the mentors, community, Incubator PMC, and
> ASF Board of Directors) to graduate it as a top-level Apache project. We
> used the ASF project maturity model
> <
> https://community.apache.org/apache-way/apache-project-maturity-model.html
> >
> to evaluate the Apache AGE project and assess itself as having no major
> areas for concern. The assessment can be found at the Apache AGE website
>  under the COMMUNITY menu.
>
> In addition to building and releasing software, the community has grown the
> Apache AGE project in other areas.
>
>
> -
>
> There have been 64 unique contributors across the AGE and the subproject
> AGE Viewer. These Contributors have raised >170 issues or pull requests.
> -
>
> We have been addressing Github issues since the start but timeliness was
> an issue. In April we created our internal SLA to categorise (label),
> assign, and respond to issue and pull requests. Since April, 95% are
> responded within 72 hours (80% of issues are responded to within 24 hrs).
> -
>
> Contributions span more than 20 countries across the globe - Belarus,
> Belgium, China, France, Germany, Ireland, Israel, Italy, Luxembourg,
> Netherlands, Russia, South Korea, Thailand, UK, Ukraine, USA, and Vietnam.
> -
>
> We have amassed positive comments throughout and gathered >470 stars.
> -
>
> We have committers from 4 different companies.
>
>
> AGE mentors, what is your opinion on this?
>
> Do you agree that we are ready to graduate?
>
> Are there any remaining issues that we can improve on?
>
> If we can capture your issues of concern we can then work those issues to
> resolution.
>
> Your feedback would be very much appreciated!
>
> Regards,
>
> Eya
>


Re: [DISCUSS] Apache AGE (incubating) Release 0.6.0

2021-11-13 Thread Andrew Ko
+1
Looks good
Thank you




2021년 11월 13일 (토) 오전 6:11, Nicholas Sorrell 님이 작성:

> +1
>
> On 2021/11/10 19:58:06 Josh Innis wrote:
> > Dear Apache Community,
> >
> > Please vote on releasing the following candidate as Apache AGE version
> 0.6.0.
> >
> > The vote is open now and until November 13th at 12:00 PM PST and passes
> if
> > a majority +1 votes are cast, with a minimum of 3 +1 votes.
> >
> > [ ] +1 Release this package as Apache AGE 0.6.0
> > [ ] -1 Do not release this package because ...
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > *Functionalities included and addressed in this release:*
> > - Add VLE SRF (Set Returning Function).
> > - Fix Vertex, Edge, and Path serialization bug (AGE2-307)
> > - Fix CREATE passback bug (AGE2-337).
> > - Fix CREATE transaction block bug (AGE2-345).
> > - Fix parallel build errors.
> > - Fix Travis CI compiler warnings.
> >
> > *
> > *The git tag to be discussed and voted upon:*
> > https://github.com/apache/incubator-age/releases/tag/v0.6.0
> >
> > *The git commit hash:*
> > commit 0dfb741276d5177c2f7beb260634bef21e880386
> >
> > *The release files for 0.6.0, can be found at:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/0.6.0.rc0/
> >
> > *The signatures, files, etc. can be found at:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/
> >
> > *Signatures used for AGE RCs can be found in this file:*
> > https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
> >
> > *The fingerprint of key to sign release artifacts:*
> > 4D57 8595 934A 64F4 8DD9  B39C 7FAD 0CDD C278 09E8
> >
> > *For information about the contents of this release, see:*
> > https://github.com/apache/incubator-age/releases/tag/v0.6.0
> >
> > Thank you for your time.
> > Josh Innis
> >
> >
>
>


Re: [VOTE] Release Apache AGE (incubating) version 0.6.0

2021-09-15 Thread Andrew Ko
Thank you
+1

2021년 9월 16일 (목) 오전 1:12, Josh Innis 님이 작성:

> Dear Apache Community,
>
>
> Please vote on releasing the following candidate as Apache AGE version
> 0.6.0
>
>
> The vote is open now and until September 18th at 10:30 AM PST and passes if
> a majority +1 votes are cast, with a minimum of 3 +1 votes.
>
>
> [ ] +1 Release this package as Apache AGE 0.6.0
>
> [ ] -1 Do not release this package because ...
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
> *Functionalities included and addressed in this release:*
>
>- Add VLE SRF (Set Returning Function).
>
>- Fix Vertex, Edge, and Path serialization bug (AGE2-307)
>
>- Fix CREATE passback bug (AGE2-337).
>
>- Fix CREATE transaction block bug (AGE2-345).
>
>- Fix parallel build errors.
>
>- Fix Travis CI compiler warnings.
>
>
>
>
>
> *
>
>
>
> *The git tag to be discussed and voted upon:*
>
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
>
>
> *The git commit hash:*
>
> commit 3681c90da68353507001db89eb429755d34857f7
>
>
>
> *The release files for 0.6.0, can be found at:*
>
> https://dist.apache.org/repos/dist/dev/incubator/age/0.6.0.rc0/
>
>
>
> *The signatures, files, etc. can be found at:*
>
> https://dist.apache.org/repos/dist/dev/incubator/age/
>
>
>
> *Signatures used for AGE RCs can be found in this file:*
>
> https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
>
>
>
> *The fingerprint of key to sign release artifacts:*
>
> 2245 1CFA 0521 1612 A4EA  9F05 6EF7 BD28 B870 8B05
>
>
>
> *For information about the contents of this release, see:*
>
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
>
>
> Thank you for your time.
>
>
>
> Best regards,
>
> Josh Innis
> We create value for our clients by connecting the world's data.
> Josh Innis Software Engineer
> Core R&D Team
> *P*: (831)278-0327
> 3945 Freedom Circle #260, Santa Clara, CA 95054
> <
> https://www.google.com/maps/place/3945+Freedom+Cir+%23260,+Santa+Clara,+CA+95054/
> >
> bitnine.net
>


Re: [DISCUSS] Apache AGE 0.6.0 Release

2021-09-11 Thread Andrew Ko
fantastic !!
+1

2021년 9월 11일 (토) 오전 1:52, Josh Innis 님이 작성:

> Dear Apache Community,
>
>
>
> We would like to discuss the Apache AGE release 0.6.0. that we have been
> working toward it.
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>- Add VLE SRF (Set Returning Function).
>- Fix Vertex, Edge, and Path serialization bug (AGE2-307)
>- Fix CREATE passback bug (AGE2-337).
>- Fix CREATE transaction block bug (AGE2-345).
>- Fix parallel build errors.
>- Fix Travis CI compiler warnings.
>
>
> *
>
> The git tag to be discussed and voted upon:
>
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
>
>
> The git commit hash:
>
> commit 3681c90da68353507001db89eb429755d34857f7
>
>
>
> The release files for 0.6.0, can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/age/0.6.0.rc0/
>
>
>
> The signatures, files, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/age/
>
>
>
> Signatures used for AGE RCs can be found in this file:
>
> https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
>
>
>
> The fingerprint of key to sign release artifacts:
>
> 2245 1CFA 0521 1612 A4EA  9F05 6EF7 BD28 B870 8B05
>
>
>
> For information about the contents of this release, see:
>
> https://github.com/apache/incubator-age/releases/tag/v0.6.0
>
>
>
>
>
> Please share your thoughts and feedback and let us know if we can call for
> a vote.
>
>
>
> Thank you for your time.
>
>
>
> Best regards,
>
> Josh Innis
>
> We create value for our clients by connecting the world's data.
> Josh Innis Software Engineer
> Core R&D Team
> *P*: (831)278-0327
> 3945 Freedom Circle #260, Santa Clara, CA 95054
> <
> https://www.google.com/maps/place/3945+Freedom+Cir+%23260,+Santa+Clara,+CA+95054/
> >
> bitnine.net
>


Re: [VOTE] Accepting Code Contribution for Visualization tool

2021-07-31 Thread Andrew Ko
+1 
This will help getting more people become interested in the AGE project since 
visualization is one of key functional requirements for graph databases.

On 2021/07/30 18:46:16, Eya Badal  wrote: 
> Dear AGE Community,
> 
> This is a call for accepting the Code Contribution for AGE Visualization 
> tool. The community already discussed the importance and advantages of having 
> this visualization tool. 
> 
> The vote will be open for 72 hours.
> [ ] +1 Accept this contribution
> [ ] +0 no opinion
> [ ] -1 do not this contribution because...
> 
> 
> Thank you for all your time.
> 
> Best regards,
> Eya Badal
> 


Re: [VOTE] Release Apache AGE (incubating) version 0.5.0

2021-07-26 Thread Andrew Ko
+1
thanks

2021년 7월 26일 (월) 오전 8:52, John Gemignani 님이 작성:

> +1
>
> On Sat, Jul 24, 2021 at 9:21 PM Felix Cheung 
> wrote:
>
> > +1
> >
> > Though it will be great to fix soon:
> >
> >
> >   *incubating in name
> >
> > - signature and hash fine
> > - DISCLAIMER is fine
> > - LICENSE and NOTICE are fine
> > - No unexpected binary files
> >
> > - Check: All source files have ASF headers
> > about 20 source files for tests do not have the Apache header.
> > /drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/
> >
> > what is the source of this jar?
> > /drivers/jdbc/gradle/wrapper/gradle-wrapper.jar
> >
> > 
> > From: Dehowe Feng 
> > Sent: Friday, July 23, 2021 10:41:28 AM
> > To: dev@age.apache.org 
> > Subject: Re: [VOTE] Release Apache AGE (incubating) version 0.5.0
> >
> > Hey Eya,
> >
> > I can vouch for what you wrote to be true, and am looking forward to the
> > release.
> >
> > +1
> >
> > On 2021/07/10 14:32:05, Eya Badal  wrote:
> > > Dear Apache Community,
> > >
> > > Please vote on releasing the following candidate as Apache AGE version
> > 0.5.0
> > >
> > > The vote is open now and until July 13th at 7:32 AM PST and passes if a
> > majority +1 votes are cast, with a minimum of 3 +1 votes.
> > >
> > > [ ] +1 Release this package as Apache AGE 0.5.0
> > > [ ] -1 Do not release this package because ...
> > >
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > *
> > > The git tag to be discussed and voted upon:
> > > https://github.com/apache/incubator-age/releases/tag/v0.5.0
> > >
> > > The git commit hash:
> > > commit e36e6d79c2a65259f4b46cd9a3623d69518605a4
> > >
> > > The release files for 0.5.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/incubator/age/0.5.0.rc0%20/
> > >
> > > The signatures, files, etc. can be found at:
> > > https://dist.apache.org/repos/dist/dev/incubator/age/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://dist.apache.org/repos/dist/dev/incubator/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > FD8B 268F 784A CE10 F201  E63B C063 8775 6375 38D2
> > >
> > > For information about the contents of this release, see:
> > > https://github.com/apache/incubator-age/releases/tag/v0.5.0
> > >
> > > Thank you for your time in advance.
> > >
> > > Best regards,
> > > Eya Badal
> > >
> > >
> >
>