Closed Sequoia closed 6 years ago
I haven't run any test but I can definitely say that requests are sometimes slow. I'm pulling data from my stream to graph with google charts, and completion times can be inconsistent and sometimes very long. My query isn't just pulling the first page, I'm using a filter (data: 'gt[timestamp]=now-1day'), so that will slow down the response time, but I still wish my request could complete faster.
Unfortunately Phant, our data-streaming service, is no longer in service and will be discontinued. The system has reached capacity and, like a less-adventurous Cassini, has plunged conclusively into a fiery and permanent retirement. There are several other maker-friendly, data-streaming services and/or IoT platforms available as alternatives. The three we recommend are Blynk, ThingSpeak, and Cayenne. You can read our blog post [ https://www.sparkfun.com/news/2413 ] on the topic for an overview and helpful links for each platform.
I was getting lots of errors during some times of the day when attempting to read a data stream so I wrote a script to check reliability of reads of data.sparkfun.com. Below are the results of 100 reads. Basically, response times are slow & frequently time out.
wontfix
? I knowdata.sparkfun
is free so I'd understand if this were the case.Is phant running on multiple instances/cores? Seems like this is either due to too much load or something blocking the event loop. Anyway here's the results & I'll attach my script
test output from 10:13am EST Oct 16
test script