Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fault Page #156

Open RChandler234 opened 5 months ago

RChandler234 commented 5 months ago

Description

Add a fault page. When a fault triggers it should display the last two minutes of all data points (maybe more specific) from the car

Acceptance Criteria

verify it with mock data

Proposed Solution

use callbacks when fault messages are received

Mocks

N/A

jr1221 commented 2 days ago

Postgres has learned caching. However it is usually a longer term thing. Instead lets cache with scylla.

Use a axum integrated caching library layer and bind only some endpoints to that layer. Configure appropriately. Avoid dedicated servers like redis, etc. Persistence not needed.