Skip to content

Commit

Permalink
Add a link to the local instance of MinIO (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Dec 9, 2024
1 parent f8fe067 commit 3868e2d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose/iceberg/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one
////
= Redpanda Iceberg Docker Compose Example
:env-docker: true
:page-categories: Iceberg, Tiered Storage, Integration
:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration
:description: Pair Redpanda with MinIO for Tiered Storage and write data in the Iceberg format to enable seamless analytics workflows on data in Redpanda topics.
:page-layout: lab
// Set up attributes to hold the latest version of Redpanda and Redpanda Console.
Expand Down Expand Up @@ -111,6 +111,13 @@ echo "hello world" | rpk topic produce key_value --format='%k %v\n'
. Open Redpanda Console at http://localhost:8081/topics to see that the topics exist in Redpanda.
. Open MinIO at http://localhost:9001/browser to view your data stored in the S3-compatible object store.
+
Login credentials:
+
- Username: `minio`
- Password: `minio123`
. Open the Jupyter Notebook server at http://localhost:8888. The notebook guides you through querying Iceberg tables created from Redpanda topics.
. Create a schema in the Schema Registry:
Expand Down

0 comments on commit 3868e2d

Please sign in to comment.