Skip to content

nikoloda/GridPing-Showcase

Repository files navigation

GridPing-Showcase

GridPing — Grid Edge Computing Showcase

GridPing demonstrates a grid-edge pipeline that processes meter data, stores results in the cloud, and presents them in a simple web app.

Live site

Source repository

Sections

  • Navbar
  • Hero
  • Map Visualization
  • About (Research Motivation)
  • How It Works
  • Application Demo
  • Development Stack (Pipeline Stages)
  • Team
  • Future Applications
  • Footer

Key Features

  • Responsive landing page with modular components
  • Embedded Application Demo (see Services / Demo)
  • Clear pipeline examples: Smart Meter → Cloud Hosted → User Application
  • Light-mode UI only (no dark-mode switching)

Card Descriptions (Development Stack)

  • Smart Meter — Receives data and processes .m files using lightweight Julia code with PowerModels.jl.
  • Cloud Hosted — Records update an AWS-hosted PostgreSQL database for asynchronous frontend access.
  • User Application — Connects to an AWS Lambda function to retrieve records and render them in the UI.

Local development

  1. Clone the repo
git clone https://github.com/nikoloda/GridPing-Showcase
  1. Install dependencies
npm install
  1. Run the dev server
npm run dev

Open the app in your browser after starting the dev server. The Application Demo is available in the Services section (anchor #demo).

Notes

  • This site uses a light-only theme; dark-mode styles and toggles have been removed.
  • The GridPing logo links scroll to the top of the page.

Contact: Daniel Nikolov - nikoloda@oregonstate.edu

About

Showcase of power grid computing algorithms and applications for usage at the grid edge.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors