Course :: Workshop n8n - up1/training-courses GitHub Wiki
Course :: Workshop n8n
Software requirements
Outline
- Introduction to n8n to create automation workflow
- Workflow
- Design your workflow (end-to-end)
- Why -> What -> How
- Core concepts of n8n
- Installation and configuration
- On-cloud
- On-local or on-prem
- Manage configuration and credentials
- Working with Nodes
- Node
- Function node
- Switching node
- Branching and logic
- More
- Integrate your workflow with AI or LLM provider
- Working with AI
- Add memory to your workflow
- Trigger and integrate to your system
- Demo workflow
- Summarize data from your documents (PDF, OCR)
- RAG (Retrieval Augmented Generation)
- Integrate with External API
- Optimize your workflow
- Error handling to catch exception and prevent failure
- Optimize your workflow
- Minimize number of nodes
- Reduce size of data processing steps
- Use template
- Documentation ans sharingyour workflow
- Workshop
- Create simple workflow
- By your use cases
- Testing your workflow
- Production checklists