-
I would like to be able to post parameters and have it accept whatever I give it, adding columns if necessary. Sort of like how Dweet works
-
Hello,
I have 8 data fields to be uploaded on phant. After firing input query from browser i'm getting result successful. but when i open the dashboard to see the data it is showing me blank page.
…
-
(node:3344) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
/opt/bitnami/nodejs/lib/node_modules/phant/lib/validator.js:173
if (!data.hasOwnProperty(key)) {
…
-
I'd love to be able to query a date an have Phant return an index (sample number since the beginning) for that date. I think about just adding an index field to my data, but it's problematic. What if …
-
I noticed that the output to stderr was duplicated. I tracked it down to the validator, where the incoming data is printed once for every data field. I don't see that the data is changed at all within…
-
I want to be able to send records to a mysql database, but I was not able to find a stream output module for mysql. I decided I could use the stderr from the validator, parsing it and inserting it int…
-
I have been running phant on my server but realised that the processes automatically close down regularly ( maximum three days)
is there any parameter to control this?
thanks,
-
as per title, currently the number of channels is only up to 30, is there a way to increase the number of channels up to 50, for example?
Thanks
-
I have a local server running phant. How can I change the configuration so that users on the local network cannot create new streams?
-
We are interested in deploying Phant to a cloud service (AWS, Google, Azure,..) with MQTT messaging and MongoDB backend for persistent data storage to provide a database for graphing IoT time series d…