postgrest VS subzero-starter-kit

Compare postgrest vs subzero-starter-kit and see what are their differences.

subzero-starter-kit

Starter Kit and tooling for authoring GraphQL/REST API backends with subZero (by subzerocloud)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
postgrest subzero-starter-kit
98 3
21,997 162
1.3% -
9.7 0.0
34 minutes ago about 1 year ago
Haskell PLpgSQL
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.

postgrest

Posts with mentions or reviews of postgrest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-19.

subzero-starter-kit

Posts with mentions or reviews of subzero-starter-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-02.
  • Thick Databases
    6 projects | dev.to | 2 Sep 2021
    What about cases where we need to bypass the automated API entirely? In such cases, we can use a proxy to redirect requests to a sidecar API, written in a language (or languages) of our choosing. This gives us more direct control in those cases where we need it. Many proxies will fill the task, such as OpenResty, which is used by subzero. When a request comes in, our proxy decides whether to forward it to our PostgREST API, or to our sidecar API. There are some downsides to this, as it won't appear in PostgREST's description of available endpoints, but it will work (I discuss an untested way to get it to appear in PostgREST's description).
  • Auto generating API schema code?
    5 projects | /r/PostgreSQL | 29 Aug 2021

What are some alternatives?

When comparing postgrest and subzero-starter-kit you can also consider the following projects:

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

supabase - The open source Firebase alternative.

postgres-websockets - PostgreSQL + Websockets

Appwrite - Build like a team of hundreds_

gotrue - An SWT based API for managing users and issuing SWT tokens.

TimescaleDB - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

supabase-graphql-example - A HackerNews-like clone built with Supabase and pg_graphql

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

simpleconfig

json - Haskell JSON library

swagger2 - Swagger 2.0 data model.

pg-transact - Another postgresql-simple transaction monad