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
  • Prerequisites:
  • Step 1: Fetch your login credentials
  • Step 2: Start s3manager
  • Step 3: Browse the filesystem
  1. Streambased Cloud
  2. Storage Service for Kafka - S.S.K.
  3. Connecting to Streambased S.S.K.

Connect a S3manager to Streambased S.S.K.

S3manager is a popular, open source web GUI to manage S3 buckets from any provider. Let's use it to connect to real-time data.

PreviousConnecting a S3 compatible client to Streambased S.S.K.NextStreambased Platform

Last updated 3 months ago

We are using the S3manager client in this example but the steps are similar for most Amazon S3 clients.

Prerequisites:

  • An active Streambased Cloud account, sign up or log in

  • A docker environment

Step 1: Fetch your login credentials

Access to Streambased Cloud is managed via API-keys, you can create one for you new connection

With you will use your public key as the s3 api key and your secret key as the secret key. Make a note of these for Step 2.

Step 2: Start s3manager

S3manager is distributed as a docker image and is launched as a long running container:

docker run  \
  -p 8080:8080  \
  -e 'ACCESS_KEY_ID=[public key from step 1]'  \
  -e 'SECRET_ACCESS_KEY=[secret key from step 1]' \
  -e ENDPOINT=ssk-beta.streambased.cloud \
  -e REGION=us-west-1 \
  cloudlena/s3manager

Step 3: Browse the filesystem

With S3manager launched, files can be found at

here
here
s3manager
http://localhost:8080
browsing files