> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/lva/api-dokumentacija/diagrammas-ar-pamata-plusmam/2.-graphql-abonements.md).

# 2. GraphQL abonements

Secības shēma GraphQL abonementiem ilustrē, kā izmantot notikumu vadītu arhitektūru, kas īstenota GeoPard kodolā. Kad saistītajās vienībās notiek izmaiņas,

GeoPard API ātri izsūta notikumu, kas fiksē ietekmētās vienības un atbilstošo darbību (`IEVIETOT`, `MODIFICĒT`, `NOŅEMT`). Šo abonementu darbības lauks ir plašs, aptverot visas vienības, piemēram, saimniecība, lauks, satelīta attēls, augsnes datu kopas, kā uzklātas (AsApplied) datu kopas, ražas datu kopas, topogrāfijas karte, piezīmes utt.&#x20;

GraphQL abonements ([Pieprasījums 1 jeb R1](/geopard-tutorials/lva/api-dokumentacija/geopard-api-pieprasijumu-parskats/1.-abonements-iegut-notikumus.md)) darbojas uz WebSocket, kur visi notikumi tiek piegādāti gandrīz reāllaikā, nodrošinot tūlītēju izmaiņu komunikāciju.&#x20;

{% hint style="danger" %}
Abonementu notikumu saņēmējam jādarbojas kā pamatpakalpojumam, atbildīgam par saņemto notikumu maršrutēšanu uz nākamo pakalpojumu, kur tiek piemērota apstrādes loģika. Ir būtiski, ka šis saņēmējs neveic nekādas apstrādes darbības pats.
{% endhint %}

Turklāt, ja kādi notikumi ir palaisti garām vai zaudēti, lietotāji var tos atgūt. To panāk, izpildot GraphQL vaicājumu, pielāgotu konkrētam datumu diapazonam un vienībām (Lietotājs, Saimniecība, Lauks), efektīvi ļaujot pilnīgu pagātnes notikumu atjaunošanu ([Pieprasījums 2 jeb R2](/geopard-tutorials/lva/api-dokumentacija/geopard-api-pieprasijumu-parskats/82.-vaicajums-atjaunot-abonementa-notikumus.md)). Šāda funkcionalitāte nodrošina, ka nekas netiek zaudēts, saglabājot lietotāju datu integritāti un konsekvenci.

<figure><img src="/files/f6fb1ee528ff7708505e334cedd84693994bbc1e" alt=""><figcaption><p>Secības shēma: Darbs ar abonementu notikumiem</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/lva/api-dokumentacija/diagrammas-ar-pamata-plusmam/2.-graphql-abonements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
