Track: ArcadeDB for Peregrine knowledge graph and Robin system graph (future) #54
Labels
No labels
free-tier:live
good first issue
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:blocked
status:concept
status:design
status:in-progress
status:launched
status:review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#54
Loading…
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?
Source
https://github.com/ArcadeData/arcadedb — Apache 2.0
Context
ArcadeDB is a multi-model database (graph + document + vector + time-series + search)
with built-in MCP server. Active evals in Turnstone and cf-orch (see those tickets).
This ticket tracks two longer-horizon CF use cases.
Peregrine: job knowledge graph
Peregrine's job matching is currently document-centric (resume vs job description).
ArcadeDB graph model would enable:
"ML engineering" — traverse to find adjacent skills to recommend learning
Combined query: "find jobs semantically similar to user's target role AND where the
required skills are within 2 graph hops of skills the user already has."
Robin: Linux system knowledge graph
Robin (Linux migration companion) needs to know:
ArcadeDB's graph + document model in one database is cleaner than a separate Oxigraph
instance (RDF) + SQLite (system state). The Cypher query interface is also more
approachable than SPARQL for this use case.
Priority
Related