Skip to content

Commit

Permalink
shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed Jan 22, 2024
1 parent 19b0bb4 commit 4a587f1
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 5 deletions.
8 changes: 4 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ services:
tty: true
stdin_open: true
build:
context: .
context: ./stream
target: builder
entrypoint: sbt
command: help
volumes:
- .:/usr/src/app:delegated
- ./stream:/usr/src/app:delegated
- sbt_ivy_cache:/root/.ivy2:cached
- sbt_cache:/root/.sbt:cached
- coursier_cache:/root/.cache/coursier:cached
- coursier_v1_cache:/root/.coursier/cache/v1:cached

streams:
stream:
build:
context: .
context: ./stream
depends_on:
- redpanda

Expand Down
3 changes: 3 additions & 0 deletions connect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kafka Connect

<https://redpanda.com/guides/kafka-tutorial/what-is-kafka-connect>
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions stream/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kafka Stream

<https://redpanda.com/guides/kafka-tutorial/streaming-etl>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions stream/project/project/metals.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13")

6 changes: 6 additions & 0 deletions stream/project/project/project/metals.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13")

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ object Person {
)
}
}

File renamed without changes.
File renamed without changes.

0 comments on commit 4a587f1

Please sign in to comment.