-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreens.html
119 lines (111 loc) · 2.88 KB
/
screens.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE HTML>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CD4ENCFV58"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64DRFX06T1"></script>
<script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-64DRFX06T1');
</script>
<title>CQL</title>
<link rel="shortcut icon" href="../favicon.ico" >
<link rel="StyleSheet" href="css/nstyle.css" type="text/css" media="all" >
<meta charset="utf-8">
<meta name="keywords" content="CQL,SQL,Data Integration, Data Migration, Category Theory, ETL" >
<meta name="description" content="Conexus CQL" >
<meta name="keywords" content="CQL, functorial, category theory, data integration, data migration, categorical databases, SQL, categorical query language" >
</head>
<body>
<div id="content">
<h1>Categorical Databases<img src="logo.png" height="32" style="float: right;" alt="logo" ></h1>
<a href="https://categoricaldata.net">Home</a> |
<a href="download.html">Download</a> |
<a href="examples.html">Getting Started</a> |
<a href="help/index.html" target="_blank">Manual</a> |
<a href="https://github.com/CategoricalData/CQL/wiki" target="_blank">Wiki</a> |
<a href="papers.html">Papers</a> |
<a href="screens.html">Screen Shots</a> |
<a href="https://github.com/categoricalData" target="_blank">Github</a> |
<a href="https://groups.google.com/forum/#!forum/categoricaldata" target="_blank">Google Group</a> |
<a href="https://conexus.com" target="_blank">Conexus</a> |
<br><br>
<hr>
alt=""
<h2>Screen Shots</h2>
An employee schema and instance:
<br>
<img src="pics/fql1.png" alt="">
<br>
<br>
A visualized employee instance:
<br>
<img src="pics/fql2.png" alt="" >
<br>
<br>
A schema mapping:
<br>
<img src="pics/fql3.png" alt="">
<br>
<br>
SQL generation:
<br>
<img src="pics/fql4.png" alt="">
<br>
<br>
Queries formalized as unions of joins of projections:
<br>
<img src="pics/fql5.png" alt="">
<br>
<br>
Category of Elements for Genome data:
<br>
<img src="pics/elements.png" alt="">
<br>
English translator:
<br>
<img src="pics/english1.png" width="950" alt="">
<img src="pics/english2.png" width="950" alt="">
<br>
<br>
An employee schema, as text:
<br>
<img src="pics/theory.png" width="800" alt="">
<br>
<br>
An employee instance, as text:
<br>
<img src="pics/instance.png" width="800" alt="">
<br>
<br>
A schema instance, visually:
<br>
<img src="pics/instance1.png" width="800" alt="">
<br>
<br>
Machine learning:
<br>
<img src="pics/ml.png" width="800" alt="">
<br>
<br>
Nested data:
<br>
<img src="pics/nested1.png" width="800" alt="">
<br>
<br>
Team members:
<br>
<img src="pics/team.png" width="800" alt="">
<br>
<br>
Team members, as text:
<br>
<img src="pics/mltext.png" width="800" alt="">
<br>
<br>
</div><!--close main-->
</body>
</html>