Coding a graph application from scratch with GRANDstack Christian - - PowerPoint PPT Presentation
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
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 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
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?