Software Alternatives, Accelerators & Startups

Thick Databases

subZero Sqitch Auth0
  1. subZero turns your PostgreSQL database directly into a GraphQL & RESTful API.
    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).

    #Realtime Backend / API #Developer Tools #Mobile Push Messaging 7 social mentions

  2. 2
    Sqitch is a standalone database change management application without opinions about your database engine, development environment, or application framework.
    Pricing:
    • Open Source
    I am also aware that there are other tools, such as sqitch, available for helping manage database changes in a way that makes it easier to track the history of changes. I have not tried such tools myself, but may look into them in the future. It may be preferable to use tools like this if recreating the schema completely is too slow, or there are changes for which you can't just simply recreate the schema entirely.

    #Development #Online Services #MySQL Tools 17 social mentions

  3. 3
    Auth0 is a program for people to get authentication and authorization services for their own business use.
    Pricing:
    • Open Source
    While you can roll your own, if you use an open source product like Keycloak, or a commercial one like Auth0, it should be fairly straight forward to set up. Keycloak can produce the JWT's that PostgREST can consume.

    #Identity And Access Management #Identity Provider #SSO 175 social mentions

Discuss: Thick Databases

Log in or Post with