spb/trouve-ka Public
Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com
Python 76.8%
TypeScript 15.7%
SQL 3.9%
Shell 1.4%
CSS 1.3%
Dockerfile 0.7%
1# Trouve-KA — couche OpenSearch (client, mapping, indexation)2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai45"""Couche OpenSearch : client async, mapping bilingue FR/EN, indexation immédiate."""67from .client import SearchCore8from .mapping import INDEX_SETTINGS910__all__ = ["SearchCore", "INDEX_SETTINGS"]11