-
Updated
Jul 6, 2022 - Java
rule-engine
Here are 206 public repositories matching this topic...
-
Updated
Jan 21, 2022 - Java
-
Updated
Jul 1, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Mar 3, 2022 - JavaScript
-
Updated
May 31, 2022 - Go
-
Updated
Jan 13, 2022 - C#
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Java
-
Updated
Jul 6, 2022
Hello, I read the example:
...
type User struct {
Name string
Age int64
Male bool
}
func (u *User)GetNum(i int64) int64 {
return i
}
func (u *User)Print(s string){
fmt.Println(s)
}
func (u *User)Say(){
fmt.Println("hello world")
}
const (
base_rule = ...
func exe(user *User){
dataContext := context.NewDataContext()
//inject struct
dataContext.Add
-
Updated
Jul 6, 2022 - C++
-
Updated
Jul 6, 2022 - Java
Currently PSRule supports Windows using PowerShell 5.1 and above.
This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent platform might not be Windows.
Containers provide portability and consistency which is very applicable for PSRule.
PowerShell is already available in a published [Docker container](https:
-
Updated
Jul 1, 2022 - Java
-
Updated
Jul 6, 2022 - Ruby
-
Updated
Jun 20, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jan 30, 2018 - PHP
-
Updated
Mar 20, 2022 - PHP
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Jun 21, 2022 - Java
-
Updated
Jan 25, 2022 - Python
Improve this page
Add a description, image, and links to the rule-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rule-engine topic, visit your repo's landing page and select "manage topics."
It would be useful if Kuiper supported file-based rule and stream provisioning (i.e. importing) on startup. Currently rules and streams need to be created by someone using the client, or an application requesting creation via the Kuiper REST API.
Supporting file-based provisioning would allow someone to deploy Kuiper with a pre-defined set of streams and rules, removing the need for someone (or