In the previous post, we have seen what is Time-series database, what is TICK stack, how to install TICK Stack in both local and VM instances, and visualized the system metrics in Chronograf.
In this post, we will write our own plugin which will collect metrics from Youtube
Telegraf is a server-based agent that collects metrics from inputs-applications, databases, message queues…
Now we are in the digital age where every second produces data a.k.a. information from your phone, the video you watch, the food you order, the car you drive, the sensor you touch, and of course the article which you read right now everything counts in the digital age. Every small thing counts on :)
So what we do with these pieces of information? To create a better future we use this information.
Okay so, what does the title InfluxDB meant and what is the benefit that i will get by reading this article?
If that’s the question that comes…
In this post, we will see how to connect a 3G Dongle in Raspberry Pi4 which has Ubuntu 20.4 LTS OS installed
The Raspberry Pi is a low cost, credit-card sized computer which enables people of all ages to explore computing, and to learn how…
In this post, we will learn how to check the Twilio Balance using Apps Script and send an email to the user when the threshold level meets.
But Twilio already sends an email when the balance reaches $5 then why do we need this script?
If that was the question that runs through your mind means think of this scenario what would you do if your client asks you to send an email when Twilio balance reaches $10 instead of $5. You cannot check every day then what you can do?
Automate it by writing a script using Apps Script
Few years ago i had some weird questions to myself like
And yes all of my questions were answered by COVID and it’s cascading effects throughout 2020 and still waiting for more answers :)
Let’s begin with the third point which i have mentioned earlier about the events.
When the cascading effects of COVID start…
Imagine you have 5000 audio files in your Amazon S3 bucket and you want to move it to a new AWS Account. But there is one caveat that you cannot zip the audio folder and download it to your local machine and upload it to the new AWS Account.
So what you would do? Don’t worry you are in the right place for the solution
In this post, you will learn how to migrate the data/objects of S3 Bucket from one AWS account to another AWS account
Google Assistant team has introduced a suite of new and improved developer options to create conversational actions. We will look about scenes in the new Actions Builder
Google Assistant is a personal voice assistant that offers a host of actions and integrations. From sending texts and setting reminders, to ordering coffee and playing music, the 1 million+ actions available suit a wide range of voice command needs.
The assistant team has introduced the two new developer tools
Google Assistant team has introduced a suite of new and improved developer tools to create conversational actions. Today we will see how to install the new gactions CLI in Ubuntu
Google Assistant is a personal voice assistant that offers a host of actions and integrations. From sending texts and setting reminders, to ordering coffee and playing music, the 1 million+ actions available suit a wide range of voice command needs.
The assistant team has introduced the two…
Google Assistant has taken a major step to revamp the Developer tools by introducing Actions Builder and Actions SDK
Actions Builder is a web-based IDE that lets you develop, test, and deploy directly in the Actions console. The graphical interface lets you visualize the conversational flow, manage Natural Language Understanding (NLU) training data, and debug with advanced tools.
The new Actions on Builder has no Dialogflow. Everything has been inbuilt inside the actions console itself.
Features like
In the previous post, we have seen how to create an Interactive Canvas action using Angular and created an Audio Splash screen for our action. In this post, we will see how to create categories, questions with audio, Display scores, etc.,
We will create a simple musical quiz action in which a song will be played for 20 secs and the user should answer the questions asked. The more they answer the more they can listen to music.
The action which we are going to create would look like the below video. You can play with this action from Google…