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
Changes from 4 commits
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
14 changes: 14 additions & 0 deletions programs/lfx-mentorship/2024/02-Jun-Aug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ 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)
Yashsharma1911 marked this conversation as resolved.
Show resolved Hide resolved
- [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 @@ -632,6 +634,18 @@ 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, leecalcote@gmail.com), Xin Huang (@gyohuangxin, xin1.huang@intel.com)
- 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
Loading