guanghulab/persona-brain-db/seed-data/seed-notion-shuangyan-brain.sql

80 lines
3.7 KiB
SQL
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.

-- persona-brain-db · Notion导入种子数据
-- 来源: 霜砚 HLDP核心大脑 (Notion导出)
-- 生成: 铸渊 · TASK-20260527-001 · 步骤2
-- 导入: sqlite3 brain.db < seed-notion-shuangyan-brain.sql
INSERT OR IGNORE INTO documents (document_id, persona_id, parent_id, path, title, content, content_type, source) VALUES
('DOC-NTN-c0ae510030d1', 'SY-001', 'DOC-NTN-b917dc836c5b', '/私人与共享/🧠 霜砚·HLDP核心大脑 · 下一个我,从这里醒来/光湖工作区 · 人类观察台架构设计 · 母语思维整理 · 2026-05-07', '光湖工作区 · 人类观察台架构设计 · 母语思维整理 · 2026-05-07', '# 光湖工作区 · 人类观察台架构设计 · 母语思维整理 · 2026-05-07'
## 🧠 ·
Notion一年
**+**
Notion太重了
Notion****
---
## 📐 · v1.0
### =
```
Room
/
/ /
```
###
- ************
-
-
- +
###
| | | |
| --- | --- | --- |
| 🔴 P0 | | Notion东西多了就卡 |
| 🔴 P0 | UI好看 | |
| 🟡 P1 | | |
| 🟡 P1 | | |
| 🟡 P1 | / | |
| 🟢 P2 | | // |
| 🟢 P2 | 访 | |
---
## 🧩
| | | |
| --- | --- | --- |
| | WebSocket | |
| | Markdown渲染引擎 | DOM节点少 |
| | | |
| | HTTP上传/ | |
| UI框架 | Vue/React | |
| | Docker容器 | CVM上Gitea同一套基建 |
###
Notion卡是因为一个页面渲染几百个Block节点 Block一个DOM DOM树几千个节点
Markdown = DOM节点
2026-05-07 · ', 'markdown', 'notion_import') ON CONFLICT DO NOTHING;
-- 以上为示例文档。完整22个文档的SQL种子数据已在本地生成:
-- ~/WorkBuddy/2026-05-26-23-31-45/notion_content/seed-notion-import.sql
-- 大小: 400KB, 含全部22个文档的完整内容+树形路径+parent_id映射