fycoder
ATApache TinkerPop
•Created by fycoder on 12/29/2024 in #questions
How to dynamically add custom Steps at runtime?
Thank you for your suggestion. The current version is based on the company's software selection and will be updated every year. The new version will be upgraded in the future. When there is a better and safer way, we will switch;
7 replies
ATApache TinkerPop
•Created by fycoder on 12/29/2024 in #questions
How to dynamically add custom Steps at runtime?
Thanks for your reply! I checked that the call step was added in version 3.6, and the service supporting version is 3.5. I seem to have found a way to achieve a similar effect through Groovy AST parsing;
For example, a downstream product pushes a configuration file to a platform service. The file name is xx.groovy. When calling the platform service interface, pass in Gremlin containing xx(), and replace xx with the code of the push file through AST;
7 replies