-
Notifications
You must be signed in to change notification settings - Fork 71
/
CINDER-software.json
executable file
·58 lines (58 loc) · 1.63 KB
/
CINDER-software.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"DARPA Program": "CINDER",
"Program Teams": [
"KoreLogic, Inc."
],
"Contributors": [
""
],
"Sub-contractors": [
""
],
"Software": "Giles",
"Internal Link": "",
"External Link": "https://git.korelogic.com/giles.git/",
"Public Code Repo": "https://github.com/KoreLogicSecurity/giles",
"Instructional Material": "",
"Stats": "giles",
"Description": "Giles is a compiler that takes a description of a production rule system and generates a schema for a SQL database. Databases created with these schemas are standalone production rule systems/event correlation engines in database form, allowing for ease of use and embedding within larger projects. (Python)",
"Internal Code Repo": "",
"License": [
"GPLv3"
],
"Languages": [
"Python"
],
"Platform Requirements": [
"Python version 3.4"
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
""
],
"Functionality": [
"Production Rule Systems",
"Artificial Intelligence",
"Pattern Matching",
"Databases",
"Event Correlation"
],
"Categories": [
"Analytics"
],
"New Date": "20150406",
"Update Date": ""
}
]