Mobile Device Management (MDM) means the software and hardware way for centralized management of the mobile devices usually in BYOD deployment. Previously we discussed about Bring Your Own Device (BYOD) and pointed the security issues. MDM solutions adress Mobile Application Management (MAM), Mobile Content Management (MCM) and Identity and Access Management (IAM) for a wide range of mobile … [Read more...]
What is the Difference Between a Web Application and a SaaS Application?
While "cloud application" and "web applications” are being used interchangeably, there are differences between the web applications and software as a service (SaaS). Software as a service (SaaS) is more a software licensing and delivery model and currently part of cloud computing service model. Most of the "real SaaS" are paid professional and/or enterprise grade software, Adobe Photoshop CC is … [Read more...]
What is Data as a Service?
Data as a Service (DaaS) is a business model in which data files like text, images, sounds, and videos are made available to customers over the Internet. Data as a Service (or DaaS) is a type of Software as a Service (SaaS) and does not fall among the regognized standard cloud computing business models. Like SaaS, DaaS based on the concept that the data can be provided on demand to the user via … [Read more...]
What is Blockchain? Easy Explanation of Blockchain for Dummies
A blockchain is a distributed database that maintains a growing list of records protected from falsification or modification by storage nodes. Block of Block storage is related to storage - block storage. Block is a chunk of data. One blockchain consists of several blocks. Each block is a record of transactions of specific data. Data can be of anything which requires security for re-writing and … [Read more...]
How to Send Data from Arduino to MySQL Database
In our recent past discussions, we have send data from ESP32 Arduino to IBM Watson IoT by either using MQTT or by using HTTP POST. In the same way, we have discussed how with CouchDB we can send data from ESP32 Arduino. Also, we have discussed different types of cloud database for IoT. MySQL is widely used database for PHP driven web applications. We can send data from Arduino, ESP32 to MySQL … [Read more...]
InfluxDB vs CouchDB for IoT Backend
InfluxDB is an open-source time series database with restricted features with support for processing data from Graphite. CouchDB purely a free software. InfluxDB is quite different from CouchDB. InfluxDB supports SQL style query. InfluxDB accepts data via HTTP, TCP, and UDP and directly supports Grafana. If you use TIG Stack (Telegraf, InfluxDB, and Grafana), within half an hour you'll get … [Read more...]
Which Cloud Databases Can Be Used for Internet-of-Things
The Internet of Things (IoT) is delivering new challenges for data management and analysis. There are different NoSQL databases such as MongoDB, CouchDB, Redis. Although both SQL and NoSQL databases are viable for IoT data, different NoSQL databases considered for practical reasons. Various studies have checked database performance of different databases under workloads and it is concluded that … [Read more...]
What Type of Cloud Service Reselling Returns Higher Profit
Unless Knowledge returns money the curiosity to learn more starts decreasing. Here is an Article on What Type of Cloud Services Reselling Return Higher Profit. Calculating profitability not easy matter to many of the small to medium-sized reseller businesses. The concept of buying a product and selling sounds simple, but with falling prices of hardware and software, and more middleware requirement … [Read more...]
What Happened on IBM Developer Day 14th March 2019?
10 days back, IBM had Developers Day in India. What Happened on IBM Developer Day 14th March 2019? What gain your new company will get by attending such event? In very short without making the description of the event detailed (and disgusting), we must point it that it was more than a trade fair than just series of lectures. There was lot of things to play hands-on. IBM has uploaded some of the … [Read more...]
Writing to CouchDB/Cloudant From ESP32 Arduino
You'll not get full working code in this guide but get full hints of code, resources. This guide will help to learn our regular readers in opposite direction of learning. Methodology is exactly like we did with Watson IoT platform (our GitHub repo has four sample codes). Here Are Some Tips, Resources For Writing to CouchDB/Cloudant From ESP32 Arduino. Our regular readers can recall about HTTP Post … [Read more...]
What Are the Use Cases for CouchDB
What Are the Use Cases for CouchDB? CouchDB is suitable for applications with accumulating, occasionally changing data with pre-defined queries. NoSQL is bad to anyone starting. But SQL not required for certain applications, such as writing log files. MySQL of course powerful but the features and power not exactly suitable with the need of mobile aplications, data analytics, some web applications. … [Read more...]