Kogito – Cloud-based business automation platform
kogito.kie.org
Kogito – Cloud-based business automation platform
1–10 of 27 posts
Re: Kogito – Cloud-based business automation platform
#2Re: Kogito – Cloud-based business automation platform
#3Re: Kogito – Cloud-based business automation platform
#4What does it do? Business automation platform sounds very nonspecific.
Also you may want to take a look at our fresh new editors: they are available as VSCode extension, Chrome extension and stand-alone via bpmn.new and dmn.new :)
Re: Kogito – Cloud-based business automation platform
#5What does it do? Business automation platform sounds very nonspecific.
Full disclosure: I work on Kogito. This is a "rethinking" of our traditional engines (Drools, jBPM, OptaPlanner) especially meant for containerized/k8s/lightweight deployment, with support for native compilation through Quarkus. Also you may want to take a look at our fresh new editors: they are available as VSCode extension, Chrome extension and stand-alone via bpmn.new and dmn.new :)
Re: Kogito – Cloud-based business automation platform
#6BTW rules[1] is pretty good.
Re: Kogito – Cloud-based business automation platform
#7What does it do? Business automation platform sounds very nonspecific.
The rules engine is used to constrain/model the edges (transitions) of the overall graph of states within your overall business workflow finite state machine. This is generally implemented by throwing said rules engine at reams of data in the form of data validation, and inferring information from the various contexts that make up a system.
It's usually quite boring. Once you've seen a few, you've basically seen them all. The only differences boil down to the specifics of the industry, data model, and implementation of your basic frameworks.
In actual businesses there's basically maybe 4 actual software buckets that just about everything seems to end up degenerating to.
BPMA(Business Process Management/Automation, I.e. case/customer relation management, stuff related to doing business as a whole), OLTP (On-Line Transaction Processing; how you get data in), AADPETLR (Accounting, Auditing, Data Processing, Extraction, Transformation, Loading, and Reporting; what you do with all that juicy data you've collected).
All of those as I understand it may tend to end up getting combined into something called an ERP, (Enterprise Resource... Platform, I think?)
Having worked on most individual parts at one point, it's a bloody drag reimplementing the same thing over and over again in different wrappers this time. It is, however, the glue that makes basically any modern business work. The funny bit is how pretty much everyone does the same bloody thing, but bends over backwards to protect info with regards to who they are doing/sharing it with; even from their own employees.
Re: Kogito – Cloud-based business automation platform
#8What does it do? Business automation platform sounds very nonspecific.
Full disclosure: I work on Kogito. This is a "rethinking" of our traditional engines (Drools, jBPM, OptaPlanner) especially meant for containerized/k8s/lightweight deployment, with support for native compilation through Quarkus. Also you may want to take a look at our fresh new editors: they are available as VSCode extension, Chrome extension and stand-alone via bpmn.new and dmn.new :)
Re: Kogito – Cloud-based business automation platform
#9Earlier quoted context omitted.
Full disclosure: I work on Kogito. This is a "rethinking" of our traditional engines (Drools, jBPM, OptaPlanner) especially meant for containerized/k8s/lightweight deployment, with support for native compilation through Quarkus. Also you may want to take a look at our fresh new editors: they are available as VSCode extension, Chrome extension and stand-alone via bpmn.new and dmn.new :)
I managed to get Camunda in a severless deployment: https://www.futurice.com/blog/serverless-camunda-terraform-r... Online demo https://camunda-flxotk3pnq-ew.a.run.app/camunda-welcome/inde... I'll checkout kogito, I want something that connects with pubsub for a push workflow better
Re: Kogito – Cloud-based business automation platform
#10Earlier quoted context omitted.
Full disclosure: I work on Kogito. This is a "rethinking" of our traditional engines (Drools, jBPM, OptaPlanner) especially meant for containerized/k8s/lightweight deployment, with support for native compilation through Quarkus. Also you may want to take a look at our fresh new editors: they are available as VSCode extension, Chrome extension and stand-alone via bpmn.new and dmn.new :)
I came across Kogito some days ago as I was looking into some alternatives for our drools based engine. I'd like to build some kind of online editor for business people to manage drm rules easily. How would one go about doing something like that with Kogito?
we are updating, reorganizing and refreshing our documentation :)