From 79d406cee6c474386db36f7a1398ded901e94389 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Wed, 31 May 2023 01:02:13 -0400 Subject: [PATCH] update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62c1dd5..af7c6c1 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ An example of how it can be used on [pstop](https://pstop.harasse.rs) ([GitHub]( - Built on a "stacking filter" graph model, where each dimension adds a filter to lower dimensions. - Event Streaming Service (ESS) Ingest - WebSocket listening to https://push.nanite-systems.net (which is a resilient mirror to https://push.planetside2.com) - - Listens for `Death`, `VehicleDestroy`, and possibly other events + - Listens for `Death`, `VehicleDestroy`, and a number of `GainExperience` events. - Postgres with TimescaleDB - - Holds `players`, `vehicles`, `classes`, and also `analytics` tables as hypertables. + - Holds `players` and `analytics` tables as hypertables. - Timescale makes this way too fast, mind-blowing :) - Tasks - Occasional jobs that prune the database past what we actually want to retain,