ORNL / flowcept

Runtime data integration system that empowers any data processing system to capture and query workflow provenance using data observability.
MIT License
1 stars 3 forks source link

Allow a completely file-based deployment of FlowCept #62

Closed renan-souza closed 1 month ago

renan-souza commented 1 year ago

And run on a simple standalone python script, without any PCS or runtime data capture tool.

We don't need Redis or Mongo for the basic functionalities

renan-souza commented 7 months ago

We actually need a MQ. Perhaps this could be enough: https://pypi.org/project/simple-pymq/

And we could use sqlite instead of Mongo