linkerd2-proxy VS talent-plan

Compare linkerd2-proxy vs talent-plan and see what are their differences.

linkerd2-proxy

A purpose-built proxy for the Linkerd service mesh. Written in Rust. (by linkerd)

talent-plan

open source training courses about distributed database and distributed systems (by pingcap)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
linkerd2-proxy talent-plan
13 23
1,925 9,800
1.6% 1.2%
9.6 0.0
7 days ago 7 months ago
Rust Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

linkerd2-proxy

Posts with mentions or reviews of linkerd2-proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-26.

talent-plan

Posts with mentions or reviews of talent-plan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Need insights to build a distributed key value store from scratch.
    1 project | /r/DistributedComputing | 8 Dec 2023
    Pls check this course: https://github.com/pingcap/talent-plan . It includes how to implement sql and key value store. It’s an awesome course
  • Ask HN: Leetcode for Back End and Server Development
    4 projects | news.ycombinator.com | 11 Jul 2023
    - https://hackattic.com/ : Interesting programming Problems.

    - https://sadservers.com/ : Learn Linux by solving problems.

    - https://fly.io/dist-sys/ : Distributed Systems Problems.

    - https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.

    - https://protohackers.com/ : Server Programming Challenges.

    - https://codecrafters.io/ : Implement server tech / softwares from scratch.

    - https://hyperskill.org/ : Lots of projects based tutorials.

    3 projects | news.ycombinator.com | 3 Jul 2023
    - https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.
  • new Rust Networking book
    1 project | /r/rust | 14 Apr 2023
  • Gossip Glomers: Fly.io Distributed Systems Challenges
    2 projects | news.ycombinator.com | 22 Feb 2023
    Awesome stuff!

    Just to share in the way: open source training courses about distributed database and distributed systems by PingCap.

    https://github.com/pingcap/talent-plan

  • Learning and Building a KV Database in rust.
    2 projects | /r/rust | 17 Feb 2023
  • How does serde_json work?
    1 project | /r/rust | 18 Nov 2022
    You should try this lab by PingCAP (write a serde implementation for redis serialization protocol) ; you can find answers/seek help in github if you really don't know to figure out it.
  • Hey Rustaceans! Got a question? Ask here! (20/2022)!
    5 projects | /r/rust | 20 May 2022
    I am doing pingcap's talent plan recently, where you need to implement a custom Deserializer for REdis Serialization Protocol for the building block 3. What confuses me most is the implementation of `EnumAccess` and `VariantAccess`. One of my attempt looks like the following:
  • Love
    5 projects | /r/rust | 28 Mar 2022
    Looking at your project, I would recommend following this tutorial that makes you write key-value store in Rust. They don't provide you with a solution and make you come up with most stuff yourself, but give you some direction and structure for learning. You seem to have come up with most of this yourself already, but it might still be useful for you.
  • Newbie here. Just finished reading the book. What now?
    5 projects | /r/rust | 12 Jan 2022
    If you are interested in network programming and distributed system, checkout https://github.com/pingcap/talent-plan

What are some alternatives?

When comparing linkerd2-proxy and talent-plan you can also consider the following projects:

tikv - Distributed transactional key-value database, originally created to complement TiDB

dnsguide - A guide to writing a DNS Server from scratch in Rust

linkerd - Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.

duckdb - DuckDB is an in-process SQL OLAP Database Management System

conduit - Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

toydb - Distributed SQL database in Rust, written as a learning project

pisanix - A Database Mesh Project Sponsored by SphereEx

rust-plus-golang - Rust + Go — Call Rust code from Go using FFI

deno - A modern runtime for JavaScript and TypeScript.

mini-redis - Incomplete Redis client and server implementation using Tokio - for learning purposes only

teaching-material

duckdb-rs - Ergonomic bindings to duckdb for Rust