-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Data Save Functionality #14
Comments
Here is This requires the whole data set to be stored in the browser. The other option, and the one that might reduce latency, is to publish the data to a Pub/Sub service, or a server that is running to store the data asynchronously from the client code. Store to bigtable: https://cloud.google.com/bigtable/docs/samples-nodejs-hello |
question becomes, what to record, then we have spectra, that is probably a scroll down, but it is useful to watch the spectra and raw data coincidentally and view the changes as filters are introduced, then the spectra has options to modify the parameters of the fft, and whatever is being shown can be recorded Then we divide into 5 bins of frequency and show the bar graphs, those can be recorded lets start with the first one, raw data |
I will work on the minimum viable product of a client saving their data in the front end. We do not want to store THIER data on our servers, so we can keep it all client side for now. |
Building a csv data array and then downloading with: https://www.npmjs.com/package/react-csv |
StreamSaver: https://www.npmjs.com/package/streamsaver
|
This can be closed with the merging of #77 |
buttons to save csv files
The text was updated successfully, but these errors were encountered: