Skip to content

carloscorrales/fiware-devguide-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fiware-devguide-app

Build Status License

Table of Contents

Overview

FIWARE Developers Guide App is a on-going node.js sample application used in the FIWARE Developers Guide to show real code working with the Generic Enablers integrated.

This application is a smart, context-aware application which allows to manage large Restaurant chains which are operating worldwide. Is intended to both franchise managers and to customers. To this aim, the main functionalities provided by the application are:

  • Admit Customer reservations
  • Register customer reviews
  • Real-time control of different parameters at each restaurant location (temperature and humidity)
  • Restaurant geo-location
  • Short time historic data of the different parameters monitored
  • Publication of open data concerning the most relevant information about the different restaurant locations, grouped by different properties

Architecture

Architecture diagram

It includes (for the moment) the following components:

Installation and usage

This project integrates a set of Generic Enablers using those enablers inside docker containers. It also comes with restaurants, reviews and reservations loaded to start working out of the box, as well as users and organizations to play with it.

For that purpose, docker and docker-compose are required.

Compose Diagram

Detailed information of how to start this environment can be found here.

REST Interface

The application provides a RESTful API with different routes and functions that covers the functionalities described above:

About

FIWARE Developers Guide Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • Java 11.9%
  • Python 6.5%
  • Shell 5.8%
  • HTML 0.8%
  • CSS 0.8%
  • Makefile 0.5%