# EasyEdge Node

**EasyEdge Node** is the runtime component deployed at the edge. It connects to field devices, acquires raw industrial data, processes it locally, and sends it to applications, IT systems, or cloud platforms according to your configuration in EasyEdge Studio.

EasyEdge Node is lightweight, secure, and flexible, supporting multiple deployment options:

* **Native Installation** on Linux systems (various supported architectures)
* **Containerized Deployment** using Docker or compatible runtimes (Linux or Windows)

Key features include:

* **Multi-protocol connectivity** to industrial devices and sensors
* **Real-time data processing** through workflows, filters, and code blocks
* **Support for local algorithms** to transform, normalize, or calculate data before delivery
* **Local buffering** to prevent data loss during network interruptions
* **Remote monitoring and control** from EasyEdge Studio
* **High availability** support for redundant setups in critical environments

Each EasyEdge Node operates as part of a **System**, and multiple EdgeNodes can collaborate to contribute data to one or more Namespaces, enabling scalable and resilient industrial edge architectures.

{% content-ref url="/pages/RmVyNtXVInshV6qJuJ1K" %}
[Gateway Requirements](/easyedge/easyedge-node/gateway-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/yZExTXl2uplL2gUs2JCb" %}
[Cloud Connectivity Requirements](/easyedge/easyedge-node/cloud-connectivity-requirements.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://easyedge.gitbook.io/easyedge/easyedge-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
