apache / age

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
https://age.apache.org
Apache License 2.0
2.84k stars 400 forks source link

Connecting age with spark or hadoop #1122

Open talhahahae opened 11 months ago

talhahahae commented 11 months ago

I was studying the documentation of Apache Spark and I was trying to figure out if there was any way I could connect Age to Spark. But I couldn't find any information on that. Is it possible to connect spark to age? Any article or piece of information would be very beneficial.

Thank you in advance!!

Amr-Shams commented 11 months ago

I believe there is a project working on this they are using Kafka. but so far, no direct connection.

titoausten commented 11 months ago

There is no way to connect them at the moment. However, if you really are interested in working with both of them at the moment, saving and exporting data in either CSV or JSON would be a way to indirectly work with them (this depends on the data you're working with).

pawankukreja01 commented 10 months ago

It is not possible so far to connect Apache AGE with Apache Spark or Hadoop, but you can use PostgreSQL JDBC drivers to integrate with Hadoop. You can further Read this documentation for better understanding.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.