Skip to content

Commit 06cd622

Browse files
authored
doc: update index
1 parent 676913f commit 06cd622

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

index/framework.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,32 +82,6 @@ graph LR
8282
+ It takes a folder in your file system as input and produces the raw metrics in CSV along with a EDA report.
8383

8484
+ It is distributed as Docker container as well as a Python entry point application.
85-
<!--
86-
***
87-
88-
``` mermaid
89-
---
90-
title: bqconnect Desktop
91-
config:
92-
theme: neutral
93-
layout: elk
94-
---
95-
graph LR
96-
upload(Upload) --> gui{Web}
97-
gui{Web GUI} --> api(bqconnect Service)
98-
api(Backend) --> db[(Database)]
99-
db[(Database)] --> report(EDA Report)
100-
db[(Database)] --> output(Raw CSV)
101-
db[(Database)] --> outlier(Outliers Detected)
102-
```
103-
104-
+ bqconnect Desktop is a GUI application for openbq.
105-
106-
+ Can, currently, only be deployed as a desktop application.
107-
108-
+ Vertical scaling only.
109-
110-
+ It is distributed as Docker container. -->
11185

11286

11387
## System Requirements

index/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ config:
5050
face --> biqt-face([BIQT])
5151
voice --> nisqa([NISQA])
5252
end
53-
title --> cli(bqconnect CLI)
54-
title --> service(bqconnect Service)
55-
title --> gui(bqconnect Desktop)
53+
title --> cli([bqconnect CLI])
54+
title --> desktop([bqconnect Desktop (WIP)])
5655
click finger "http://docs.openbq.io/modalities/fingerprint.html" _blank
5756
click face "http://docs.openbq.io/modalities/face.html" _blank
5857
click iris "http://docs.openbq.io/modalities/iris.html" _blank

0 commit comments

Comments
 (0)