Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

variant 1) table per relationship

Image RemovedImage Added

With this design configurable objects (broker, virtual hosts, queues, queue bindings, exchanges, exchange bindings etc) can be stored in CONFIGURATION table.

...

variant 2) single table for storing all relationship

Image RemovedImage Added

With this design configurable objects (broker, virtual hosts, queues, queue bindings, exchanges, exchange bindings etc) can be stored in CONFIGURATION table.

...

Database schema with storing relationship in JSON format

Image RemovedImage Added

With this design configurable objects are stored in CONFIGURATION table.
All relationship (one-to-many, many-to-many) are stored in attributes field in JSON format as IDs.