Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LFX Summer 2024: Service Mesh Performance #1246

Merged
merged 7 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Moved to project ideas
Signed-off-by: Yash Sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed May 14, 2024
commit 45ce4be5995bb7d14ffaf3cd7a6a330699f97ba8
14 changes: 0 additions & 14 deletions programs/lfx-mentorship/2024/02-Jun-Aug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ Mentee application instructions can be found on the [Program Guidelines](https:/
- [Vitess](#vitess)
- [Improve the website of our automated-benchmarking tool (migrate to shadcn ui and typescript)](#improve-the-website-of-our-automated-benchmarking-tool-migrate-to-shadcn-ui-and-typescript)
- [Community building and engagement](#community-building-and-engagement)
- [Service Mesh Performance](#service-mesh-performance)
- [Service Mesh Performance: Convergence of Network and Graph topologies](#service-mesh-performance-convergence-of-network-and-graph-topologies)
- [WasmEdge](#wasmedge)
- [Support piper as a new backend of the WASI-NN WasmEdge plugin](#support-piper-as-a-new-backend-of-the-wasi-nn-wasmedge-plugin)
- [Enabling LLM fine tuning in the WASI-NN ggml plugin](#enabling-llm-fine-tuning-in-the-wasi-nn-ggml-plugin)
Expand Down Expand Up @@ -634,18 +632,6 @@ Mentee application instructions can be found on the [Program Guidelines](https:/
- Upstream Issue (URL): https://github.com/vitessio/vitess/issues/15895
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/1e395914-9adb-4254-a02d-08e6e03e3b93

### Service Mesh Performance

#### Service Mesh Performance: Convergence of Network and Graph topologies

- Description: Opens the door to leveraging algorithms in the areas of Centrality, Community Detection, Pathfinding, Topological Link Prediction, etc. Bringing to bear advances made in Machine Learning / AI / recommendation systems, fraud detection could really help to derive meaning and comprehension for future tools. Another example is how ML + graph approaches are used to find and determine the optimal molecular structure of atoms such that desired physical properties are targeted. This approach could be applied to the problem of workload sizing and estimation for service mesh operators and would-be adopters.

- Expected outcome:
- Use Neo4j's ability to create graph projections, which copy a subgraph to RAM so that algorithms can be efficiently run.
- Recommended Skills: Golang, familiarity with Service Mesh, grpc, docker, kubernetes
- Mentor(s): Lee Calcote (@leecalcote, [email protected]), Xin Huang (@gyohuangxin, [email protected])
- Upstream Issue: https://github.com/service-mesh-performance/service-mesh-performance/issues/422

### WasmEdge

#### Support piper as a new backend of the WASI-NN WasmEdge plugin
Expand Down
12 changes: 12 additions & 0 deletions programs/lfx-mentorship/2024/02-Jun-Aug/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@

## Proposed Project ideas

### Service Mesh Performance

Yashsharma1911 marked this conversation as resolved.
Show resolved Hide resolved
#### Service Mesh Performance: Convergence of Network and Graph topologies

- Description: Opens the door to leveraging algorithms in the areas of Centrality, Community Detection, Pathfinding, Topological Link Prediction, etc. Bringing to bear advances made in Machine Learning / AI / recommendation systems, fraud detection could really help to derive meaning and comprehension for future tools. Another example is how ML + graph approaches are used to find and determine the optimal molecular structure of atoms such that desired physical properties are targeted. This approach could be applied to the problem of workload sizing and estimation for service mesh operators and would-be adopters.

- Expected outcome:
- Use Neo4j's ability to create graph projections, which copy a subgraph to RAM so that algorithms can be efficiently run.
- Recommended Skills: Golang, familiarity with Service Mesh, grpc, docker, kubernetes
- Mentor(s): Lee Calcote (@leecalcote, [email protected]), Xin Huang (@gyohuangxin, [email protected])
- Upstream Issue: https://github.com/service-mesh-performance/service-mesh-performance/issues/422

### CNCF TAG Network

#### Mapping CNCF Landscape one Relationship-at-a-time
Expand Down
Loading