Skip to content

Instantly share code, notes, and snippets.

@auxesis
Last active December 20, 2021 12:20
Show Gist options
  • Save auxesis/398156a9c32d85523248519548d76a27 to your computer and use it in GitHub Desktop.
Save auxesis/398156a9c32d85523248519548d76a27 to your computer and use it in GitHub Desktop.
title Next.js on Vercel
anchor Customer [1.0, 0.75]
component Browser [0.9, 0.72]
component Next.js Frontend [0.79, 0.3] label [15, 5]
component Serverless Functions [0.4, 0.39] label [10, -25]
component Datahopper [0.3, 0.71] label [10, -25]
component Prisma [0.25, 0.75] label [20, -20]
component Postgres [0.15, 0.8]
component StashJS [0.23, 0.5] label [20, 5]
component CipherStash Database [0.15, 0.5] label [20, 5]
Customer -> Browser
Browser -> Next.js Frontend
Next.js Frontend -> Serverless Functions
Serverless Functions -> Datahopper
Datahopper -> Prisma
Datahopper -> StashJS
Prisma -> Postgres
StashJS -> CipherStash Database
title ORM integration
anchor Customer [1.0, 0.75]
component Browser [0.9, 0.72]
component Frontend [0.79, 0.3]
component Backend [0.4, 0.35] label [20, -5]
component ORM [0.25, 0.75] label [20, -20]
component SQL database [0.15, 0.8]
component CipherStash Client [0.23, 0.5] label [20, 5]
component CipherStash Database [0.15, 0.5] label [20, 5]
Customer -> Browser
Browser -> Frontend
Frontend -> Backend
Backend -> ORM
ORM -> SQL database
ORM -> CipherStash Client
CipherStash Client -> CipherStash Database
annotation 1 [[0.42,0.45] ] GraphQL or REST endpoint
annotations [0.20, 0.05]
title StashJS integration
anchor Customer [1.0, 0.75]
component Browser [0.9, 0.72]
component Frontend [0.79, 0.3]
component Backend [0.4, 0.35] label [20, -5]
component ORM [0.25, 0.75] label [20, -20]
component SQL database [0.15, 0.8]
component CipherStash Client [0.23, 0.5] label [20, 5]
component CipherStash Database [0.15, 0.5] label [20, 5]
Customer -> Browser
Browser -> Frontend
Frontend -> Backend
Backend -> ORM
Backend -> CipherStash Client
ORM -> SQL database
CipherStash Client -> CipherStash Database
annotation 1 [[0.42,0.45] ] GraphQL or REST endpoint
annotations [0.20, 0.05]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment