|
await fdasCollection.insertOne({ |
Currently, the FDA document only stores its configuration and execution status.
It would be useful to persist metadata derived from the FDA itself (e.g. execution or schema information) in MongoDB so it can be reused by other features without recomputing it.
The goal of this issue is to evaluate which metadata should be stored, how it should be maintained after each refresh, and how it can simplify future (and actual) functionality.
This Issue includes #223
fiware-data-access/src/lib/utils/mongo.js
Line 356 in 1c0fb00
Currently, the FDA document only stores its configuration and execution status.
It would be useful to persist metadata derived from the FDA itself (e.g. execution or schema information) in MongoDB so it can be reused by other features without recomputing it.
The goal of this issue is to evaluate which metadata should be stored, how it should be maintained after each refresh, and how it can simplify future (and actual) functionality.
This Issue includes #223