Giter Club home page Giter Club logo

smas's Introduction

Smart Meter Data Analysis System - SMAS

Figure 1 shows the architecture of SMAS, which consists of real-time layer, batch layer and analytics layer. The real-time layer consumes raw smart meter data and runs simple alerting queries, such as those which detect very high consumption readings. The batch layer packages raw data into chunks that are batch-loaded into the analytics database, e.g., once an hour or once a day. The batch layer also accepts bulk-uploads, e.g., historical consumption data from legacy systems. Thus far, we have implemented the analytics layer (see Figure 2), which consists of an underlying database, analytics libraries, and a Web front-end. The analytics layer uses PostgreSQL as the database, MADLib (madlib.net) as the (in-database) machine learning library, Highcharts (www.highcharts.com) as the visualization engine, and Tomcat as the web application server. The architecture of SMAS

The functionalities:

This system is still under development. The current implementation has the following functionalities:

  • Consumption time series analytics;
  • Consumption profiling;
  • Pattern discovery;
  • Segmentation (clustering) analysis;
  • Consumer feedback;
  • Forecasting

Installation & Usage

To use SMAS, users first have to install the open source RDBMS PostgreSQL, the in-database machine learning toolkit, MADlib, the open source application server Tomcat. Then, run the the sql script to create the smas database, schema, tables and the analytics functions.

When the above steps are done, run the gradlew to compile the the source codes, deploy the generated binary packages, and start the application, etc.

Video

Here is the video of introducing SMAS.

Publication

  1. X. Liu, and P. S. Nielsen. Streamlining Smart Meter Data Analytics. In Proc. of the 10th Conference on Sustainable Development of Energy, Water and Environment Systems, SDEWES2015.0558, 1-14, 2015. PDF

smas's People

Contributors

xiufengliu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.