What is DPDK library in C and how to learn it?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Seastar

    High performance server-side application framework

  • https://core.dpdk.org/supported/ lists supported nics. You're best just reading material from the dpdk website for figuring out roughly what it is. It is used for a lot of different goals. For most web C++ stuff it's mainly used because you can avoid round trips of data passing through the kernel and can reference network data without tons of copying. For an example check out the SeaStar framework, https://seastar.io/, which is under the hood of ScyllaDB.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How Numberly Replaced Kafka with a Rust-Based ScyllaDB Shard-Aware Application

    1 project | /r/apachekafka | 17 Apr 2023
  • Abstraction Is Expensive

    1 project | news.ycombinator.com | 7 Dec 2022
  • Benchmark results: Cassandra 4.0, 3.11, Scylla 4.4

    2 projects | news.ycombinator.com | 27 Sep 2021
  • An Interview with Pekka Enberg: Modern Hardware, Old APIs

    1 project | /r/ScyllaDB | 13 May 2021
  • Does anyone have any updates on the status of the C++ Networking TS?

    1 project | /r/cpp | 18 Apr 2021