prisma-redis-middleware VS postgres-benchmarks

Compare prisma-redis-middleware vs postgres-benchmarks and see what are their differences.

prisma-redis-middleware

Prisma Middleware for caching queries in Redis (by Asjas)

postgres-benchmarks

A set of benchmarks focusing on the performance of Postgres client libraries for Node.js (by porsager)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
prisma-redis-middleware postgres-benchmarks
2 4
354 69
- -
0.0 10.0
5 months ago over 3 years ago
TypeScript JavaScript
GNU General Public License v3.0 or later -
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.

prisma-redis-middleware

Posts with mentions or reviews of prisma-redis-middleware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-28.
  • List for speed improvements
    1 project | /r/nextjs | 25 Jan 2023
    Polyscale supports Cockroach, Postgres, Mysql and MS SQL (AFAIK). You basically create a cache by adding the connection details to the database, and then in Prisma you replace the previous connection string with the one supplied by Polyscale. I just set it up very recently though, but the speed differences are incredible. I think Planetscale Boost and Prisma Accelerate are similar alternatives. There is also a recent open-source Prisma middleware which uses Redis to cache all your Prisma queries, but I didn't try it yet: https://github.com/Asjas/prisma-redis-middleware
  • Does Prisma work in production?
    14 projects | /r/node | 28 Mar 2022
    There's also a middleware library that easily lets you cache in Redis: prisma-redis-middleware

postgres-benchmarks

Posts with mentions or reviews of postgres-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-14.
  • PostgresJs: The Fastest full featured PostgreSQL client for Node.js and Deno
    16 projects | news.ycombinator.com | 14 Oct 2023
    There's a link to a simple Benchmark right after the title.

    Here are two:

    https://github.com/porsager/postgres-benchmarks

    https://porsager.github.io/imdbench/sql.html

  • Does Prisma work in production?
    14 projects | /r/node | 28 Mar 2022
    and really fast (https://github.com/porsager/postgres-benchmarks) even faster than the native postgres
  • Show HN: Postgres.js – Fastest Full-Featured PostgreSQL Client for Node and Deno
    15 projects | news.ycombinator.com | 24 Mar 2022
    > On the surface I'm not sure this explanation passes the smell test. Almost irrespective of how you get the data from your network card into v8 / nodejs, you're going to be crossing c++/v8 boundaries.

    yes, you are, but the differences are the object creation that occurs. a single buffer coming from c/c++ (a socket, let's say) can be parsed and turned into a large number of objects in javascript much more quickly. yes, you're passing through that barrier once, but creating all of those objects from c++ and passing through it 20-30 times is a lot more expensive.

    > Out of curiosity, do you have links to these other projects where they have similar benchmarking attempts/results?

    how about pg vs pg-native? https://github.com/porsager/postgres-benchmarks#results

    and unfortunately, I cannot find the original discussions from when node-redis went from native to pure javascript, but it was about a 30-40% speed increase originally if memory serves (I was the one who did that original conversion after a lot of deep dives into v8 and performance crossing the barrier).

    as an aside, I'm also the maintainer of plv8, and am happy to discuss the same types of performance issues of dealing with jsonb vs json (which in Postgres is text): creating objects vs a simple JSON.parse() in c++ is a significant difference.

What are some alternatives?

When comparing prisma-redis-middleware and postgres-benchmarks you can also consider the following projects:

Prisma - Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

plv8 - V8 Engine Javascript Procedural Language add-on for PostgreSQL

postgres - Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare

KeystoneJS - The most powerful headless CMS for Node.js — built with GraphQL and React

pgtyped - pgTyped - Typesafe SQL in TypeScript

amplication - 🔥🔥🔥 Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.

aurora - CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations

node-redis - Redis Node.js client

redwood - The App Framework for Startups

pitwall-pg - A postgres library to help write safe, parameterized, transaction-aware SQL for when an ORM or query builder isn't the right tool for the job