fycoder
ATApache TinkerPop
•Created by fycoder on 12/29/2024 in #questions
How to dynamically add custom Steps at runtime?
I am maintaining a graph engine service that provides different products. I have found that some complex scenarios cannot get query results through native Steps. Special business logic operations are required to implement custom special syntax through business code. The current custom syntax is done through @GremlinDsl, which is generated at compile time and the code is written in my own service. I hope that this special syntax can be defined by the product itself and pushed to the specified directory and loaded at service runtime. Can the TinkerPop framework do this? How can it be done? What is the specific implementation method?
7 replies