webdis VS amzn-drivers

Compare webdis vs amzn-drivers and see what are their differences.

webdis

A Redis HTTP interface with JSON output (by nicolasff)

amzn-drivers

Official AWS drivers repository for Elastic Network Adapter (ENA) and Elastic Fabric Adapter (EFA) (by amzn)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
webdis amzn-drivers
3 4
2,780 441
- 1.1%
6.3 9.1
25 days ago 11 days ago
C C
BSD 2-clause "Simplified" License -
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.

webdis

Posts with mentions or reviews of webdis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.

amzn-drivers

Posts with mentions or reviews of amzn-drivers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.
  • Looking for programmer volunteers who want to contribute/learn about low level C++, Linux, Networking, high frequency trading.
    1 project | /r/learnprogramming | 7 Jan 2023
    Amazon (AWS) cloud EC2 instance specific role (Kernel and User space networking, linux OS related). Amazon has it's own network card with it's own linux driver (open source), for user space they use DPDK (open source). https://github.com/amzn/amzn-drivers I've measured the time between calling tcp send in software, and packet leaving the NIC (network card), it is around ~50 microseconds latency, aws also stated in a paper it is around that number. Goals:- Figure out the way to build from source code and load the kernel.- Reduce latency
  • FreeBSD optimizations used by Netflix to serve video at 800Gb/s [pdf]
    2 projects | news.ycombinator.com | 3 Nov 2022
    It means, for example, writing a FreeBSD kernel driver for Elastic Network Adapter (ENA). Both Linux kernel driver and FreeBSD kernel driver is available at https://github.com/amzn/amzn-drivers
  • Dragonflydb – A modern replacement for Redis and Memcached
    20 projects | news.ycombinator.com | 30 May 2022
    Of course, there are.

    I was mostly running on AWS. In terms of hardware, for small packets loadtests most systems are constrained on throughput, i.e. number of packets per second. Some systems saturate on interrupts reaching 100% CPU on all cores and some can not even saturate the CPU and you will see that CPU is at 60% but you can not go beyond some limit. Best systems networkwise are c6gn family types. They are also better than other cloud provide. btw, you mentioned hypervisors... About 8 months ago I opened a bug on AWS Graviton team https://github.com/amzn/amzn-drivers/issues/195 - about performance issue they had on their instances at high throughput. Recently they issued the fix. I suspect it was in their hypervisor.

    In terms of my software I found many performance bugs at those speeds. For example, using a default allocator is a big no. I use mimalloc for uncontended allocations. In general, you can not use mutexes and spinlocks at those speeds. Those will just cripple the system. Sometimes it can be very annoying since you can not rely on a 3rd party library without carefully analyzing its design. For example, I could not use openmetrics c++ library because it was not performant enough. Even to implement a simple counter, say to gather statistics for INFO command becomes an interesting engineering problem:

  • Ask HN: Anybody enabled IOMMU on AWS metal servers?
    1 project | news.ycombinator.com | 26 Oct 2021
    https://doc.dpdk.org/guides/nics/ena.html

    and:

    https://github.com/amzn/amzn-drivers/tree/master/userspace/dpdk/enav2-vfio-patch

    Enabling IOMMU on i3 or c5 metal instances is as easy as adding "iommu=1 intel_iommu=on" to /etc/default/grub followed by update-grub, reboot.

    I can't get this to work. Everything I update grub and reboot I cannot re-connected via ssh. Also EC2 console fails to get good status.

    My config:

    Ubuntu 20.04 stock AWS AMI x86 64-bit

What are some alternatives?

When comparing webdis and amzn-drivers you can also consider the following projects:

dragonfly - A modern replacement for Redis and Memcached

Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

cachegrand - cachegrand - a modern data ingestion, processing and serving platform built for today's hardware

midi-redis - A toy memory store with great performance

helio - A modern framework for backend development based on io_uring Linux interface

vitess - Vitess is a database clustering system for horizontal scaling of MySQL.