-
Notifications
You must be signed in to change notification settings - Fork 16
Implement a System to manage creating a Local Space #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request