Abdul Manan

Results 16 comments of Abdul Manan

Hi! I'm excited to work on this project!

Hello! Excited to learn about hacking Postgres!

To integrate our changes into the primary source code of MariaDB, we need to engage with the community and publicize our project. We should encourage contributions, provide support, and recognize...

Hi! I'm Abdul Manan. I'm excited to work on this project!

We will begin by identifying the available hooks in the MariaDB application, which can be in the form of functions or methods. Next, we will write our own code that...

It appears that the ImportError is caused by trying to import a 'Model' class that doesn't exist in the `age.models` module. If you check the content of `age.models` on the...

You can export the graph data from AGE in a CSV file which you can later import into Giraph. This [link](https://stackoverflow.com/questions/41606341/convert-csv-data-to-graph-data) shows how to read CSV file in Giraph. To...

It seems like there might be some misunderstanding about how AGE works with edges and vertices. When you delete an edge, it should not delete the associated vertices. This is...