Skip to content

Commit 25a0ecb

Browse files
authored
Delete examples (#179)
1 parent 608754b commit 25a0ecb

7 files changed

Lines changed: 1 addition & 144 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ This repository houses example projects and code for products in the [Buf][buf]
1212

1313
[This directory](./bsr) contains quickstart code that demonstrates key functions and usage of the [BSR][bsr], and how to create [Buf plugins][plugins] for custom lint and breaking change rules that you can upload to the BSR.
1414

15-
## Bufstream
16-
17-
A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] demonstrates how to archive Kafka messages to Iceberg tables and perform analytical queries with Spark.
18-
1915
## Protovalidate
2016

2117
[Quickstart guides and examples](./protovalidate) for [Protovalidate][protovalidate] show how standard annotations and custom CEL expressions can be used to validate Protobuf messages.
@@ -27,7 +23,6 @@ A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] de
2723
[bsr-docs]: https://buf.build/docs/bsr/
2824
[bsr]: https://buf.build
2925
[buf]: https://github.com/bufbuild
30-
[bufstream]: https://buf.build/docs/bufstream/
3126
[cli-docs]: https://buf.build/docs/cli/
3227
[docs]: https://buf.build/docs
3328
[plugins]: https://buf.build/docs/cli/buf-plugins/overview/

bufstream/docker-compose/.gitignore

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

bufstream/docker-compose/README.md

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

bufstream/docker-compose/bufstream.yaml

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

bufstream/docker-compose/docker-compose.yml

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

bufstream/iceberg-quickstart/README.md

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

protovalidate/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Protovalidate][protovalidate] provides standard annotations to validate common rules on messages and fields, as well as the ability to use [CEL][cel] to write custom rules. It's the next generation of [protoc-gen-validate][protoc-gen-validate], the only widely used validation library for Protobuf.
66

7-
Supplementing its [documentation][protovalidate], this repository provides quickstart code exercises and reference examples for its use.
7+
Supplementing its [documentation][protovalidate], this repository provides quickstart code exercises and reference examples for its use.
88

99
## Protovalidate quickstart
1010

@@ -42,10 +42,6 @@ Quickstart code showing how to use Protovalidate in unary RPCs is available in t
4242
* [Quickstart code](grpc-java/README.md) for [Protovalidate in gRPC and Java][grpc-java]
4343
* [Quickstart code](grpc-python/README.md) for [Protovalidate in gRPC and Python][grpc-python]
4444

45-
## Using Protovalidate in Kafka
46-
47-
[Quickstart code](bufstream/README.md) for [Using Protovalidate in Kafka with Bufstream][bufstream] shows how to enforce schemas within the Bufstream Kafka broker. The only code changed during the tutorial is in Protobuf and YAML files, so only a Go example is provided. It contains a `start` directory with a starting state and `finish` with a working solution.
48-
4945
[protovalidate]: https://buf.build/docs/protovalidate/
5046
[quickstart]: https://buf.build/docs/protovalidate/quickstart/
5147
[adding-protovalidate]: https://buf.build/docs/protovalidate/schemas/adding-protovalidate/
@@ -56,7 +52,6 @@ Quickstart code showing how to use Protovalidate in unary RPCs is available in t
5652
[grpc-go]: https://buf.build/docs/protovalidate/quickstart/grpc-go
5753
[grpc-java]: https://buf.build/docs/protovalidate/quickstart/grpc-java
5854
[grpc-python]: https://buf.build/docs/protovalidate/quickstart/grpc-python
59-
[bufstream]: https://buf.build/docs/protovalidate/quickstart/bufstream
6055

6156
[protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate
6257
[yup]: https://github.com/jquense/yup

0 commit comments

Comments
 (0)