-
Notifications
You must be signed in to change notification settings - Fork 61
Implemented Durable Graph Database Providers ( golem:graph WIT interfaces) #40
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
base: main
Are you sure you want to change the base?
Conversation
#Maintainers this pr contains unit tests that are ignored when env variables are not set , this test are the MOTIVATION for our upcoming golem integeration tests ! we will refactor this soon . |
update : testing has been completed for integration , wasm component based testing is undergoing ! |
Screencast.from.2025-06-23.23-10-12.webmarangodb
|
Screencast.from.2025-06-24.16-16-07.webmJanusgraph
|
Screencast.from.2025-06-24.22-41-12.webmNeo4j
|
Tip : i also specified the env variables for local , in golem.yaml you have to just uncomment it which ever provider your running .also this all three are well tested under the real instances at each level , using ureq . |
i think i need to refactor some part of code , to make it more simpler ! the problem is we cant use the gremlin client in this environment and i think i have to use proper serde to make it more robust , currently its in working state lets make it more robust . |
/claim #22
/closes #22
note : the testing is undergoing with maintainer reviews , this is initial and core version of golem:graph with solid foundation , thank you !