import { YouTube } from '@astro-community/astro-embed-youtube';
import Frame from '@/components/docs/Frame.astro';
import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';
import QRCode from '@/components/common/QRCode.astro';

👋 Welcome to the "Global Secure IoT Platform for Telemetry Data Collection and Processing" documentation!

Watch the short video presentation of the platform's capabilities:

<Frame variant="video">
  <YouTube id="IEzz5M9Uxis" title="Global Secure IoT Platform — overview" />
</Frame>

Here you will find a complete guide to working with the platform, which provides:

- **Secure data collection** from household and industrial energy metering devices of any scale;
- **Intelligent analytics** in real time;
- **Integration with industrial equipment** and third-party systems.

The documentation is intended for developers, engineers and administrators, and also contains recommendations for setting up, monitoring and optimizing the infrastructure.

## Essentials

<Cards cols={3} class="cards--feature">
  <Card
    icon="rocket"
    title="Getting started"
    description="Purpose, structural diagram, access to the IoT platform and authorization."
    href="/en/platform/v2/getting-started"
  />
  <Card
    icon="server-cog"
    title="Deployment and configuration"
    description="The main stages of installing and configuring the IoT platform."
    href="/en/platform/v2/deployment"
  />
  <Card
    icon="layout-dashboard"
    title="Working with the IoT platform"
    description="Interface, tools and administration."
    href="/en/platform/v2/interface"
  />
</Cards>

## Resources

<Cards cols={2} class="cards--resources">
  <Card
    icon="cloud-download"
    title="Data Collection Layer"
    description="Structure and composition of the IoT platform data collection layer."
    href="/en/platform/v2/data-collection-layer"
  />
  <Card
    icon="wifi"
    title="Supported Equipment"
    description="List of supported devices and description of data transfer methods."
    href="/en/platform/v2/equipment-and-data-transfer"
  />
  <Card
    icon="database"
    title="DBMS Structure"
    description="Basic principles of organizing the structure of a top-level DBMS."
    href="/en/platform/v2/top-level-dbms-structure"
  />
  <Card
    icon="box"
    title="Data Representation Unification"
    description="Standardization of formats and unification of the IoT platform data structure."
    href="/en/platform/v2/data-representation-unification"
  />
  <Card
    icon="sparkles"
    title="AI Analytics"
    description="Key tools and techniques underlying data mining."
    href="/en/platform/v2/ai-analytics"
  />
  <Card
    icon="book-open"
    title="API Reference"
    description="The platform's Web API, implemented as a REST API exchanging data packages in JSON format."
    href="/en/api/v1"
  />
  <Card
    icon="cog"
    title="External Integration"
    description="Mechanisms for integrating the system with external services, equipment and third-party solutions."
    href="/en/platform/v2/external-interfaces"
  />
</Cards>

## Useful Links

- [Glossary](/en/glossary)
- [Our Website](https://vadsro.eu)
- [PDF Presentation](https://vadsro.eu/files/interface-promo.pdf)

<QRCode
  content="https://vadsro.eu/files/interface-promo.pdf"
  class="w-40"
  label="QR code linking to the PDF presentation"
/>