eclipse-opendut/opendut

CARL should persist the PeerDescriptor (without Executors)

Closed this issue · 1 comments

mbfm commented

Sub-Task of #18.

CARL should persist the information of the peers in a database, so that they do not get lost during a restart of CARL.

PeerDescriptor fields:

  • id
  • name
  • location
  • network
  • topology
  • executors

It should be support the database operations:

  • insert
  • get
  • list
  • remove
mbfm commented

We're skipping executors for the moment, because they require potentially a rather complex database table setup.