Streambased Documentation
  • Home
  • Overview
    • Key Concepts
  • Streambased Cloud
    • Streambased Cloud UI
      • Create your first Streambased cluster
      • Create your first Streambased API Key
      • Running your first A.S.K Query
      • Exploring your data using S.S.K
    • Iceberg Service for Kafka - I.S.K.
      • Overview
      • Architecture
      • Usage
      • Quick Start
    • Analytics Service for Kafka - A.S.K.
      • Overview
      • Architecture
      • Connecting to Streambased A.S.K.
        • Connect Superset to Streambased A.S.K.
        • Connect Jupyter to Streambased A.S.K.
        • Connect a JDBC Client to Streambased A.S.K.
        • Connect an ODBC client to Streambased A.S.K.
        • Connect a Python Application (SQL Alchemy) to Streambased A.S.K.
    • Storage Service for Kafka - S.S.K.
      • Overview
      • Connecting to Streambased S.S.K.
        • Connecting a S3 compatible client to Streambased S.S.K.
        • Connect a S3manager to Streambased S.S.K.
  • Streambased Platform
    • Overview
    • Requirements
    • Step by Step Installation
    • Configuration
    • Connecting Analytical Applications to Streambased
      • Connect Superset to Streambased
      • Connect Jupyter to Streambased
      • Connect a JDBC Client to Streambased
      • Connect an ODBC client to Streambased
      • Connect a Python Application (SQL Alchemy) to Streambased
Powered by GitBook
On this page
  • Minimum System Requirements
  • Components
  • Kafka Requirements
  1. Streambased Platform

Requirements

PreviousOverviewNextStep by Step Installation

Last updated 2 months ago

Minimum System Requirements

Components

Streambased Enterprise

  • Nodes: minimum 3 suggested for resilience, scale horizontally according to workload

  • Storage: Suggested minimum 100GB SSD

  • Memory: 16GB

  • CPU: 4 cores

Kafka Requirements

  • Streambased requires an underlying Kafka cluster of version 2.5.0 or higher.

  • For Secure Kafka users, Streambased two roles:

    • Indexer Kafka User: Requires read access to all topics that are to be queried (suggested read access to all topics in the cluster).

    • Server Kafka User: Requires only topic listing permissions. It is recommended to provide this user with minimum permissions and use impersonation to determine query permissions. Impersonation in Streambased is handled at a per-session level. See the session variable.

streambased_connection