Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survey responses ksqlDB recipe #1447

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Survey responses ksqlDB recipe #1447

merged 5 commits into from
Nov 8, 2022

Conversation

danicafine
Copy link
Contributor

Description

Moved from #1440

#1190

Staging Docs

http://kafka-tutorials-staging.s3-website-us-west-2.amazonaws.com/survey-analysis/

New tutorial checklist

  • Add a Short Answer (if relevant)
  • Implement good test cases (if relevant)
  • Validate hyperlinks
  • Spell check (e.g. using aspell)
  • Full code validated in Confluent Cloud
  • SQL style/syntax consistent to existing recipes
  • Validate presentation with bundle exec jekyll serve --livereload
  • Tutorial added to appropriate index.html or use-case.html file
  • Source connector's auto topic naming convention works with the ksqlDB app values for KAFKA_TOPIC (if relevant)

@danicafine danicafine requested a review from a team as a code owner November 7, 2022 19:24
Copy link
Contributor

@davetroiano davetroiano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! new test is passing

Copy link
Contributor

@bbejeck bbejeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Ship It!

@davetroiano davetroiano merged commit 1f6b221 into master Nov 8, 2022
@davetroiano davetroiano deleted the survey-responses branch November 8, 2022 18:57
davetroiano added a commit that referenced this pull request Nov 15, 2022
* Bump protoc from 3.21.8 to 3.21.9 (#1437)

Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 3.21.9.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.21.8...v3.21.9)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* DP-9370 - use cc-service-bot to manage Semaphore project (#1439)

* Survey responses ksqlDB recipe (#1447)

* new survey analysis recipe

* update souce format

* remove emdash

* fix testing

* fix test

* upgrade gradle-avro-plugin (#1448)

* Bump jackson-databind from 2.13.4.2 to 2.14.0 (#1446)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.2 to 2.14.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump protobuf-java from 3.21.8 to 3.21.9 (#1436)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 3.21.9.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.21.8...v3.21.9)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump common-utils from 7.1.4 to 7.3.0 (#1441)

Bumps [common-utils](https://github.com/confluentinc/common) from 7.1.4 to 7.3.0.
- [Release notes](https://github.com/confluentinc/common/releases)
- [Commits](confluentinc/common@v7.1.4...v7.3.0)

---
updated-dependencies:
- dependency-name: io.confluent:common-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump com.google.cloud.tools.jib from 3.3.0 to 3.3.1 (#1435)

Bumps com.google.cloud.tools.jib from 3.3.0 to 3.3.1.

---
updated-dependencies:
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gson from 2.9.1 to 2.10 (#1434)

Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.9.1...gson-parent-2.10)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-core from 2.13.4 to 2.14.0 (#1444)

Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.4 to 2.14.0.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.13.4...jackson-core-2.14.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-annotations from 2.13.4 to 2.14.0 (#1445)

Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.4 to 2.14.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update `docker-compose` commands to `docker compose` (#1438)

* update `docker-compose` commands to `docker compose`

* use Semaphore cache to avoid docker image downloads per task

* use `docker compose` in survey responses recipes

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey Christous <[email protected]>
Co-authored-by: Danica Fine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants