gorules / zen

Open-source Business Rules Engine for your Rust, NodeJS, Python or Go applications.

Home Page:https://gorules.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload a rule to docker image using an API

ishaan812 opened this issue · comments

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.