https://github.com/jaegertracing/jaeger-analytics-flink
Big data analytics for Jaeger using Apache Flink
https://github.com/jaegertracing/jaeger-analytics-flink
Last synced: 2 months ago
JSON representation
Big data analytics for Jaeger using Apache Flink
- Host: GitHub
- URL: https://github.com/jaegertracing/jaeger-analytics-flink
- Owner: jaegertracing
- Created: 2018-05-25T15:05:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T17:54:27.000Z (over 5 years ago)
- Last Synced: 2025-04-07T08:37:12.259Z (6 months ago)
- Language: Java
- Homepage:
- Size: 98.6 KB
- Stars: 69
- Watchers: 15
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jaeger Analytics
## Introduction
This repository was created from the internal Uber repository used to run Flink jobs. It was created by stripping away Uber specific components, and hasn't been tested in it's current form.
It is intended to serve as a starting point for a more generic OSS release.## Local development with IntelliJ
1. Open the the main (DependenciesJob, TraceQualityJob, etc) and hit the play/run button on the gutter. This will cause
IntelliJ to create a new run configuration and run the application. It will fail because it cannot find some classes.
2. Edit this run configuration by selecting **Run** -> **Edit Configurations**
3. Enable the ***Single Instance only** checkbox on the top left.
4. Enable the **Include dependencies with the "Provided" scope** checkbox.
5. Run the job by hitting the play/run button.