-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[CALCITE-6171] Support Gremlin Adapter #3606
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
@asolimando @libenchao @XuQianJin-Stars @pengzhiwei2018 During this PR release, I noticed that you gave relevant suggestions on the mailing list. Can you take the time to review the PR? |
@kaori-seasons Please fix CI and add document in site like kafka_adapter.
|
Hello, sorry for the late reply, thank you for your reminder. There are some things that need to be dealt with. I'll fix the ci at the start of Friday. |
Thank you for this feature. please check the ci pass. |
@JiajunBernoulli
This means that I need to implement a new driver, which is the GremlinRemoteDriver in the code listing, to obtain the GraphTraversalSource or TinkerGraph object. |
@JiajunBernoulli In fact, in the root file of gradle, I have added the gremlin module to module management. Since I am not familiar with gradle, can you please provide me with some guidance? In addition, when I added unit tests for Gremlin, I noticed that since graph database queries rely on gremlin-server as the query frontend for communication, a gremlin-server is needed as a resident process, which means that integration tests need to be added like druid. Dependent components will be further communicated with you at that time. Happy New Year.
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
For the specific discussion thread about this PR, please see: https://lists.apache.org/thread/s0cg1v0fqg84wxnq0gb0kyrb5074gxjh
Background See CALCITE-6171
I am currently improving the relevant integration tests for it. If you have any questions about this PR, friends in the community are welcome to give relevant suggestions.