middy VS pocketbase

Compare middy vs pocketbase and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
middy pocketbase
22 174
3,613 32,348
0.4% 4.5%
9.4 9.7
2 days ago 7 days ago
JavaScript Go
MIT License MIT 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.

middy

Posts with mentions or reviews of middy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.
  • Testing Serverless Applications on AWS
    4 projects | dev.to | 3 Nov 2023
    Adding the is-test flag to our object metadata gave us our way of passing some kind of test context into our workload. The next step was to make the Lambda Function capable of discovering the context and then using that to control how it behaves under test. For this we used Middy.
  • Learn serverless on AWS step-by-step: Strong Types!
    5 projects | dev.to | 5 Oct 2023
    I also decided to use the middy library to add CORS management to our lambda function. This will allow us to call our lambda function from our frontend, without having to worry about CORS.
  • Implementing Magic Links with Amazon Cognito: A Step-by-Step Guide
    3 projects | dev.to | 20 Mar 2023
    This function uses the Middy middleware engine to handle unhandled errors and add CORS headers in the response.
  • Ask HN: What would be your stack if you are building an MVP today?
    47 projects | news.ycombinator.com | 26 Jan 2023
    I mean I'm literally building an AWS lambda function that outputs HTML when it's called via API Gateway. So someone hits https://mydomain.com/mycoolpage, then the MyCoolPage AWS Lambda function is executed and outputs whatever.

    If you're interested, I use https://middy.js.org/ as a middleware engine for my AWS lambda functions which I find helpful.

    I use the open sourced serverless framework for doing deploys https://www.serverless.com/

  • tRPC: Build Full-Stack TypeScript Applications With Type Safety
    3 projects | /r/programming | 4 Dec 2022
    middy for lambda-side middleware
  • How to Securely Use Secrets in AWS Lambda?
    2 projects | dev.to | 9 Oct 2022
    That is it from the CDK side. Now let us create the handler and retrieve that secret. I like to use middy which describes itself as "stylish Node.js middleware engine for AWS Lambda". It offers some helpful middlewares like ssm which will help us retrieve and cache values from SSM Parameter Store. (Middy provides various other official middlewares including one for Secrets Manager.) I prefer a middleware for this because it keeps the code for retrieving the secret out of your handler which should deal with actual business logic.
  • Lambda Powertools TypeScript is Generally Available
    6 projects | dev.to | 19 Jul 2022
    So what's changed in the beta? A glance at the CHANGELOG suggests the answer is that not very much has changed in six months. Lambda Powertools TypeScript still supports class decorators, middy, and a manual API. It still covers the core capabilities of logging, metrics and tracing, and no new capabilities have been added. Outside of some bug fixes and optimization, this is still very much the library I previewed back in January.
  • Your CORS and API Gateway survival guide
    3 projects | dev.to | 15 Mar 2022
    If you use Javascript, check out the Middy middleware engine for use with Lambda. It has a lot of nice middlewares that handle the boring boilerplate of your Lambda functions. One is the cors middleware, which automatically adds CORS headers to your functions.
  • First Look at Lambda Powertools TypeScript
    11 projects | dev.to | 10 Jan 2022
    I'm a big fan of TypeScript and in fact co-authored a book about it. I don't find myself using Java or Python much, so while I've been interested in Lambda Powertools, I never tried it out until now. Lambda Powertools TypeScript joins middy and DAZN Lambda Powertools in the Lambda tooling space for the Node.js runtime. Two things that differentiate Lambda Powertools TypeScript from comparable libraries are it is sponsored by AWS and it supports decorators.
  • Test Drive AWS Lambda Powertools for Typescript
    4 projects | dev.to | 10 Jan 2022
    The next natural step was to look at middleware such as Middy to decorate the main business logic, and allow these tasks to be defined once and used consistently. I remember listening to a Comic Relief talk about their Lambda wrapper back in 2019. Since then, I was introduced by Yan Cui to DAZN Lambda Powertools, which was the inspiration for this new project.

pocketbase

Posts with mentions or reviews of pocketbase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-19.
  • Soul: A SQLite REST and Realtime Server
    8 projects | news.ycombinator.com | 19 Mar 2024
    Hi, PocketBase author here.

    Keep in mind that PocketBase do a lot more than just executing a raw DB query. We perform data validation, normalization, serialization, enriching, auto fail-retry to handle additional SQLITE_BUSY errors, etc. All of this comes with some cost and will always have an effect when doing microbenchmarks like this.

    The performance would also depend on what version of PocketBase did you try, whether you used CGO or the pure Go driver, etc.

    For a benchmark closer to a "real world" scenarios tested on various servers you can check the results from https://github.com/pocketbase/benchmarks.

    There is definitely room for improvements (I haven't done any detailed profiling yet) but the current performance is "good enough" for the purposes the applications PocketBase is intended for (I've shared some numbers regarding a PocketBase app on production in https://github.com/pocketbase/pocketbase/discussions/4254).

    Hope the above helps.

    8 projects | news.ycombinator.com | 19 Mar 2024
    I wonder if it is inspired by [1], looks very similar including the "realtime" blurb.

    --

    1: https://pocketbase.io/

    8 projects | news.ycombinator.com | 19 Mar 2024
  • Deploying Pocketbase with Docker, Nginx and SSL
    2 projects | dev.to | 15 Feb 2024
    What is Pocketbase? Pocketbase is an open-source backend solution offering a real-time database, file storage, and seamless user authentication with OAuth integration, all readily available right out of the box.
  • Ask HN: What two software products should have a kid?
    2 projects | news.ycombinator.com | 5 Feb 2024
    Browsing HN, GitHub and the like we get to see a huge variety of software products and code bases.

    I often see products and think - if this product X, got together with Y, it would be pretty cool - kind of like if they had a kid together.

    Not too literally, but more on the conceptual level - my level of programming is low.

    E.g. Just some....

    - pocketable.io & datasette (+with some more charting) [https://pocketbase.io, https://datasette.io]

  • Ask HN: What development tools are you using for your current project?
    2 projects | news.ycombinator.com | 3 Feb 2024
    I'm working on a personal project and found myself looking for an alternative to Postman/Insomnia this morning. This made me realize i've been using the same tools for so long for work (mobile development, finance) that this project may be a good time to try out some new things.

    Here are a few tools that i've been using lately that I really enjoy:

    https://pocketbase.io/ - A dead-simple self-hosted firebase/supabase-like "backend in a box" using golang and sqlite. So far i've been really impressed. I've gone the route of extending the base offering with more go code and am really enjoying the experience.

    https://excalidraw.com/ - An open source whiteboarding tool. Slick to use and after learning some keybinds I've gotten pretty fast at throwing together diagrams to explain things to people on my team. The killer piece though is that the filetype is just json, so I can source control my diagrams. Even better, their "export to png" function has a box to embed the json data _into_ the png, allowing me to slap the diagram in places that only accept images (think confluence) and still be able to change the diagram later if needed. 10/10.

    https://docs.gitlab.com/ee/ci/ - Gitlab's CI/CD toolset is really impressive, and I've gotten really intimate with it's deeper features over the past year. I'd be curious though to hear from someone who's familiar with it vs it's competitors.

  • FLaNK Weekly 08 Jan 2024
    41 projects | dev.to | 8 Jan 2024
  • Pocketbase: Open-source back end in 1 file
    15 projects | news.ycombinator.com | 6 Jan 2024
    Is there an article somewhere, outside of the Pocketbase docs, presenting that pattern?

    - https://github.com/pocketbase/pocketbase/blob/master/core/ap...

    15 projects | news.ycombinator.com | 6 Jan 2024
  • Show HN: Build your startup or side project faster with these SaaS templates
    8 projects | news.ycombinator.com | 1 Jan 2024
    Really hard to find projects related Go and HTMX but I found pocketbase it is based on Go. Interesting and seems promising - https://pocketbase.io/ based on sqllite but great for simple SaaS products

What are some alternatives?

When comparing middy and pocketbase you can also consider the following projects:

supabase - The open source Firebase alternative.

Appwrite - Build like a team of hundreds_

surrealdb - A scalable, distributed, collaborative, document-graph database, for the realtime web

Strapi - πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

litestream - Streaming replication for SQLite.

thin-backend - πŸ”₯ Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

htmx - </> htmx - high power tools for HTML

aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

dynamodb-toolbox - A simple set of tools for working with Amazon DynamoDB and the DocumentClient

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

aws-sdk-js-v3 - Modularized AWS SDK for JavaScript.

Socket.io - Realtime application framework (Node.JS server)