Giter Site home page Giter Site logo

egen-be-challenge's Introduction

egen-be-challenge

EGEN Weight tracker is weight tracking Application. Key features includes below functionalities

  1. Store Weight and timestamp details in DB which are recorded from the Sensor/Emulator.
  2. Fetch all the Metrics.
  3. Fetch all the Metrics by Timestamp.
  4. Create Alerts automatically in DB if weight is above or below 10% of the base weight given by the sensor.
  5. Fetch all Alerts.
  6. Fetch all Alerts by Timestamp.

Sensor Notes -

  1. The Sensor should send the baseweight as part of the Create API like below.
java -jar -Dbase.value=150 -Dapi.url=http://localhost:9000/metrics/create/150 sensor-emulator-0.0.1-SNAPSHOT.jar

DB Details -

1. Use Mongo DB
2. Create a Database -  weighttrackerdb
3. create 2 collections - alerts, metrics

NOTE : For more details about the API visit the below documentation

https://github.com/00bharat7/egen-be-challenge/tree/master/docs/WeightTracker.md

egen-be-challenge's People

Contributors

00bharat7 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.