Kb – Prolog Knowledge Base
github.com
Kb – Prolog Knowledge Base
1–10 of 19 posts
Re: Kb – Prolog Knowledge Base
#2Re: Kb – Prolog Knowledge Base
#3Re: Kb – Prolog Knowledge Base
#4Re: Kb – Prolog Knowledge Base
#5I'm developing a similar project, I also added scripts to it so it works like an hermetic/replayable system too. Do you use yours for anything cool? Maybe a truth maintenance system of sorts? Do the queries get unwieldy at some point?
Re: Kb – Prolog Knowledge Base
#6I built a similar thing recently, for agents, aimed at enabling prolog queries over handles in markdown corpora (and code): https://github.com/flowerornament/anneal. A true slopwerk in comparison to this, however.
Re: Kb – Prolog Knowledge Base
#7What would be a good use case for this?
A big part of it used prolog to map artifacts to application to business and technical accountable individuals. So if a down storage device offlined a database and broke an app, the business user and storage guy would be called or paged.
My team does this with Splunk today. For probably 50x the compute and 10x the cost.
Re: Kb – Prolog Knowledge Base
#8Re: Kb – Prolog Knowledge Base
#9Re: Kb – Prolog Knowledge Base
#10What would be a good use case for this?
Years ago I worked on an event system that correlated about 500k daily events to about 40 actionable daily events. A big part of it used prolog to map artifacts to application to business and technical accountable individuals. So if a down storage device offlined a database and broke an app, the business user and storage guy would be called or paged. My team does this with Splunk today. For probably 50x the compute a…