Upload a rule to docker image using an API #100
-
Hey, I wanted to integrate with self-hosted go-rules. Although, wanted to only access the docker container as a REST service. We also could'nt use one of the ways provided since we use Golang everywhere. The evaluation API would work but loading the rule onto it using the UI would be an issue. How should I go about this. Should we have a seperate react-based interface to load the rules or is there already support to do this using REST already. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Ishaan, Would you be able to clarify? We don't have native GoLang support, however you use Golangs to make HTTP request to self-hosted API version. Here's the details on how to use REST API: https://gorules.io/docs/cloud/evaluation-api. Note that this is for self-hosted version which exposes REST services and provides you with UI for rules management. Zen Engine itself as a library doesn't work currently with GoLang. |
Beta Was this translation helpful? Give feedback.
Hi Ishaan,
Would you be able to clarify? We don't have native GoLang support, however you use Golangs to make HTTP request to self-hosted API version.
Here's the details on how to use REST API: https://gorules.io/docs/cloud/evaluation-api.
Note that this is for self-hosted version which exposes REST services and provides you with UI for rules management. Zen Engine itself as a library doesn't work currently with GoLang.