> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Third-party components

> FlowX.AI uses a number of third-party software components

## Overview

FlowX.AI relies on various third-party components to deliver its functionality. These components fall into two categories:

* **Embedded components**: Third-party software packaged and managed by FlowX.AI
* **Client-managed components**: Third-party software that you deploy and maintain

<Info>
  For optimal performance and reliability, our internal QA process validates new releases using specific versions. While you can explore alternative versions that suit your requirements, we recommend referring to the compatibility matrix for guidance.
</Info>

<Note>
  Licensing of third-party components is governed by each vendor and may change over time. Consult each vendor's official licensing documentation for current terms.
</Note>

## Embedded components

<Note>
  Embedded components are shipped and configured as part of the FlowX.AI platform. FlowX.AI manages their versioning, patching, security updates, and provides L4 support coverage. They are deployed alongside the platform using the standard FlowX.AI deployment process.
</Note>

### Authorization

<CardGroup cols={2}>
  <Card title="SpiceDB" icon="shield" href="https://authzed.com/spicedb">
    An open-source permissions database inspired by Google's Zanzibar paper. Powers FlowX.AI's multi-tenant authorization system with fine-grained access control and relationship-based permissions.

    **Key capabilities**: Google Zanzibar-inspired authorization, ReBAC, global consistency, reverse lookup, sub-millisecond response times
  </Card>

  <Card title="SpiceDB Operator" icon="gears" href="https://github.com/authzed/spicedb-operator">
    A Kubernetes operator that automates the deployment, configuration, and lifecycle management of SpiceDB instances. Handles upgrades, scaling, and configuration changes for consistent and reliable SpiceDB deployments.
  </Card>
</CardGroup>

### AI Platform components

<CardGroup cols={3}>
  <Card title="Dgraph" icon="database" href="https://docs.dgraph.io/">
    Distributed graph database for Knowledge Graph service, AI Agent state management, and multi-agent collaboration.
  </Card>

  <Card title="OpenTelemetry Collector" icon="chart-waterfall" href="https://opentelemetry.io/docs/collector/">
    Vendor-agnostic telemetry data collection, processing, and export for comprehensive observability.
  </Card>

  <Card title="Prometheus" icon="chart-simple" href="https://prometheus.io/">
    Industry-standard monitoring and alerting system for cloud-native environments.
  </Card>
</CardGroup>

## Client-managed components

<Info>
  Client-managed components are deployed and maintained by your team. FlowX.AI validates compatibility with supported versions listed in the [compatibility matrix](#compatibility-matrix) but does not provide direct support for these components.
</Info>

### Core infrastructure

<Tabs>
  <Tab title="Identity & access">
    <Card title="Keycloak" icon="key" href="https://www.keycloak.org/documentation">
      **Supported Version**: 26.x

      Open-source identity and access management solution enabling single sign-on for modern applications.
    </Card>
  </Tab>

  <Tab title="Messaging">
    <Card title="Apache Kafka" icon="message-dots" href="https://kafka.apache.org/documentation/">
      **Supported Version**: 3.9.x

      Distributed event streaming platform for high-volume, real-time data feeds with fault tolerance and low latency.
    </Card>
  </Tab>

  <Tab title="Databases">
    <CardGroup cols={2}>
      <Card title="PostgreSQL" icon="database" href="https://www.postgresql.org/docs/">
        **Supported Version**: 16.2.x

        Free and open-source relational database emphasizing extensibility and SQL compliance.
      </Card>

      <Card title="MongoDB" icon="database" href="https://www.mongodb.com/docs/">
        **Supported Version**: 7.0.x

        Document-oriented NoSQL database for business process data and configuration storage.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Caching & storage">
    <CardGroup cols={2}>
      <Card title="Redis" icon="fire" href="https://redis.io/docs/">
        **Supported Version**: 7.4 - 8.0

        Fast in-memory key-value store for caching and pub/sub messaging with sub-millisecond response times.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

### Infrastructure & monitoring

<AccordionGroup>
  <Accordion title="Web server & load balancing">
    **NGINX Ingress Controller**

    Kubernetes ingress controller for routing web traffic from SPAs to backend services and the FlowX.AI Engine.

    <Card title="ingress-nginx documentation" href="https://kubernetes.github.io/ingress-nginx/" icon="external-link" />
  </Accordion>

  <Accordion title="Search & analytics">
    **Elasticsearch (EFK Stack)**\
    **Version**: 8.x

    Distributed search and analytics engine for centralized data storage and business process transaction searching.

    <CardGroup cols={2}>
      <Card title="Elastic Stack" href="https://www.elastic.co/elastic-stack/" icon="external-link" />

      <Card title="Fluentd" href="https://docs.fluentd.org/" icon="external-link" />
    </CardGroup>
  </Accordion>

  <Accordion title="Business intelligence">
    **Apache Superset**

    Business intelligence web application for data exploration and visualization, from simple charts to detailed dashboards.

    <Card title="Superset documentation" href="https://superset.apache.org/docs/intro" icon="external-link" />
  </Accordion>
</AccordionGroup>

### Commercial components

<Card title="Oracle Database" icon="database" href="https://www.oracle.com/database/technologies/">
  **Supported Versions**: 21c, 23ai

  Enterprise relational database management system for mission-critical workloads.

  <Note>
    Oracle Database requires commercial licensing. Contact Oracle for licensing information.
  </Note>
</Card>

## Compatibility matrix

### Third-party open-source components

| Component                | Supported Version      |
| ------------------------ | ---------------------- |
| Keycloak                 | 26.x                   |
| Kafka                    | 3.9.x                  |
| PostgreSQL               | 16.2.x                 |
| MongoDB                  | 7.0.x                  |
| Redis                    | 7.4 - 8.0              |
| NGINX Ingress Controller | any maintained release |
| Elasticsearch            | 8.x                    |

### Commercial components

| Component       | Supported Version |
| --------------- | ----------------- |
| Oracle Database | 21c, 23ai         |

## Deprecation notice

<Warning>
  The following versions are no longer supported:

  * Keycloak versions older than 26
  * Kafka versions older than 3.9
  * Redis versions older than 7.4
</Warning>

## Support information

<Info>
  If you encounter compatibility issues with any of the supported versions listed above, please [open a support ticket](https://support.flowx.ai/) and our team will address any identified bugs through our standard support process.
</Info>

## Related resources

<CardGroup cols={2}>
  <Card title="Event-driven Architecture" href="../platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-kafka-concepts" icon="book">
    Learn about Kafka concepts and implementation
  </Card>

  <Card title="NGINX Configuration" href="../platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-nginx" icon="book">
    Understanding NGINX in FlowX.AI architecture
  </Card>

  <Card title="Data Architecture" href="../platform-overview/data-architecture" icon="database">
    Which data stores FlowX.AI uses and what each stores
  </Card>
</CardGroup>


## Related topics

- [Deployment guidelines v4.7.5](/release-notes/v4.x/v4.7.x-lts/v4.7.5-june-2025/deployment-guidelines-v4.7.5.md)
- [Deployment guidelines v4.7.6](/release-notes/v4.x/v4.7.x-lts/v4.7.6-july-2025/deployment-guidelines-v4.7.6.md)
- [Deployment guidelines v4.7.7](/release-notes/v4.x/v4.7.x-lts/v4.7.7-august-2025/deployment-guidelines-v4.7.7.md)
- [Deployment guidelines v4.7.8](/release-notes/v4.x/v4.7.x-lts/v4.7.8-september-2025/deployment-guidelines-v4.7.8.md)
- [Deployment guidelines v4.7.9](/release-notes/v4.x/v4.7.x-lts/v4.7.9-october-2025/deployment-guidelines-v4.7.9.md)
