import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

In data management systems, especially in industrial or IoT systems, data is often categorized into data types and datasets such as archives, events and situations, control actions, and others. Each data type has its own structure and purpose.

In the "Global Secure IoT Platform", data can also be categorized into basic presentation modules:

- data archives;
- metering devices;
- communication sessions;
- archive type (current and aggregated data, events and situations, control actions, etc.);
- etc.

Let's take a closer look at the main modules of data representation and their characteristics.

<Cards cols={1}>
  <Card
    icon="layers"
    title="Main data representation modules and their characteristics"
    href="/en/platform/v2/basic-modules-of-data-presentation/modules"
  />
  <Card
    icon="sparkles"
    title="Advantages of modular data representation"
    href="/en/platform/v2/basic-modules-of-data-presentation/modular-data-advantages"
  />
</Cards>