An open API service indexing awesome lists of open source software.

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

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.

![](./docs/diagrams/SearchServiceContext.png)

## Documentation

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