II.
Tool JSON
Structured · livetool:zoekt
Zoekt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:zoekt",
"_kind": "Tool",
"_file": "domain/products/krate.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zoekt",
"homepageUrl": "https://github.com/sourcegraph/zoekt",
"kind": "search-engine",
"description": "Trigram-based code search engine originally built at Google and\nmaintained by Sourcegraph. Indexes Git repositories and serves\nsub-second regex and literal searches across large codebases.\nZoekt builds compact trigram indices that enable fast intersection\nqueries without full-text scanning. In Krate, Zoekt indexes all\norg-scoped repositories and powers the platform's code search UI\nand API. Supports branch-aware indexing, file filtering, and\nranked results.\n"
},
"outgoingEdges": [
{
"from": "tool:zoekt",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:zoekt",
"to": "skill-area:platform-engineering",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-part:krate-code-search",
"to": "tool:zoekt",
"kind": "implemented_by",
"attributes": {
"notes": "Zoekt powers per-repo cohort indexing"
}
},
{
"from": "platform:krate",
"to": "tool:zoekt",
"kind": "integrates_with",
"attributes": {
"notes": "Code search engine indexing all org repositories"
}
},
{
"from": "stack-profile:krate-platform",
"to": "tool:zoekt",
"kind": "composed_of"
}
]
}