Migrate hero_proc storage from SQLite to OSIS #28
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_proc#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Per discussion in hero_archipelagos#40, hero_proc currently uses SQLite for all persistence (jobs, runs, actions, secrets, logs). The goal is to explore migrating to OSIS as the data layer, which would:
Scope
References
This is a backlog item — not blocking the initial workflow UI implementation.
Initial Analysis: SQLite → OSIS Migration Path
Current SQLite Data Models
hero_proc stores these entity types in SQLite:
Mapping to OSIS Root Objects
ActionSpecAction[rootobject]JobJob[rootobject]RunRun[rootobject]SecretSecret[rootobject]LogEntryBenefits of OSIS
Proposed Approach
storage-osis)storage-sqlite, default)Open Questions
don't think we can, would be too slow, lets not go there now