Skip to content

Atmosphere Analyzer is a smart environmental monitoring system that simulates real-time sensor data using Python, integrates AWS S3 for storage, and employs AWS Lambda for processing. Its Django API serves a React frontend, providing an interactive dashboard for visualizing key environmental metrics. ๐ŸŒก๏ธ

Notifications You must be signed in to change notification settings

mariarodr1136/AtmosphereAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Atmosphere Analyzer: Smart Data Visualization Tool ๐ŸŒŽ๐Ÿ“Š

Atmosphere Analyzer is an innovative environmental monitoring system that simulates real-time sensor data with Python, seamlessly integrates AWS S3 for scalable data storage, and leverages AWS Lambda for on-the-fly data processing. The backend API, built with Django, serves environmental data to a dynamic, data-rich React frontend that visualizes key environmental metrics in an intuitive dashboard. This project is engineered to provide deep insights into environmental trends, supporting sustainable resource management through smart data visualization.

Python Django AWS AWS Lambda AWS S3 React Data Visualization IoT

Table of Contents


Screenshot 2024-10-31 at 5 24 10โ€ฏPM Screenshot 2024-10-31 at 5 24 18โ€ฏPM

Project Overview

Atmosphere Analyzer enables real-time monitoring and visualization of environmental metrics through a robust architecture that simulates, processes, and delivers data efficiently. Designed for scalability and insight-driven analytics, the system models sensor data to help users track environmental changes over time, providing actionable insights for data-driven decision-making.

Architecture

  1. Data Simulation (Python): Simulates sensor data (e.g., temperature, humidity) to mimic real-world readings.
  2. Data Storage (AWS S3): Utilizes AWS S3 for scalable and durable storage of environmental metrics.
  3. Data Processing (AWS Lambda): Processes incoming data using AWS Lambda, enabling real-time processing without server management.
  4. Backend API (Django): Organizes and serves data to the frontend through RESTful endpoints, managing data access efficiently.
  5. Frontend Visualization (React): The interactive React dashboard fetches and visualizes data in real-time, enhancing user engagement.

Technologies

  • Python: For data simulation and AWS Lambda processing.
  • AWS (S3, Lambda): Provides scalable storage and serverless data processing capabilities.
  • Django: Facilitates API creation and data management.
  • React: Powers interactive data visualization.
  • Django REST Framework: Establishes REST API endpoints for seamless data access.

Setup and Installation

Prerequisites

  • Python 3.x and Django installed on your machine
  • Node.js and npm for the React frontend
  • AWS CLI configured with access to S3 and Lambda

Installation Steps

  1. Clone the Repository
    git clone https://github.com/yourusername/atmosphere-analyzer.git
    cd atmosphere-analyzer
  2. Backend Setup (Django)
  • Navigate to the backend directory:
    cd backend
  • Install dependencies:
    pip install -r requirements.txt
  • Configure AWS S3 settings in Django.
  • Start the Django Server:
    python manage.py runserver
  1. Frontend Setup (React)
  • Navigate to the frontend directory:
    cd frontend
  • Install dependencies:
    npm install
  • Start the React development server:
    npm start
  1. AWS Lambda Setup
  • Create a Lambda function for data processing and configure it to store data in S3.

Atmosphere.Analyzer.mov

Usage

  1. Simulate Sensor Data: Run the Python script to simulate data transmission to the Django API.
  2. View Data on Dashboard: Access the React dashboard to visualize real-time environmental metrics sourced from the API.

Deployment

  • Backend (Django): Deploy using AWS Elastic Beanstalk or EC2 for scalable hosting.
  • Frontend (React): Deploy via AWS Amplify or S3 static site hosting for reliable frontend delivery.

Future Enhancements

  • Advanced Data Analytics: Integrate machine learning models to predict environmental trends.
  • User Authentication: Implement user management for secure, personalized data access.
  • Expanded Sensor Metrics: Add more simulated metrics like air quality and light levels.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes. You can also open issues to discuss potential changes or enhancements. All contributions are welcome to enhance the appโ€™s features or functionality!

To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feat/your-feature-name
  • Alternatively, for bug fixes:
    git checkout -b fix/your-bug-fix-name
  1. Make your changes and run all tests before committing the changes and make sure all tests are passed.
  2. After all tests are passed, commit your changes with descriptive messages:
    git commit -m 'add your commit message'
  3. Push your changes to your forked repository:
    git push origin feat/your-feature-name.
  4. Submit a pull request to the main repository, explaining your changes and providing any necessary details.

Contact ๐ŸŒ

If you have any questions or feedback, feel free to reach out at mrodr.contact@gmail.com.

About

Atmosphere Analyzer is a smart environmental monitoring system that simulates real-time sensor data using Python, integrates AWS S3 for storage, and employs AWS Lambda for processing. Its Django API serves a React frontend, providing an interactive dashboard for visualizing key environmental metrics. ๐ŸŒก๏ธ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages