GridPing demonstrates a grid-edge pipeline that processes meter data, stores results in the cloud, and presents them in a simple web app.
- Navbar
- Hero
- Map Visualization
- About (Research Motivation)
- How It Works
- Application Demo
- Development Stack (Pipeline Stages)
- Team
- Future Applications
- Footer
- 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)
- 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.
- Clone the repo
git clone https://github.com/nikoloda/GridPing-Showcase- Install dependencies
npm install- Run the dev server
npm run devOpen the app in your browser after starting the dev server. The Application Demo is available in the Services section (anchor #demo).
- 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
