Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deepmemo knowledge base - Coggle Diagram
Deepmemo knowledge base
facts
fact model: arg 1, arg 2 ...
phone
type (string / integer ...)
key Y/N
name
type (string / integer ...)
key Y/N
email
type (string / integer ...)
key Y/N
store id
type (string / integer ...)
key Y/N
....
client 123fgg455
phone: 3809567465345
name: Mike
email:
example@corezoid.com
store id: 13
client 9877fgg
name: Helen
email:
example2@corezoid.com
counters
tree 1. antifraud
client - imei
param {{client_id}} + param {{imei}}
380671234567 -
rtnr676hgnhn
- count 3
380671234567 - ftrt75yhth - count 77
380670987654 -
rtnr676hgnhn
- count 24
client - device
param {{client_id}} + param {{device_model}}
380671234567 - Samsung Galaxy - count 3
client - gps
param {{client_id}} + param {{gps}}
380671234567 - dnipro - count 8
imei - clients
param {{imei}} + param {{client_id}}
rtnr676hgnhn - count 2
ftrt75yhth - count 1
client - ip
param {{client_id}} + param {{ip}}
380671234567 - 112.56.7.8 - count 10
380671234567 - 144.56.7.8 - count 2
ip - clients
param {{ip}} + param {{client_id}}
112.56.7.8 - count 1
144.56.7.8 - count 1
create counters tree
tree 2. retail
client 380671234567 - group 45 meats - count 80
client 380671234567 - group 45 meats - item 65 turkey - count 4
client 380671234567 - group 45 meats - item 7 chicken - count 42
client 380671234567 - group 45 meats - item 98 jamon - count 24
client 380671234567 - group 45 meats - item 63 beef - count 3
client 380671234567 - group 45 meats - amount 5000
client 380671234567 - group 45 meats - item 65 turkey - amount 1000
client 380671234567 - group 45 meats - item 7 chicken - amount 2000
client 380671234567 - group 45 meats - item 98 jamon - amount 1500
client 380671234567 - group 45 meats - item 63 beef - amount 500
client 380671234567 - group 12 fruits - count 35
client 380671234567 - group 12 fruits - item 1234 apple - count 33
client 380671234567 - group 12 fruits - item 456 lemon - count 2
....
client 380671234567 - group 12 fruits - amount 250
client 380671234567 - group 12 fruits - item 1234 apple - amount 200
client 380671234567 - group 12 fruits - item 456 lemon - amount 50
....
client - item group: param {{client_id}} + param {{group_no}} + param {{quantity}}
...
client - item id: param {{client_id}} + param {{item_id}} + param {{quantity}}
client - item group: param {{client_id}} + param {{group_no}} + param {{amount}}
client - item id: param {{client_id}} + param {{item_id}} + param {{amount}}
atoms
rules