postgrest
gotrue
postgrest | gotrue | |
---|---|---|
112 | 23 | |
25,150 | 4,031 | |
1.8% | 1.5% | |
9.5 | 4.1 | |
5 days ago | about 1 month ago | |
Haskell | Go | |
MIT License | MIT License |
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
-
Generate an OpenAPI From Your Database
This is especially helpful because Supabase uses PostegREST under the hood, which does not support OpenAPI 3.x. Note that some Postgres specific features like enums are not converted to JSON Schema enums as Sequelize doesn't expose that information.
-
Automatically Generate REST and GraphQL APIs From Your Database
PostgREST stands out as the leading solution for PostgreSQL databases. It turns your database directly into a RESTful API with minimal configuration. The tool automatically creates endpoints for tables and views, supports complex filters, and leverages PostgreSQL's row-level security for fine-grained access control. If you'd like to see this in action, check out our Neon PostgresQL sample.
-
Top FP technologies
PostgREST
-
What I Learned from Making the Python Back End for My New Webapp
> I don't really see how the validation schema and ORM model would ever really diverge...
If that were the case, then using a PostgreSQL API[0] that maps tables to APIs would be all that's required.
However, the real world is messy. Requirements change, which could lead the project becoming a reimplementation of full framework such as Django.
Django also comes with generic REST endpoints based on models thus giving you the magic, but still allows for all the different use cases and customizations that might present themselves during the full lifecycle of a project.
[0]https://github.com/PostgREST/postgrest
-
PostgREST 12.2: Prometheus metrics
PostgREST 12.2 is out! It comes with Observability and API improvements. In this post, we'll see what's new.
- PostgREST – Serve a RESTful API from Any Postgre Database
-
Supabase RLS Alternative
Supabase provides a RESTful API using PostgREST. However, without RLS, you will expose your database to the frontend. With the RLS policies created above, it’s safe to expose the API to the public because each user can only access the data allowed by the policy. For example, if you try to get all the List items using the API below, you will only receive the ones you are allowed to read by the read policy:
-
Advanced URL rewriting with Apache APISIX
I spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already wrote about the idea in a previous post. However, I wanted to improve it, if only slightly.
-
Supabase versus Magic - You win!
Supabase was started as a thin deployment layer on top of PostgreSQL and PostgREST, which implies that understanding Supabase requires understanding PostgREST and PostgreSQL.
-
The API database architecture – Stop writing HTTP-GET endpoints
Yes, sorry about that. We're looking at it on https://github.com/PostgREST/postgrest/issues/3503.
gotrue
-
Gallerify - A Fullstack Image Sharing Application Built On Netlify Primitives
Netlify provides Netlify Identify in order to sign up, login, reset password, verify and confirm users. In order to use Identity you can either use the Netlify Identity Widget or GoTrue(https://github.com/netlify/gotrue) JavaScript plugin for custom configurations.
-
Supabase Auth: Identity Linking, Hooks, and HaveIBeenPwned integration
If you’ve been following us from the start, you will know that Supabase Auth started by forking Netlify’s GoTrue server. A lot has changed since then and we’ve diverged from the upstream repository. At this stage it makes sense to rename the project to something else (cues drumroll) — Auth.
-
FATA[0000] Error 1130: Host '172.17.0.1' is not allowed to connect to this MySQL server
I am testing gotrue netlift module https://github.com/netlify/gotrue
- Netlify Gotrue – SWT based API for managing users and issuing SWT tokens
-
gotrxx VS gotrue - a user suggested alternative
2 projects | 11 Mar 2023
I guess since it's a deviation of it
- GoTrue is a small open-source API written in Golang
- Ask HN: Ok to only allow Google/Apple/FB login for mobile app?
-
I got tired of fussing with auth, so I built a thing for building OAuth login in under 60 seconds.
Use a self-hostable auth microservice like gotrue or authelia, ORY's suite of products, etc.
- what should I do about authentication in golang?
What are some alternatives?
Hasura - Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
auth - A JWT based API for managing users and issuing JWT tokens
supabase - The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
supabase-auth-react
swagger2 - Swagger 2.0 data model.
hasura_gotrue - This is a slightly extended version of Netlify's GoTrue. It includes a `docker-compose.yaml` file to deploy it together with Hasura. This set up uses two databases, PostgreSQL for Hasura and MariaDB for GoTrue. Have fun!