132 lines
4.5 KiB
HTML
132 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta
|
||
name="viewport"
|
||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||
/>
|
||
|
||
<title>reveal.js</title>
|
||
|
||
<link rel="stylesheet" href="dist/reset.css" />
|
||
<link rel="stylesheet" href="dist/reveal.css" />
|
||
<link rel="stylesheet" href="dist/theme/black.css" />
|
||
|
||
<!-- Theme used for syntax highlighted code -->
|
||
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
|
||
</head>
|
||
<body>
|
||
<div class="reveal">
|
||
<div class="slides">
|
||
<section data-markdown
|
||
data-background-image="./images/mikufans.jpg"
|
||
data-background-opacity="0.39"
|
||
data-background-color="white"
|
||
>
|
||
### 峰悦交易看板
|
||
|
||
By `mikufans`
|
||
</section>
|
||
<section
|
||
data-background-image="./images/tg_image_1349760345.jpeg"
|
||
data-background-size="contain"
|
||
>
|
||
<img src="./images/photo_2022-11-20_17-55-46.jpg" width="400" />
|
||
</section>
|
||
<section
|
||
data-background-image="./images/workflow.svg"
|
||
data-background-size="contain"
|
||
>
|
||
<div style="padding: 3em; background-color: rgba(0,0,0,0.39);">
|
||
整体架构图
|
||
<br />
|
||
|
||
<small>全部模块采用 Docker 容器化部署</small>
|
||
</div>
|
||
</section>
|
||
<section>
|
||
<section data-markdown
|
||
data-background-image="./images/elephant.png"
|
||
data-background-opacity="0.39"
|
||
data-background-size="cover"
|
||
>
|
||
### 后端数据库 - PostgreSQL
|
||
|
||
- 开源、稳定、高性能的混合式数据库后端
|
||
- 能够储存结构化和非结构化的混合式数据
|
||
- 储存股票时序记录
|
||
- 超过1000只股票的10年数据纪录
|
||
</section>
|
||
<section data-markdown
|
||
data-background-image="./images/logo.png"
|
||
data-background-opacity="0.39"
|
||
>
|
||
### 后端数据源 - RSSHub
|
||
|
||
- 活跃开源项目,超过8000个commit
|
||
- 聚合超过数十家金融平台的新闻、文章、评论
|
||
</section>
|
||
<section data-markdown
|
||
data-background-image="./images/grafana_logo-web-white-text.svg"
|
||
data-background-size="contain"
|
||
data-background-opacity="0.39"
|
||
>
|
||
### 前端数据面板 - Grafana
|
||
|
||
- 开源的专业实时数据监控面板
|
||
- 组件化配置各个数据源模块
|
||
- 自定义筛选各类数据源
|
||
- 跨平台支持PC、手机,自适应屏幕大小
|
||
- 设置监控警告事件,及时处理突发情况
|
||
</section>
|
||
</section>
|
||
<section>
|
||
<section>
|
||
<h3>DEMO !</h3>
|
||
<a href="https://baka.link/zv2w" target="_blank">Snapshot https://baka.link/zv2w</a>
|
||
<small>
|
||
<p>or</p>
|
||
<a href="https://home.bakaawt.com:3000/d/BKKLA5dVz/feng-yue-jiao-yi-kan-ban">
|
||
https://home.bakaawt.com:3000/d/BKKLA5dVz/feng-yue-jiao-yi-kan-ban
|
||
</a></small>
|
||
</section>
|
||
</section>
|
||
<section>
|
||
<div>
|
||
<h2>Creators</h2>
|
||
<div style="display: flex; justify-content: space-evenly;">
|
||
<div style="display: flex; flex-direction: column;">
|
||
<img src="./images/avatar.jpg" width="200" style="border-radius: 50%;" />
|
||
<span>艾文韬</span>
|
||
</div>
|
||
<div style="display: flex; flex-direction: column;">
|
||
<img src="./images/heimoshuiyu.jpg" width="200" style="border-radius: 50%;" />
|
||
<span>陈永源</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
</div>
|
||
|
||
<script src="dist/reveal.js"></script>
|
||
<script src="plugin/notes/notes.js"></script>
|
||
<script src="plugin/markdown/markdown.js"></script>
|
||
<script src="plugin/highlight/highlight.js"></script>
|
||
<script>
|
||
// More info about initialization & config:
|
||
// - https://revealjs.com/initialization/
|
||
// - https://revealjs.com/config/
|
||
Reveal.initialize({
|
||
hash: true,
|
||
heigh: 1920,
|
||
wdith: 1080,
|
||
|
||
// Learn about plugins: https://revealjs.com/plugins/
|
||
plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|