Giter VIP home page Giter VIP logo

ciws-campus-server's Introduction

Cyberinfrastructure for Intelligent Water Supply (ciws) is an end to end system for residential water consumption data collection, processing and analysis. It primarily has three components, namely ciws-node (data collection with raspberry pi), ciws-server (back-end) and ciws-client (website/ mobile app).

ciws-campus-server

This repository will hold server code and files related to a ciws implementation in USU's Living and Learning Centre housing facility.
A high level system architecture diagram is as follows: alt tag

Design decisions

The back-end service will be Python based. We decided to go with a microframework instead of macro, full stack frameworks like Django, because of its simplicity and ease to add/ switch components. We chose Bottle over Flask due to its single file approach and zero dependencies. Currenly, the web app is served through the defualt Bottle server which is not production ready. We will change it to servers like Tornado or Twisted that can support async methods and web sockets.
MySQL db, a popular relational database management system, will manage and store data. A Python MySQL client library such as PyMySQl will be used to create, write and read data to the database.
Back-end information will be exposed using a simple RESTful API though Bottle.

Development

Test changes on a local machine (localhost).

Deployment

Pull this repository code to your server and change serverconfig.json details.

Contribution

Fork and branch gitflow.

ciws-campus-server's People

Contributors

karunmj avatar horsburgh avatar

Watchers

 avatar  avatar

ciws-campus-server's Issues

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.