Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example 5 - With Fauna GQL Upload (FGU) #19

Draft
wants to merge 43 commits into
base: with-faunadb-auth
Choose a base branch
from

Conversation

Vadorequest
Copy link
Owner

@Vadorequest Vadorequest commented Mar 21, 2021

The canvas dataset is stored in FaunaDB.
Changes to the canvas are real-time and shared with everyone when not authenticated.
Changes to the canvas are real-time and shared with yourself when being authenticated. (open 2 tabs to see it in action)
Users can create an account and login using Magic Link, they'll automatically load their own document.
Added support for quick sync of FaunaDB roles/indexes/data/functions (code as single source of truth) and GraphQL schema upload.

This branch is meant to be kept as an example. It is automatically deployed on Vercel, which allows us to have a dedicated deployment for this variant.

Demo: https://poc-nextjs-reaflow-git-with-fauna-fgu-ambroise-dhenain.vercel.app/

Vadorequest and others added 30 commits March 18, 2021 01:05
Co-authored-by: Dhenain Ambroise <ambroise.dhenain@gmail.com>
Co-authored-by: Dan Hen <37185115+Dan-Hen@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Mar 21, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ambroise-dhenain/poc-nextjs-reaflow/H81No9uujwTUdv1z7PriCpVeUVvL
✅ Preview: https://poc-nextjs-reaflow-git-with-fauna-fgu-ambroise-dhenain.vercel.app

@Vadorequest Vadorequest changed the base branch from main to with-faunadb-auth March 21, 2021 12:08
@Vadorequest Vadorequest changed the title Example - With Fauna FGU Example 5 - With Fauna FGU Mar 21, 2021
# Conflicts:
#	.env.local.example
#	README.md
#	src/lib/faunadb/faunadb.ts
#	src/pages/api/user.ts
#	src/utils/canvasStream.ts
#	src/utils/fql.ts
#	yarn.lock
@Vadorequest Vadorequest changed the title Example 5 - With Fauna FGU Example 5 - With Fauna GQL Upload (FGU) Mar 21, 2021
# Conflicts:
#	fauna/manual-setup.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant