Creating your own analysis is easy. First, click on Analysis on the sidebar, then click the + Add Analysis button in the upper right of the analysis main screen. Just write a name and you’re ready to go!
What you usually use to identify your analysis. You can use whitespaces, numbers and any other character for this field.
This is the programming language used in the scripts of your analysis. Currently we support Deno, Python and Node.js if you run your script on TagoIO.
This field identifies where your script will be running. By default TagoIO offers to run your script on our servers. If you select the external option on the Run this script from field, we provide Python SDK, Javascript SDK for Deno and NodeJS so you can run the analysis directly from your machine.
You can select a code example when you are creating your analysis to start off with a real world example. This is highly recommended if you are a beginner, as they give you more insight and a better view on the functions and the scopes of the script.
Once your press the button to create your analysis you will be redirected to a new page. There are a couple more fields there that are worth mentioning.
You can trigger your analysis script manually, but you can also define a time interval to automatically trigger your analysis. In this field you will find a couple of predefined time options, but you can also set your own custom time interval by selecting the option Custom.
This field is only used if you are running your analysis as external. If you want more information on how the token works, check out the article Running Analysis as External using Node.JS.