Skip to content

Commit ec67acc

Browse files
Remove the old Iceberg quickstart (#146)
Removes the old Iceberg quickstart and updates its README to point to the quickstart (bufstream-demo). It doesn't use expanded schema providers (local schemas).
1 parent 0270d87 commit ec67acc

File tree

19 files changed

+5
-1421
lines changed

19 files changed

+5
-1421
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,12 @@ license-header: $(BIN)/license-header
4747
################################################################################
4848

4949
.PHONY: ci
50-
ci: ci-bsr ci-bufstream ci-protovalidate \
50+
ci: ci-bsr ci-protovalidate \
5151

5252
.PHONY: ci-bsr
5353
ci-bsr:
5454
cd bsr && $(MAKE)
5555

56-
.PHONY: ci-bufstream
57-
ci-bufstream:
58-
cd bufstream/iceberg-quickstart && $(MAKE)
59-
6056
.PHONY: ci-protovalidate
6157
ci-protovalidate:
6258
cd protovalidate && $(MAKE)

bufstream/iceberg-quickstart/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bufstream/iceberg-quickstart/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

bufstream/iceberg-quickstart/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22

33
# Bufstream and Iceberg quickstart
44

5-
This directory contains example code for Bufstream's [Iceberg quickstart][docs].
6-
It walks through the key tasks for creating a local Bufstream and Iceberg environment:
5+
This example has been consolidated into the [Bufstream quickstart][quickstart].
6+
Its code is in the [bufstream-demo][repo] repository.
77

8-
1. Deploying a Docker-based Bufstream environment with local object storage and Iceberg REST catalog.
9-
2. Configuring Bufstream and a topic for Iceberg archival.
10-
3. Running the Iceberg archival process on demand.
11-
4. Querying Iceberg with Apache Spark and a Jupyter Notebook.
12-
13-
Note that the MinIO image within this Docker Compose project is provided by [lithus](https://github.com/golithus/minio-builds). [MinIO ceased publishing public Docker images](https://github.com/minio/minio/issues/21647) in October 2025.
14-
15-
16-
[docs]: https://buf.build/docs/bufstream/iceberg/quickstart/
8+
[quickstart]: https://buf.build/docs/bufstream/quickstart/
9+
[repo]: https://github.com/bufbuild/bufstream-demo

bufstream/iceberg-quickstart/buf.gen.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

bufstream/iceberg-quickstart/buf.lock

Lines changed: 0 additions & 9 deletions
This file was deleted.

bufstream/iceberg-quickstart/buf.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

bufstream/iceberg-quickstart/cmd/producer/producer.go

Lines changed: 0 additions & 91 deletions
This file was deleted.

bufstream/iceberg-quickstart/config/bufstream.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)