ceres-server 0.3.1

REST API server for Ceres semantic search
1
2
3
4
5
6
7
8
9
10
11
12
13
# ceres-server

**The API gateway for Ceres.**

`ceres-server` exposes Ceres functionality through a REST API, enabling programmatic access to search, harvest, and export operations.

### What it provides
* **REST API**: HTTP endpoints for search, harvest, export, and stats.
* **Bearer Token Auth**: Admin endpoints protected with configurable API key authentication.
* **OpenAPI Documentation**: Interactive Swagger UI at `/swagger-ui`.
* **Rate Limiting**: Configurable request throttling per IP.
* **CORS Support**: Configurable cross-origin resource sharing.
* **Docker Ready**: Production multi-stage Docker image included.