update url
This commit is contained in:
parent
170fdf647d
commit
9f1942344b
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PlanetSide 2 live population API. This API is free and open for anyone to use.
|
PlanetSide 2 live population API. This API is free and open for anyone to use.
|
||||||
|
|
||||||
https://saerro.harasse.rs
|
https://saerro.ps2.live
|
||||||
|
|
||||||
tl;dr: Watch for specific events, transform and add them to a timeseries set, and query that set for the last 15 minutes.
|
tl;dr: Watch for specific events, transform and add them to a timeseries set, and query that set for the last 15 minutes.
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ An example of how it can be used on [pstop](https://pstop.harasse.rs) ([GitHub](
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
- GraphQL API
|
- GraphQL API
|
||||||
- Serves https://saerro.harasse.rs
|
- Serves https://saerro.ps2.live
|
||||||
- Built on a "stacking filter" graph model, where each dimension adds a filter to lower dimensions.
|
- Built on a "stacking filter" graph model, where each dimension adds a filter to lower dimensions.
|
||||||
- Event Streaming Service (ESS) Ingest
|
- Event Streaming Service (ESS) Ingest
|
||||||
- WebSocket listening to https://push.nanite-systems.net (which is a resilient mirror to https://push.planetside2.com)
|
- WebSocket listening to https://push.nanite-systems.net (which is a resilient mirror to https://push.planetside2.com)
|
||||||
|
|
|
@ -242,7 +242,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>For help, please contact us in #api-dev on the PlanetSide 2 Discord.</p>
|
<p>For help, please contact us in #api-dev on the PlanetSide 2 Discord.</p>
|
||||||
<p>
|
<p>
|
||||||
[<a href="/ingest.html">ingest stats</a>] [<a
|
[<a href="/ingest">ingest stats</a>] [<a
|
||||||
href="https://github.com/genudine/saerro"
|
href="https://github.com/genudine/saerro"
|
||||||
>github</a
|
>github</a
|
||||||
>] [<a href="https://pstop.harasse.rs">pstop</a>]
|
>] [<a href="https://pstop.harasse.rs">pstop</a>]
|
||||||
|
|
Loading…
Add table
Reference in a new issue