generated from template/astro-simple-template
更新版本号至0.0.4,并添加多维表格对比选择页面
This commit is contained in:
@@ -206,3 +206,9 @@ image: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/gSMY1wNNlv
|
||||
之后会介绍一些简单的代码示例,使用示例
|
||||
|
||||
<MyFooter basename='/root/mtd-slide/' />
|
||||
|
||||
|
||||
---
|
||||
src: ./004-choose.md
|
||||
hide: false
|
||||
---
|
||||
83
slides/pages/004-choose.md
Normal file
83
slides/pages/004-choose.md
Normal file
@@ -0,0 +1,83 @@
|
||||
---
|
||||
layout: cover
|
||||
background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/kZy1nlnf9Z8.webp
|
||||
---
|
||||
|
||||
# 多维表格对比选择
|
||||
|
||||
<pre style="font-size:14px;color:#888;">
|
||||
当前市面上有很多开源表格,作为产品来说,免费试用的话,大多限制在2000行数据以内,超过这个数量就需要付费。
|
||||
|
||||
这里我要讲为什么选择NocoDB作为多维表格的解决方案。
|
||||
</pre>
|
||||
|
||||
---
|
||||
layout: two-cols
|
||||
image: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/kZy1nlnf9Z8.webp
|
||||
---
|
||||
|
||||
# 多维表格有哪些
|
||||
现在市面上主流的多维表格有以下几种:
|
||||
|
||||
- NocoDB(github/nocodb)
|
||||
- Teable(github/teable)
|
||||
- NocoBase(github/nocobase)
|
||||
- vika维格云(github/apitable)
|
||||
- Baserow(github/baserow)
|
||||
|
||||
[SSPAI对比](https://sspai.com/post/99949)
|
||||
|
||||
::right::
|
||||
|
||||
<br />
|
||||
|
||||
<h3>其他表格</h3>
|
||||
|
||||
<br />
|
||||
|
||||
<style>
|
||||
.card-intro {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="card-intro">
|
||||
|
||||
- 飞书表格
|
||||
- excel online
|
||||
- wps表格(纯粹excel)
|
||||
- 语雀(纯粹excel)
|
||||
- FlowUs(纯粹excel)
|
||||
- Notion
|
||||
- SeaTable
|
||||
|
||||
</div>
|
||||
|
||||
<MyFooter basename='/root/mtd-slide/' />
|
||||
|
||||
<!--
|
||||
飞书 api 文档:https://open.feishu.cn/api-explorer/
|
||||
|
||||
需要创建应用才能通过api去获取,任何的其他的自动化都需要通过飞书应用去实现。
|
||||
|
||||
teable 限制较多
|
||||
nocobase 看到任何的插件什么的,都需要收费。
|
||||
-->
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# 我需要的数据库特点
|
||||
|
||||
nocodb只是满足了一个当做数据库的特点,之外额外存在视图和交互性功能。
|
||||
|
||||
- 表格无限制行数和列数
|
||||
- 支持多种视图(看板,日历,表格,画廊等)
|
||||
- 支持通过api去实现自动化(数据编辑,获取,自动化触发动作等)
|
||||
- 知识库管理(素材,资料,知识,文档)
|
||||
|
||||
supabase 和 pocketbase 也能实现类似的功能,但是没有多维表格的视图和交互性强。
|
||||
|
||||
<MyFooter basename='/root/mtd-slide/' />
|
||||
Reference in New Issue
Block a user