-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (211 loc) · 10.3 KB
/
index.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
---
layout: default
---
<section class="hero-banner " role="main"> <!-- h-100 -->
<!-- style="min-height: calc(100% - 50px);"> -->
<div class="container h-100 ">
<div class="row mb-5 hero-text">
<div class="col-md-10 col-sm-12 ">
<p>
<span class="badge rounded-pill text-bg-success">Under active development</span>
</p>
<h1 class="fw-bold">{{site.home_title}}</h1>
<p class="fs-4 lh-base text-secondary">
{{site.description}}
</p>
<!-- <a href="#toolkit-overview" class="btn btn-lg btn-outline-secondary mb-5">Know more</a> -->
</div>
<div class="col-md-12 mt-3">
<div class="row">
<div class="col-md-4 mb-3">
<h4 class="h5 fw-bold">Invana Engine </h4>
<p class="fs-5 text-secondary">Query engine for graph databases with GraphQL abilities</p>
<a href="https://github.com/invana/invana-engine">
<img alt="GitHub Repo stars"
src="https://img.shields.io/github/stars/invana/invana-engine?style=flat">
</a>
</div>
<div class="col-md-4 mb-3">
<h4 class="h5 fw-bold">Invana Studio</h4>
<p class="fs-5 text-secondary">Data Navigator for connected data through time and space </p>
<a href="https://github.com/invana/invana-studio">
<img alt="GitHub Repo stars"
src="https://img.shields.io/github/stars/invana/invana-studio?style=flat">
</a>
</div>
</div>
</div>
</div>
<!-- <hr> -->
<div class="row mt-5 mb-5">
<div class="col-md-12 mt-1 mb-3">
<h5 class="mb-2">Supported databases</h5>
</div>
<div class="col-md-12">
<nav class="nav">
{% for vendor in site.data.vendors %}
<a href="{{vendor.url}}" target="_blank" title="{{vendor.title}}"
class="nav-link ps-0 text-decoration-none text-reset text-underline-0">
<img src="{{vendor.logo}}" class="img-fluid" alt="{{vendor.title}}">
<!-- <h6 class="mt-2 small">{{vendor.title}}</h6> -->
</a>
{% endfor %}
</nav>
</div>
</div>
</div>
</section>
<!-- <section id="toolkit-overview" class=" h-100">
<div class="container h-100">
<div class="row ">
<div class="col-md-8 col-sm-12 mt-5 pt-5">
<div class="clearfix mt-5 mb-5"></div>
<h2 class="fw-bold text-success">Enjoy Analytics like your favorite Game</h2>
<p class="fs-5 lh-base"> Our core capabilities helps you focus on the data analytics,
simplifying your data development activities.</p>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-md-4">
<h3 class="h5 fw-bold">Stitch and Model data</h3>
<p>A simplified, single programming model for your connected data.</p>
</div>
<div class="col-md-4">
<h3 class="h5 fw-bold">Interactive search engine</h3>
<p></p>
</div>
<div class="col-md-4">
<h3 class="h5 fw-bold">Beautiful UI & Data representations</h3>
</div>
</div>
</div>
</section> -->
<!-- <section id="know-more">
<div class="container pt-5 pb-5">
<div class="row mt-5">
<div class="col-md-12 mt-5">
<h2 class="fw-bold text-success">Powering research and analytics methodologies</h2>
</div>
<div class="col-md-8 col-sm-12 mb-5">
<p class="fs-4 lh-base">Our core capabilities helps you focus on the data science, simplifying your data
development and analytics activities.</p>
</div>
<div class="col-md-12 mt-5">
<div class="row">
<div class="col-md-6 mb-4">
<h3 class="fw-bold "> <i class="bi bi-rocket-takeoff "></i> Stitch and Model your data</h3>
<p class="fs-5 lh-base">Model your data as knowledge graphs - entity and relationships with
properties. Model multiple sources data into Unified Schema.</p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold "> <i class="bi bi-rocket-takeoff "></i> Search & Traverse</h3>
<p class="fs-5 lh-base">Instantly build and ship all your data as secured GraphQL API; making
your data model integrations ready.</p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold h4"> <i class="bi bi-rocket-takeoff "></i> Stitch your data sources</h3>
<p class="fs-5 lh-base">
Connect all your data from your apps, tools,
datasets, data and AI pipelines using Python and GraphQL API.
</p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold h4"> <i class="bi bi-rocket-takeoff "></i> Automate Insights and Inferences
</h3>
<p class="fs-5 lh-base">Schedule investigations with pattern recognition and rule-based
algorithms on your data .</p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold h4"> <i class="bi bi-rocket-takeoff "></i> Interactive Graph search </h3>
<p class="fs-5 lh-base">Extend your curiosity by traversing and filtering through the entities
and relationships interactively with out code. </p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold h4"> <i class="bi bi-rocket-takeoff "></i> Visualisations and Annotations
</h3>
<p class="fs-5 lh-base">Visualise, interact and annotate entities and relationships to generate
intuitive and meaningful data representation. </p>
</div>
<div class="col-md-6 mb-4">
<h3 class="fw-bold h4"> <i class="bi bi-rocket-takeoff "></i> Publish your work, make it
re-usable </h3>
<p class="fs-5 lh-base">Publish and share your data models, integrations and visualisations.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section>
<div class="container pt-5" id="how-it-works">
<div class="row mt-5">
<div class="col-md-4">
<h2 class="fw-bold text-success">Connect your data</h2>
</div>
<div class="col-md-8">
{% include api-usage.html %}
</div>
</div>
</div>
</section> -->
<!-- <section id="ecosystem" class="mb-5">
<div class="container pt-5 pb-5">
<div class="row">
<div class="col-12 mt-5">
<hr class="mb-5">
</div>
</div>
<div class="row text-center ">
<div class="col-md-12 mb-3 mt-5 ">
<h2 class="fw-bold text-success">Ecosytem</h2>
<p class="fs-5 mb-5">Integrate Invana with your web applications and data analytics pipelines.</p>
</div>
<div class="col-md-6 ">
<div class="card">
<div class="card-header">
<h3 class="h5 mb-2 mt-2">Supported graph data backends</h3>
</div>
<div class="card-body">
<div class="row mt-3 justify-content-md-center">
{% for vendor in site.data.vendors %}
<div class="col-md-3 mt-1 col-sm-6 col-6 mb-4">
<a href="{{vendor.url}}" target="_blank"
class="text-decoration-none text-reset text-underline-0">
<img src="{{vendor.logo}}" class="img-fluid" alt="{{vendor.title}}">
<h6 class="mt-2 small">{{vendor.title}}</h6>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="card">
<div class="card-header">
<h3 class="h5 mb-2 mt-2">integrations</h3>
</div>
<div class="card-body">
<div class="row mt-3 justify-content-md-center">
{% for vendor in site.data.integrations %}
<div class="col-md-3 mt-1 col-sm-6 col-6 mb-4">
<a href="{{vendor.url}}" target="_blank"
class="text-decoration-none text-reset text-underline-0">
<img src="{{vendor.logo}}" class="img-fluid" alt="{{vendor.title}}">
<h6 class="mt-2 small">{{vendor.title}}</h6>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="clearfix mt-5 mb-5"></div>
<!-- <section class=" bg-body-tertiary border-top mt-5 ">
<div class="container">
{% include build-first-graph.html %}
</div>
</section> -->