Skip to content

Commit

Permalink
GSOC: Jaeger (#795)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored Feb 3, 2023
1 parent 7eb8f5c commit 6fc955b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions summerofcode/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ If you are a project maintainer and consider mentoring during the GSoC 2023 cycl

## Ideas

- [Jaeger](#jaeger)
- [Implement ClickHouse support](#implement-clickhouse-support)
- [Knative](#knative)
- [Multiple Knative Eventing control planes](#multiple-knative-eventing-control-planes)
- [Eventing Sender Identity](#eventing-sender-identity)
Expand All @@ -37,6 +39,28 @@ If you are a project maintainer and consider mentoring during the GSoC 2023 cycl
- [KubeVela](#kubevela)
- [IDE Plugins](#vela-ide-plugins)

### Jaeger

Jaeger (https://jaegertracing.io) is a popular platform for distributed tracing.

#### Implement ClickHouse support

- Description: ClickHouse is a powerful columnar database, utilized in many commercial and some open source monitoring products. Jaeger currently has a community-provided (unofficial) plugin that implements Jaeger storage backend on top of ClickHouse. This project is to build first-class support for ClickHouse in Jaeger as a core functionality.
- Expected outcomes:
- Design table schema, document trade-offs
- Implement ClickHouse support as core storage backend
- Address schema creation problem / tooling
- Add relevant documentation to the Jaeger website
- Stretch goals:
- Use Kafka Connector for ClickHouse for bulk inserts
- Support Monitoring tab in Jaeger directly from ClickHouse
- Recommended Skills: Go, SQL
- Mentor(s): Yuri Shkuro, @yurishkuro
- Expected project size: 350 Hours
- Difficulty: Medium
- Upstream Issue (URL): https://github.com/jaegertracing/jaeger/issues/4196


### Knative

#### Multiple Knative Eventing control planes
Expand Down

0 comments on commit 6fc955b

Please sign in to comment.