thinger-io / node-red-contrib-thinger

Thinger.io Library for Node Red
MIT License
7 stars 1 forks source link

Add Node for Export Bucket #36

Closed georgevbsantiago closed 3 months ago

georgevbsantiago commented 11 months ago

It would be interesting to have a node available to export data from the bucket, returning the URL of the file (CSV, JSON, ARFF) in the payload or the file itself (binary file).

Some of our customers want access to sensor data recorded in the bucket, in CSV file format.

This implementation would facilitate this flow, which we are currently developing with the function node.

image

georgevbsantiago commented 11 months ago

The purpose of this implementation is to be able to send the URL link or binary file to clients or applications, via email or upload to Dropbox, Google Drive, Onedrive...

bautisflow commented 3 months ago

coming soon :)

This node will launch and synchronously return the event of bucket_export_complete, which contains the resulting URL of the file. An additional option is provided to return the file contents instead alongside the url.

Options for setting a custom filename or deleting the files can not be provided as this features are missing the thinger server backend.

bautisflow commented 3 months ago

Released as of version 1.8.0