Files
mdt-docs/slides/pages/004-choose.md

84 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
---
# 多维表格有哪些
现在市面上主流的多维表格有以下几种:
- NocoDBgithub/nocodb
- Teablegithub/teable
- NocoBasegithub/nocobase
- vika维格云github/apitable
- Baserowgithub/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/' />