[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

[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

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

2023-01-16 Thread Dehowe Feng
I agree with Jasper's take. The more often we release, the more often new features can be put out for everyone to use. On Sat, Jan 14, 2023 at 8:06 AM Jasper Blues wrote: > I’m in favour of “release early and often”. There is enough new end-user > value to warrant putting it out, especially

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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,