Coding a graph application from scratch with GRANDstack Christian - - PowerPoint PPT Presentation

coding a graph application from scratch with grandstack
SMART_READER_LITE
LIVE PREVIEW

Coding a graph application from scratch with GRANDstack Christian - - PowerPoint PPT Presentation

Coding a graph application from scratch with GRANDstack Christian Miles - NODES 2019 GRANDstack from scratch What is it? Why use it? Building an app from scratch What is it? What is it? Basic app architecture Building from


slide-1
SLIDE 1

Coding a graph application from scratch with GRANDstack

Christian Miles - NODES 2019

slide-2
SLIDE 2

GRANDstack from scratch

  • What is it?
  • Why use it?
  • Building an app from scratch
slide-3
SLIDE 3

What is it?

slide-4
SLIDE 4

What is it?

slide-5
SLIDE 5

Basic app architecture

slide-6
SLIDE 6

Building from scratch*

mkdir grandstack-server-example cd grandstack-server-example yarn init --yes yarn add neo4j-graphql-js apollo-server dotenv create-react-app grandstack-regraph-app cd grandstack-regraph-app cp ~/Downloads/regraph-1.5.0.tgz . yarn add file:regraph-1.5.0.tgz yarn add apollo-boost @apollo/react-hooks graphql

slide-7
SLIDE 7

Thank you!

Any Questions? christian@cambridge-intelligence.com

A) What does the N stand for in GRANDstack? a) Nginx b) Napster c) Neo4j B) One of the benefits of using GraphQL as an alternative to REST is… a) Less typing b) Strongly-typed schema c) More roundtrips required C) What is the name of the function used to generate type definitions from an existing Neo4j database?