Description of the problem.
Each device (node) maintains access to one or more Spaces on the file system. The space is the source of truth and maintains the local state on the device. The space is a directory on the device that is made available to the Flow node. The Flow node then builds a living knowledge repository from the contents of the Space.
Description of the solution.
The system should be able to source events from the space folder and build a knowledge repository on the local device. The repository can be a single data source or a combination of data sources.
Checklist
[ ] Local SQLite datastore for tracking Space metadata
[ ] Space persistence on node restarts
Additional context
Description of the problem.
Each device (node) maintains access to one or more Spaces on the file system. The space is the source of truth and maintains the local state on the device. The space is a directory on the device that is made available to the Flow node. The Flow node then builds a living knowledge repository from the contents of the Space.
Description of the solution.
The system should be able to source events from the space folder and build a knowledge repository on the local device. The repository can be a single data source or a combination of data sources.
Checklist
[ ] Local SQLite datastore for tracking Space metadata
[ ] Space persistence on node restarts
Additional context