Open Issues Need Help
View All on GitHubAI Summary: This issue requests the implementation of a `GET /health` endpoint to serve as a basic readiness/liveness check for the API. The endpoint should return a `{"status": "ok"}` payload with a 200 status code, be implemented using Fastify, include an integration test, and be documented in the project's README. This will enhance operability and simplify deployment and monitoring.
API de busca do OpenAudit Brasil. Responsável por receber uma consulta textual, normalizar o termo e retornar uma lista de possíveis entidades (ex.: políticos) a partir de um catálogo canônico, com confidence e explanation para desambiguação humana.
AI Summary: This GitHub issue outlines the creation of the initial Node.js and Fastify HTTP service for the `openaudit-search-api`. The goal is to establish a foundational project structure with routes for health and search, alongside modules for SQLite catalog access, matching logic, in-memory caching, structured observability (logs + request_id), and environment configuration, enabling easy community contribution.
API de busca do OpenAudit Brasil. Responsável por receber uma consulta textual, normalizar o termo e retornar uma lista de possíveis entidades (ex.: políticos) a partir de um catálogo canônico, com confidence e explanation para desambiguação humana.