Posts

All About Distributed Databases

Image
  What Is Distributed Database?                 A database system known as a distributed database is one that uses several computers or nodes that are linked together by a network. In a distributed database, each node can store a portion of the data, and the total amount of data stored on all nodes makes up the entire database. The system makes sure that the data is consistent and accessible to users despite network outages or other system problems. Data is stored and processed in a distributed way in a distributed database. A distributed database's main objectives are to give applications that need access to vast amounts of data high availability, scalability, and performance . Need of Distributed Database In Dbms ·          An organised collection of information is called a database. In a database, the data can be conveniently accessed, managed, modified, updated, controlled, and organised...

IOT BASED LEVEL MONITORING SYSTEM

Image
PROBLEM STATEMENT : Ultrasonic-based water volume measurement has become one of the great areas of research in the world. The goal is to measure and monitor water volume activity remotely, using manpower as less as possible. Design a wireless water volume measurement and monitoring system that can be a helpful hand for commercial use and which can reduce manpower. Components and Software Used: Node MCU: NodeMCU is an open-source Lua-based firmware and development board specially targeted for IoT-based Applications. It includes firmware that runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware that is based on the ESP-12 module. HCSR04 Ultrasonic Sensor: The HC-SR04 ultrasonic sensor uses SONAR to determine the distance of an object just like the bats do. It offers excellent non-contact range detection with high accuracy and stable readings in an easy-to-use package from 2 cm to 400 cm or 1” to 13 feet. ThingSpeak Cloud:  ThingSpeak is an IoT analytics p...