Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ This repository houses example projects and code for products in the [Buf][buf]

[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.

## Bufstream

A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] demonstrates how to archive Kafka messages to Iceberg tables and perform analytical queries with Spark.

## Protovalidate

[Quickstart guides and examples](./protovalidate) for [Protovalidate][protovalidate] show how standard annotations and custom CEL expressions can be used to validate Protobuf messages.
Expand All @@ -27,7 +23,6 @@ A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] de
[bsr-docs]: https://buf.build/docs/bsr/
[bsr]: https://buf.build
[buf]: https://github.com/bufbuild
[bufstream]: https://buf.build/docs/bufstream/
[cli-docs]: https://buf.build/docs/cli/
[docs]: https://buf.build/docs
[plugins]: https://buf.build/docs/cli/buf-plugins/overview/
Expand Down
2 changes: 0 additions & 2 deletions bufstream/docker-compose/.gitignore

This file was deleted.

58 changes: 0 additions & 58 deletions bufstream/docker-compose/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions bufstream/docker-compose/bufstream.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions bufstream/docker-compose/docker-compose.yml

This file was deleted.

9 changes: 0 additions & 9 deletions bufstream/iceberg-quickstart/README.md

This file was deleted.

7 changes: 1 addition & 6 deletions protovalidate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[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.

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

## Protovalidate quickstart

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

## Using Protovalidate in Kafka

[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.

[protovalidate]: https://buf.build/docs/protovalidate/
[quickstart]: https://buf.build/docs/protovalidate/quickstart/
[adding-protovalidate]: https://buf.build/docs/protovalidate/schemas/adding-protovalidate/
Expand All @@ -56,7 +52,6 @@ Quickstart code showing how to use Protovalidate in unary RPCs is available in t
[grpc-go]: https://buf.build/docs/protovalidate/quickstart/grpc-go
[grpc-java]: https://buf.build/docs/protovalidate/quickstart/grpc-java
[grpc-python]: https://buf.build/docs/protovalidate/quickstart/grpc-python
[bufstream]: https://buf.build/docs/protovalidate/quickstart/bufstream

[protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate
[yup]: https://github.com/jquense/yup
Expand Down
Loading