Dear TagoIO
I have recently started working with TagoCore. So I would like to perform analysis with the data. When we do it with TagoIO we have the SDK that allows us to query the data. In TagoCore, do we also have an SDK?
Dear TagoIO
I have recently started working with TagoCore. So I would like to perform analysis with the data. When we do it with TagoIO we have the SDK that allows us to query the data. In TagoCore, do we also have an SDK?
Hi Loratech S.A.C,
Yeah we do, they’re called Plugins. In order to query data from buckets you’ll need to use these.
If you need more help just say it ![]()
Hello Freddy Minuzzi,
Thank you for your reply. I don’t have much experience yet to be able to develop a plugin. For the moment I am trying to do it this way:
1. I am using mysql in my nodejs script to be able to connect to the tcore and tcore_device database.
2. Once connected to my database, I’m doing some queries to get the information and analyse it.
3. I am using nodemailer to be able to send mails of the values I am analysing.
This is the route I have taken. Any suggestions on something I should include or another way to solve it?
Hey Loratech S.A.C,
The way you’re doing it will definitely work. Plugins are very simple to create if you follow this documentation, another way you could do it is by using an Analysis with a script.