Power Plant System
The core motive behind this Power‑Plant project is to give teams a simple, self‑contained microservice for managing and querying battery asset data. By exposing a RESTful API backed by MongoDB, it lets you: Ingest new battery records (name, capacity, size, location, etc.) Query those records by postcode range, so you can quickly see which batteries serve which regions Integrate effortlessly with dashboards or automation pipelines via a well‑documented Swagger UI In short, it was built to centralize your battery data into one lightweight service—making it easy to onboard new data sources, explore stored records, and drive energy‑management decisions without wrestling with low‑level database or deployment details.
Stack
JavaSQLMongoDBRestApi