Skip to content

Commit

Permalink
[ETL] remove all etl-related code (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 authored Mar 14, 2024
1 parent 8a0d439 commit 5241cc9
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 2,031 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ zookeeper.dockerfile
controller.dockerfile
broker.dockerfile
app.dockerfile
spark.dockerfile
deps.dockerfile
worker.dockerfile
etl.dockerfile
hadoop.dockerfile
# we don't put binary file to git repo
gradle-wrapper.jar
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
11. [GUI](docs/gui/README.md): 簡單好用的叢集資訊圖形化工具
12. [Connector](./docs/connector/README.md): 提供基於 `kafka connector` 實作的高效平行化工具,包含效能測試和資料遷移等工具
13. [Build](docs/build_project.md): 說明如何建構與測試本專案各模組
14. [etl](./docs/etl/README.md): 構建 spark-kafka 的資料傳輸通道

# Kafka Q&A

Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,4 @@ spotless {
}
}
}
scala {
licenseHeaderFile(file("$rootDir/checkstyle/apache.header"), "package ")
target '**/scala/**/*.scala'
scalafmt()
}
}
40 changes: 0 additions & 40 deletions config/spark2kafka.properties

This file was deleted.

146 changes: 0 additions & 146 deletions docker/start_etl.sh

This file was deleted.

Loading

0 comments on commit 5241cc9

Please sign in to comment.