amzn-drivers VS neon

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

amzn-drivers

Official AWS drivers repository for Elastic Network Adapter (ENA) and Elastic Fabric Adapter (EFA) (by amzn)

neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage. (by neondatabase)
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
amzn-drivers neon
4 124
441 12,279
0.7% 3.2%
9.1 9.9
15 days ago 6 days ago
C 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.

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

neon

Posts with mentions or reviews of neon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • How to ditch Neon
    2 projects | dev.to | 1 May 2024
    If you're reading this you probably got a really steep bill from Neon after finding yourself on their "Scale" plan. If you do want to stay with Neon but avoid surprise bills then go to the Plans page and choose what you actually want.
  • Serverless Postgres with Neon - My first impression
    1 project | dev.to | 24 Apr 2024
    Such is the case with Neon, a serverless Postgres service, that went generally available on April 15. Congrats Nikita Shamgunov and team on the launch. When I saw the announcement, I knew I had to try it out for myself and report back with my findings.
  • Neon Is Generally Available: Serverless Postgres
    6 projects | news.ycombinator.com | 15 Apr 2024
    I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:

    https://github.com/neondatabase/neon/issues/4989

    If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: https://github.com/porsager/postgres.

    Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database.

    To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?

  • 11 Planetscale alternatives with free tiers
    8 projects | dev.to | 11 Apr 2024
    Neon is an open source and cloud-native serverless database platform that focuses on simplicity and ease of use. It supports Postgres databases and offers built-in features like bottomless storage, autoscaling, and branching.
  • Breaking the Myth: Scalable, Multi-Region, Low-Latency App Exists And Will Not Cost You A Kidney.
    4 projects | dev.to | 11 Apr 2024
    For MySQL, we've got PlanetScale, and for PostgreSQL, there's Neon.
  • Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
    9 projects | news.ycombinator.com | 1 Apr 2024
    8. https://neon.tech/As you might know not one tool fits all, I still have strong preferences for the following. It helps me get going faster and get things done right first time and helps in ease of maintenance.

    Language: Typescript.

  • Why PlanetScale broke our trust in database startups
    1 project | news.ycombinator.com | 15 Mar 2024
    Migrated away when they removed the free tier, ended up using https://neon.tech/
  • Parsing the Postgres protocol – logging executed statements
    5 projects | news.ycombinator.com | 14 Mar 2024
    Cool! At Neon[0], I work full time on our custom postgres proxy[1]. It's a very nice protocol to work with, although our usecase is quite a bit more complex compared to the ideas presented in the post.

    Neon databases scale to zero, so the proxy needs to spin up databases on the fly. The proxy doesn't do that but it knows if the databases is running and asks our control plane to schedule it if it isn't. It's a fun service to maintain.

    The biggest pain is error handling. Postgres is really bad for error messages and codes. The only available code we can use is usually protocol violation...

    [0]: https://neon.tech/

  • Neon: Serverless Postgres
    1 project | news.ycombinator.com | 13 Mar 2024
  • No More Free Tier on PlanetScale, Here Are Free Alternatives
    3 projects | dev.to | 8 Mar 2024
    Neon - PostgreSQL

What are some alternatives?

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

dragonfly - A modern replacement for Redis and Memcached

supabase - The open source Firebase alternative.

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

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

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

yugabyte-db - YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

midi-redis - A toy memory store with great performance

orioledb - OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) Β πŸ‡ΊπŸ‡¦

webdis - A Redis HTTP interface with JSON output

MongoDB - The MongoDB Database

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

edgedb - A graph-relational database with declarative schema, built-in migration system, and a next-generation query language