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 ?
posta un anno fa248 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande