Skip to content

Use cases

Bernardo Ramos edited this page Jul 9, 2019 · 16 revisions

Use cases for AergoLite

For the current implementation (all nodes with the same content)

These are cases in which the devices must access (read and/or write) data even when they are off-line.

Access Control

Using biometry or cards (for people) or wireless and image recognition (for vehicles)

Having on the db (AergoLite):

  • The allowed people / vehicles
  • Records of their entrances and exits

It is a good example of an application in which the devices should work even when off-line. If the connectivity between then is down they can still access the table of allowed people or vehicles and record new accesses locally. When the connectivity is reestablished the node will synchronize its local database with its peers, all following node authorization with private key signing of transactions and consensus between the nodes on the final state of the database.

Clone this wiki locally