Hacker News new | ask | show | jobs
by hamter 1419 days ago
This looks pretty useful and I will definitely be trying it out. I see you can upload CSV files for visualizing. Is there a way to send data as it's generated?

Another question would it be possible for Marple to use the data locally (or from say my own s3 bucket or database) instead of having to upload it to your servers?

1 comments

Cool, thanks!

Is there a way to send data as it's generated? Yes! We have a tiny python SDK that can take care of that. Read more here: https://www.marpledata.com/docs/by-category/developers

[...] use data locally instead of having to upload it to your servers? No, not yet. We are however prototyping an influxdb integration. Would that cover your use case?

I haven't used influxdb before but if the data resides on hosts I own I think that would be acceptable. Thanks for your answers!