docs.rs failed to build cvx-api-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
cvx-api — Dual-protocol API gateway for ChronosVector.
REST Endpoints (axum)
| Method | Path | Description |
|---|---|---|
| POST | /v1/ingest |
Batch ingest temporal points |
| POST | /v1/query |
Spatiotemporal kNN search |
| GET | /v1/entities/{id}/trajectory |
Entity trajectory retrieval |
| GET | /v1/entities/{id}/velocity |
Velocity at timestamp |
| GET | /v1/entities/{id}/drift |
Drift quantification |
| GET | /v1/entities/{id}/changepoints |
Change point detection |
| GET | /v1/health |
Health check with server info |
| GET | /v1/ready |
Readiness probe |
gRPC (tonic)
IngestStream— client-streaming ingestionQuery— unary searchWatchDrift— server-streaming drift events