-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
feat: Add JanusGraph module #837
feat: Add JanusGraph module #837
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
For some reason, the container is unable to start properly in the CI. I'll have to push a few commits to add some temporary code for debugging. |
49568a1
to
9b0f575
Compare
9b0f575
to
2174524
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for submitting this pull request! I've reviewed your changes and overall, everything looks great. However, I have a small change request regarding the 3rd party client dependencies.
2174524
to
bb6bb7e
Compare
d22b09c
to
348229f
Compare
348229f
to
2fa056a
Compare
2fa056a
to
85496da
Compare
What does this PR do?
This PR adds a module for the Graph Database JanusGraph.
For the moment, only the most basic configuration of JanusGraph is supported.
Support for other backends can be added later. However, this simple configuration should be sufficient to for the majority of use cases.
Why is it important?
JanusGraph is used by a variety of companies to build scalable graph database solutions. By providing a Testcontainers module, we lower the entry barrier for new developers to write meaningful tests.
Follow-ups