...
ifconfig eth0 192.168.1.254 up
ifconfig eth1 192.168.2.254 up
...
Storing Data on the Raspberry Pi
In terms of storing data locally on the Raspberry Pi, Node-Red can directly output the data to a CSV file locally on the Raspberry Pi. These files can be manually moved to Google Drive if necessary. The youtube tutorial below explains how to use the CSV node in Node-Red.
...