Auto-sync: 2026-04-16 21:08

This commit is contained in:
2026-04-16 21:08:55 +08:00
parent be7e39a4d0
commit 0dc7e71539
37 changed files with 846 additions and 3 deletions

20
wiki/entities/n8n.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: "n8n"
type: entity
tags: [自动化, 工作流, n8n]
date: 2025-11-11
---
## Aliases
- n8n
## Definition
n8n 是一个开源的工作流自动化工具,可通过可视化界面编排各种服务和自动化任务。
## Role
在电商数据采集系统中n8n 负责调度爬虫、执行 AI 处理、存储结果、发送通知。
## Connections
- [[n8n]] ← orchestrates [[Scrapy]]
- [[n8n]] ← calls [[Ollama]]
- [[n8n]] → writes to [[PostgreSQL]]