Course · Part of Graph Application Development

Building Neo4j Applications with TypeScript

Learn how to interact with Neo4j in your TypeScript project using the Neo4j JavaScript Driver

2 hours7 lessons across 1 module
About this course

In this 2-hour course, you will learn

In this course, you will learn to interact with Neo4j in your TypeScript project using the Neo4j JavaScript Driver.

You will learn about the TypeScript-specific features, which add type-checking to any interactions with a Neo4j instance.

We also offer the Building Neo4j Applications with Node.js, which takes you step-by-step through how to build a movie recommendation website.

Prerequisites

By taking this course, we assume you have a working knowledge of TypeScript and NPM. We also assume that you have at least a basic understanding of Neo4j.

If you haven't already done so, we recommend you also take the Neo4j Fundamentals course to gain a basic understanding of Neo4j and the Cypher Fundamentals to understand how to query Neo4j using Cypher.

  • Driver life cycle

  • Installing and instantiation

  • Read and write transactions

  • Best practices