https://github.com/sebastianschmidl/fastflinkstreams
A Flink demo project using Scala and SBT that analyzes HTTP log data from NASA.
https://github.com/sebastianschmidl/fastflinkstreams
flink flink-stream-processing sbt scala
Last synced: about 1 month ago
JSON representation
A Flink demo project using Scala and SBT that analyzes HTTP log data from NASA.
- Host: GitHub
- URL: https://github.com/sebastianschmidl/fastflinkstreams
- Owner: SebastianSchmidl
- License: mit
- Created: 2019-01-19T13:04:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T14:45:01.000Z (over 7 years ago)
- Last Synced: 2025-12-31T00:30:58.109Z (6 months ago)
- Topics: flink, flink-stream-processing, sbt, scala
- Language: Scala
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastFlinkStreams
A Flink demo project using Scala and SBT that analyzes HTTP log data from [NASA HTTP](http://ita.ee.lbl.gov/html/contrib/NASA-HTTP.html).
## Usage
To run and test the application locally, you can just execute `sbt run`.
You can also package the application into a fat jar with `sbt assembly`, then submit it to a flink cluster.
You can also run the application from within IntelliJ by selecting the classpath of the 'mainRunner' module in the run/debug configurations
- open "Run -> Edit configurations..."
- click on "+" to create a new configuration for an "Application"
- type in name and select the main class to run
- select 'mainRunner' from the "Use classpath of module" dropbox