Original link: http://afoo.me/posts/2022-05-28-from-n8n-to-my-own-dogfood.html
A good tool: Eating your own dog food after returning from n8n – Teacher Supporting the Wall: Thinking and Precipitation of an Architect
Good Tool: Return from n8n to eat your own dog food
Wang Fuqiang
2022-05-28
Build and use good tools: turn to eat my own dog food from n8n
Tell the story of n8n today…
n8n is a flow platform that can be self-deployed. Maybe for js developers or non-developers, this platform will be attractive. My personal experience is as follows:
- Trying to build a complex multi-node flow, frustrated by the insufficient v2 api level of twitter;
- Try to simplify the flow, just use cron node + http requests for these nodes, works;
- I found out today that the defined flow weekend also triggered the discord webhook. After reading it, I found that the cron node of n8n does not seem to support the complete cron expression?
- Then I returned to my best low-level skills, linux local crontab + a monolith written in scala to provide web api, done!
Although I would love to use a good tool,
But I found that the most suitable tool is a good tool;
This article is reprinted from: http://afoo.me/posts/2022-05-28-from-n8n-to-my-own-dogfood.html
This site is for inclusion only, and the copyright belongs to the original author.