跳转到内容

资源导航

第 7 部分 · 资源导航

学完整本书后,“还想再深入” 的路标。按你的目的找对应资源——别贪多。

资源链接何时去
n8n 官方文档docs.n8n.io节点参数、配置、API 细节
n8n 官方课程docs.n8n.io/courses想要”官方认证学习路径”
n8n 工作流模板库n8n.io/workflows9600+ 社区贡献的 workflow
n8n 节点列表n8n.io/integrations找特定应用是否有节点
n8n GitHubgithub.com/n8n-io/n8n报 bug / 贡献代码 / 看源码
n8n Changelogdocs.n8n.io/release-notes看最近版本变化
资源链接风格
n8n Community Forumcommunity.n8n.io提问、官方+核心贡献者活跃
r/n8n (Reddit)reddit.com/r/n8n案例分享、吐槽、新功能讨论
n8n Discorddiscord.gg/n8n实时交流、活动公告
Awesome n8ngithub.com/restyler/awesome-n8n社区精选资源大全

📺 YouTube 频道(学完本书后看 visual demo)

Section titled “📺 YouTube 频道(学完本书后看 visual demo)”
频道特色
n8n 官方新功能官方演示
Nate HerkAI Agent 实战、深度
Maxx Romano业务自动化案例
Cody Schneider进阶模式、企业级
AI WorkshopLangChain + n8n 系列
  • PostgreSQL 调优 —— 大量 execution 数据后必须考虑
  • Redis Queue Mode —— 单实例 → 多 worker 横向扩展
  • Reverse Proxy —— Nginx / Caddy / Traefik 配 HTTPS
  • Backup 策略 —— 凭证加密密钥 + execution 数据 + workflow 定义
  • LangChain JS 文档 —— js.langchain.com(n8n AI 节点底层)
  • OpenAI Cookbook —— cookbook.openai.com
  • Anthropic Claude 文档 —— docs.anthropic.com
  • 本地 LLM —— Ollama / LM Studio / vLLM
  • 向量库选型 —— Pinecone / Qdrant / Weaviate / Chroma 对比
  • Postgres pgvector —— 在你的 PG 里加向量能力
  • Supabase —— Postgres + Auth + Storage 一体化
  • Apache Airflow —— n8n 不够用时的下一站(更程序员化)
  1. Queue Mode + 多 worker 部署
  2. RBAC / 多租户 / 团队管理
  3. 错误处理 + 监控 生产实践
  4. restyler/awesome-n8n 的”production patterns"
  1. 把本书第 5 部分所有挑战都做一遍
  2. 通读 LangChain JS 文档
  3. 玩 Pinecone / Qdrant,做 5+ 个 RAG demo
  4. 加入 LangChain Discord / r/LocalLLaMA
  1. 学 TypeScript(如果还不会)
  2. n8n-nodes-starter
  3. 看几个 community node 的源码(如 n8n-nodes-tools
  4. 发布到 npm
  1. docs.n8n.io migration guides
  2. 把现有 Zap 一个个用本书第 6 部分对照重做
  3. 转 Cloud 版省运维,或 Docker 自托管省钱
  • 《Automate the Boring Stuff》 —— 老经典,理解”自动化思维”
  • 《Designing Data-Intensive Applications》 —— 工作流就是数据流,这本书是基石
  • 《The Pragmatic Programmer》 —— DRY、可复用性、抽象层次
  • 感谢 n8n 团队做出这个优秀的开源工具
  • 感谢 community.n8n.io 上无数贡献者的案例和答疑
  • 感谢正在读这本书的你