-
Notifications
You must be signed in to change notification settings - Fork 18
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
Integrate foundationdb plugin into janusgraph main repository #57
Comments
I just found this issue today. The main reason why this adapter is not integrated in the main project is that it is currently not well maintained. AFAIK there are still commented test cases which do not yet pass and thus, we can not guarantee stability or correctness. |
@rngcntr Well said. I also saw your reply on https://lists.lfaidata.foundation/g/janusgraph-users/message/5817 which explained the same. I guess we could consider migrating it to the main repo once most if not all test cases pass. That would require some effort, though. I personally am very interested in trying out JanusGraph + FoundationDB and have it supported officially, but I understand it is not possible without combined efforts from the community. |
What really bugs me is the five second query limit of FoundationDB. I fear to see how many of our tests in the main repo would take significantly longer than that. |
@rngcntr I am also encountering this same issue which block me ingest big data. |
I don't see why it should take much longer our test run since all test suits are executed in parallel. If I'm correct all tests currently hit the foundationdb limit are disable. For my side, i would say if merge it into the main repo, it would get much more support. Let's do it. |
I think it would be great to resolve them. I don't think it should be hard requirement. We can transfer the issues to the main repo, and create project for steps to get foundationdb production ready. |
If we state very clearly that FDB is not intended for production right now, I'm fine with that. |
Why do you think that FDB is not production ready @rngcntr ? |
Hi folks, I am wondering why we don't integrate the foundationdb adapter into janusgraph/janusgraph main repository. I have never involved in the design/implementation of the janusgraph-foundationdb adapter, so my view might be one-sided, but from what I understand, this seems to be due to a historical reason: the foundationDB was transferred from experoinc to janusgraph namespace. While it totally makes sense to make the plugin a separate repository when it is maintained by a third party (like other adapters), I don't see a specific benefit of keeping it as a separate project under the janusgraph namespace.
Benefits of integration:
Drawbacks of integration:
The text was updated successfully, but these errors were encountered: