How to store data with n8n?
-
I want to store some data from n8n. Ideally, I would store it in a database of somesort, but there doesn't seem a way to store the data on cloudron directly other than potentially writing to a csv file, which is less than ideal.
With that in mind, what do people do?
-
Hi @random_eric,
It all depends on how you configure your workflow and the final destination you want for your data.
You have multiple options, from a simple Google Sheets or within the Cloudron ecosystem, you can store data in Baserow, NocoDB, Nextcloud, MySQL....
Or you can always use the HTTP Request node and connect to the application you want through its API.
-
@martinkbs
That's exactly what I was looking for!
I wasn't aware of Baserow or NocoDB. It sounds it might fit my needs.Thanks for the ideas!
-
-