buster/api/server
Nate Kelley 1aeec45721
Dashboard chat cards with metrics (#345)
Create chat dashboard card that can dropdown and has the metrics in it
2025-06-03 10:14:38 -06:00
..
src add fast embed rerank for local deployment (#329) 2025-05-21 23:55:51 -07:00
tests migration and such with some test improvements 2025-04-08 10:07:11 -06:00
Cargo.toml Dashboard chat cards with metrics (#345) 2025-06-03 10:14:38 -06:00
README.md moved server into own space of workspace 2025-04-02 11:31:43 -06:00

README.md

Buster Server

This directory contains the main server code for the Buster API. It provides the API endpoints, WebSocket handlers, and application logic for the Buster application.

Structure

  • src/ - Main server code
    • routes/ - API endpoints (REST, WebSocket)
    • utils/ - Shared utilities
    • types/ - Common type definitions

Development

To run the server in development mode:

# From the project root
make dev

# Or to run with faster feedback loop
make fast

Dependencies

The server depends on the following local libraries:

  • database - Database access and models
  • handlers - Business logic handlers
  • middleware - HTTP middleware components
  • query_engine - SQL query engine
  • sharing - Asset sharing functionality
  • search - Search functionality

All dependencies are inherited from the workspace Cargo.toml.