trailbase/docs
Sebastian Jeltsch be097c00c3 Add a sequence number to SSE change events. This is important to discover transparent re-connects and discover missed events on the client-side.
This change took a while, since I first switched to internally tagged unions, which would be easier to handle by most client.
However, after thinking carefully given the cost of wire-format changes, I concluded that externally tagged is the way to go.
It's needed to support different value schemas for insert/update/delete, which would be required for Avro.

In the future we should also add facilities to the client to discover such losses, e.g. using a callback API.
2026-04-07 14:09:22 +02:00
..
examples Add a sequence number to SSE change events. This is important to discover transparent re-connects and discover missed events on the client-side. 2026-04-07 14:09:22 +02:00
openapi Update docs to astro6 and update JS dependencies. 2026-03-19 10:21:00 +01:00
public Fix install script for windows. 2025-08-06 16:11:21 +02:00
src Update docs to astro6 and update JS dependencies. 2026-03-19 10:21:00 +01:00
.dockerignore Minor: clean up .dockerignore #159. 2025-10-06 16:47:10 +02:00
.gitignore Squash all commits for a fresh start. 2024-10-30 23:38:56 +01:00
.prettierignore Squash all commits for a fresh start. 2024-10-30 23:38:56 +01:00
.prettierrc.mjs Add eslint to docs. 2025-03-02 21:12:23 +01:00
astro.config.ts Prepare new release v0.21.11. 2025-12-05 16:36:30 +01:00
docker-compose.yml Minor: remove stale docs references. 2025-01-28 23:00:10 +01:00
Dockerfile Squash all commits for a fresh start. 2024-10-30 23:38:56 +01:00
eslint.config.mjs Update docs to astro6 and update JS dependencies. 2026-03-19 10:21:00 +01:00
nginx.conf Squash all commits for a fresh start. 2024-10-30 23:38:56 +01:00
package.json Update JS dependencies. Upgrade to TS6. 2026-03-26 11:21:16 +01:00
README.md Update documentation post 0.1.1 and screenshots to show logs with geoip map. 2024-11-06 19:20:18 +01:00
tsconfig.json Update JavaScript dependencies. 2026-02-19 11:10:09 +01:00

TrailBase Website & Documentation

This directory contains the https://trailbase.io site.