Local web app for AWS IOT

0

before asking this question, i have tried to look for other same questions but can not find answer I want to build a check in / check out time web app for rooms using mqtt protocol, it also must work in case of internet disconnection. i will use AWS IOT greengrass to work with my local IOT device. My question:

  1. How can i host a web that can access to local database from AWS greengrass ?
  2. How can i sync local database with online database in AWS ?
asked a year ago240 views
1 Answer
0

Hi Tuan,

you deploy your applications to AWS IoT Greengrass in the form of components. Several components are already provided by AWS. There are also community components which include a web server and database.

How to sync a local database to the AWS cloud depends on the database you use. One option is to use Greengrass stream manager.

For your requirements you can also take a look at AWS IoT SiteWise Edge. It comes with a local monitor portal and local data store, works in offline scenarios and syncs data to the SiteWise data store on AWS.

Cheers,
Philipp

AWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions