https://github.com/datum-cloud/search
Search resources across your infrastructure
https://github.com/datum-cloud/search
Last synced: 3 months ago
JSON representation
Search resources across your infrastructure
- Host: GitHub
- URL: https://github.com/datum-cloud/search
- Owner: datum-cloud
- License: agpl-3.0
- Created: 2026-01-22T03:47:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T16:33:41.000Z (3 months ago)
- Last Synced: 2026-03-24T23:29:18.578Z (3 months ago)
- Language: Go
- Size: 576 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search
Search is a Kubernetes-native aggregated API server that provides advanced
resource discovery through field filtering and full-text search. It indexes
cluster resources in real-time via audit log events consumed from NATS
JetStream, with declarative indexing policies controlling what gets indexed
using CEL-based filtering. The service integrates natively with kubectl/RBAC and
targets Meilisearch as the search backend.

## Documentation
- [Architecture](./docs/architecture.md) — High-level design and component
overview
- [Resource Indexer](./docs/components/resource-indexer.md) — Detailed design
for the indexing component