Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try alternative graph database #488

Open
northdpole opened this issue Mar 2, 2024 · 4 comments
Open

Try alternative graph database #488

northdpole opened this issue Mar 2, 2024 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@northdpole
Copy link
Collaborator

Issue

What is the issue?

Gap analysis calculation takes a few hours if we run it on a beefy machine. The bottleneck is neo4j being slow.
We should investigate alternatives.
An alternative that seems promising and works with our existing database is Apache Age

Age runs on top of our current database (postgres) and allows for Cypher queries on top of postgres.
I'm being told it is faster than neo

@northdpole northdpole added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 2, 2024
@northdpole northdpole added this to the CRE v3 milestone Mar 2, 2024
@uMorbeck
Copy link

uMorbeck commented Jul 2, 2024

Hi, is this issue still available?

@northdpole
Copy link
Collaborator Author

hey, thanks for your interest in OpenCRE yes it is!
Want help getting started or are you familiar with the project already?

@uMorbeck
Copy link

uMorbeck commented Jul 3, 2024

Great! My friend and I are looking for some open-source projects to work on for a college subject. He actually commented on issue #295, and we're looking to solve these two issues. Our plan right now is to work on #295 first and then this one afterward.

@northdpole
Copy link
Collaborator Author

northdpole commented Jul 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants