Usage
RuleGo-Editor: https://editor.rulego.cc/ (opens new window) allows you to design, modify, and debug rule chains online without having to run this front-end service locally.
It supports pure front-end mode
and RuleGo backend service linkage mode
operations.
# Pure front-end mode
RuleGo-Editor supports independent use without RuleGo, after designing the rule chain through the editor, through [View Data]-[Download Data] to download the rule chain configuration file, and then give the downloaded rule chain configuration file to RuleGo for use. It also supports opening and continuing to edit existing rule chain files.
# RuleGo backend linkage mode
It also allows you to configure RuleGo backend linkage mode to use, first run the sample project (opens new window) provided by RuleGo. Then configure the API root directory:
After configuring the background, you can directly save the rule chain to the specified folder of RuleGo, and you can also debug and query node execution logs.
Send data to the rule chain:
View the debug information of a node (you need to turn on the debug mode of the node):
The background project allows cross-domain, so you can run RuleGo service locally, and then configure the API to be called in this editor https://editor.rulego.cc/ (opens new window).