GithubHelp home page GithubHelp logo

project-cloud-monitor's Introduction

Cloud Monitor

This repository contains a fundamental demo architecture to aggregate inference data from Coral Dev Board, through ETL pipeline and stores the data in DWH and monitor the data on WebUI in realtime. This architecture is designed for enterprise scale, may be used in production with a few modification.

Edge Cloud
Edge Cloud

Architecture

Architecture
This demo contains 2 parts, an edge side and a Cloud side. The edge side (which here means Coral Dev Board) runs a simple MobileNet SSD Object Detection. Also the board is registered in Cloud IoT Core, a full-managed IoT data ingestion & manage service. Once the board detects objects, the detected data is sent to the Cloud side through IoT Core. IoT Core pass the data to Cloud Pub/Sub, a full-managed messaging service. The data goes to BigQuery for analysis, and Cloud Firestore for realtime monitoring, as Cloud Dataflow can handle all the data transition. Finally, you want to see the data on the Cloud! Google App Engine hosts a web app, which shows the data from Firestore in realtime.

Prerequisites

Hardware:

Cloud:

You need to make an account and a project on Google Cloud Platform.

Enable billing to the project

This demo consumes some non-free resources on GCP. To enable billing to your project, follow the instruction.

Set up

This demo includes 3 parts;

  • Inference at the edge,
  • ETL pipeline using Dataflow, and
  • Realtime WebUI monitor on GAE.

To set up each parts, go to

  1. /edge,
  2. /dataflow,
  3. /webui

in this repository respectively.

How to use

Open the webUI on your browser (Refer to /webui), and start script (Refer to /edge).

Clean up

To avoid unneccesary consumption, you should clean up resources once you finish the demo. Follow clean up section for each /edge, /dataflow, and /webui.

Or simply you can delete your project. Go to Project setting page, and click SHUT DOWN button.

project-cloud-monitor's People

Contributors

hayatoy avatar mbrooksx 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.