mirror of
https://github.com/Zie619/n8n-workflows.git
synced 2025-11-25 03:15:25 +08:00
docs: update workflow count to 4343 in README and GitHub Pages
Updated workflow statistics across documentation: - README badge updated to 4343+ workflows - Production workflows count updated to 4,343 - Repository structure documentation updated - GitHub Pages stats.json updated with new counts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://www.buymeacoffee.com/zie619)
|
[](https://www.buymeacoffee.com/zie619)
|
||||||
@@ -45,7 +45,7 @@ Visit **[zie619.github.io/n8n-workflows](https://zie619.github.io/n8n-workflows)
|
|||||||
<td width="50%">
|
<td width="50%">
|
||||||
|
|
||||||
### 📊 By The Numbers
|
### 📊 By The Numbers
|
||||||
- **2,057** Production-Ready Workflows
|
- **4,343** Production-Ready Workflows
|
||||||
- **365** Unique Integrations
|
- **365** Unique Integrations
|
||||||
- **29,445** Total Nodes
|
- **29,445** Total Nodes
|
||||||
- **15** Organized Categories
|
- **15** Organized Categories
|
||||||
@@ -149,7 +149,7 @@ graph LR
|
|||||||
|
|
||||||
```
|
```
|
||||||
n8n-workflows/
|
n8n-workflows/
|
||||||
├── workflows/ # 2,057 workflow JSON files
|
├── workflows/ # 4,343 workflow JSON files
|
||||||
│ └── [category]/ # Organized by integration
|
│ └── [category]/ # Organized by integration
|
||||||
├── docs/ # GitHub Pages site
|
├── docs/ # GitHub Pages site
|
||||||
├── src/ # Python source code
|
├── src/ # Python source code
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"total_workflows": 2057,
|
"total_workflows": 4343,
|
||||||
"active_workflows": 215,
|
"active_workflows": 434,
|
||||||
"inactive_workflows": 1842,
|
"inactive_workflows": 3908,
|
||||||
"total_nodes": 29528,
|
"total_nodes": 29528,
|
||||||
"unique_integrations": 367,
|
"unique_integrations": 268,
|
||||||
"categories": 15,
|
"categories": 16,
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"Complex": 832,
|
"Complex": 1737,
|
||||||
"Manual": 478,
|
"Manual": 998,
|
||||||
"Scheduled": 226,
|
"Scheduled": 477,
|
||||||
"Webhook": 521
|
"Webhook": 1129
|
||||||
},
|
},
|
||||||
"complexity": {
|
"complexity": {
|
||||||
"high": 716,
|
"high": 1520,
|
||||||
"low": 566,
|
"low": 1172,
|
||||||
"medium": 775
|
"medium": 1650
|
||||||
},
|
},
|
||||||
"last_updated": "2025-11-03T11:28:31.626577"
|
"last_updated": "2025-11-03T21:12:58.661616"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user