๐Ÿ“ฆ Bearbobs / matlab-cloudcomputing

APIs for sensor data acquisition of smart grid and then processing it in the cloud for real-time monitoring

โ˜… 6 stars โ‘‚ 1 forks ๐Ÿ‘ 6 watching โš–๏ธ GNU General Public License v3.0
awsclouddjangoelasticbeanstalkmatlabthingspeak
๐Ÿ“ฅ Clone https://github.com/Bearbobs/matlab-cloudcomputing.git
HTTPS git clone https://github.com/Bearbobs/matlab-cloudcomputing.git
SSH git clone git@github.com:Bearbobs/matlab-cloudcomputing.git
CLI gh repo clone Bearbobs/matlab-cloudcomputing
Anuj Kapoor Anuj Kapoor Merge pull request #9 from Bearbobs/dependabot/pip/cloud-data-api/django-3.0.14 629e370 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ arduino-code
๐Ÿ“ cloud-data-api
๐Ÿ“ Images
๐Ÿ“ Webpage
๐Ÿ“„ .gitignore
๐Ÿ“„ db.sqlite3
๐Ÿ“„ LICENSE
๐Ÿ“„ main.html
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Matlab-CloudComputing

The project aims at deploying APIs for sensor data acquisition of smart-grid and then processing it in the cloud for real-time monitoring

Setup

Hardware:

  • Arduino
  • NodeMCU
  • Actual Smart-Grid or data simulation

API/Backend

Its is based on my another project stream-data. Data Streaming application using Django Channels It provides API endpoints for your Django application that can push data to connected clients. Data is sent using the Server-Sent Events protocol (SSE), in which data is streamed over a never-ending HTTP response. Used similar API to send data over to the ec2 instance and store it in a postgreSQL database to do mathematical calculations in matlab.

Graphs/Visulisation

we used thingspeak platform for the same due to time restrictions. Technologies like grafana and react-charts can also be used.