All Projects → neo4j-examples → Movies Javascript Bolt

neo4j-examples / Movies Javascript Bolt

Licence: apache-2.0
Neo4j Movies Example with webpack-in-browser app using the neo4j-javascript-driver

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Movies Javascript Bolt

Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+7690.24%)
Mutual labels:  graph, cypher, neo4j, graph-database
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (-46.34%)
Mutual labels:  graph, cypher, neo4j, graph-database
Movies Python Bolt
Neo4j Movies Example application with Flask backend using the neo4j-python-driver
Stars: ✭ 197 (+60.16%)
Mutual labels:  graph, cypher, neo4j, graph-database
Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (+29.27%)
Mutual labels:  graph, cypher, neo4j, graph-database
angular-neo4j
Neo4j Bolt driver wrapper for Angular
Stars: ✭ 18 (-85.37%)
Mutual labels:  neo4j, graph-database, cypher
neo4j-faker
Use faker cypher functions to generate demo and test data with cypher
Stars: ✭ 30 (-75.61%)
Mutual labels:  neo4j, graph-database, cypher
Public-Transport-SP-Graph-Database
Metropolitan Transport Network from São Paulo mapped in a NoSQL graph database.
Stars: ✭ 25 (-79.67%)
Mutual labels:  neo4j, graph-database, cypher
Redisgraph
A graph database as a Redis module
Stars: ✭ 1,292 (+950.41%)
Mutual labels:  graph, cypher, graph-database
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (+22.76%)
Mutual labels:  graph, neo4j, graph-database
ml-models
Machine Learning Procedures and Functions for Neo4j
Stars: ✭ 63 (-48.78%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-54.47%)
Mutual labels:  cypher, neo4j, graph-database
Neo4j Python Driver
Neo4j Bolt driver for Python
Stars: ✭ 607 (+393.5%)
Mutual labels:  cypher, neo4j, graph-database
Popoto
Visual query builder for Neo4j graph database
Stars: ✭ 318 (+158.54%)
Mutual labels:  graph, cypher, neo4j
Neo4j Graph Algorithms
Efficient Graph Algorithms for Neo4j
Stars: ✭ 713 (+479.67%)
Mutual labels:  cypher, neo4j, graph-database
Neo4j Helm
Helm Charts for running Neo4j on Kubernetes
Stars: ✭ 43 (-65.04%)
Mutual labels:  graph, cypher, neo4j
NeoClient
🦉 Lightweight OGM for Neo4j which support transactions and BOLT protocol.
Stars: ✭ 21 (-82.93%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Etl
Data import from relational databases to Neo4j.
Stars: ✭ 165 (+34.15%)
Mutual labels:  cypher, neo4j, graph-database
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+4.88%)
Mutual labels:  graph, neo4j, graph-database
seabolt
Neo4j Bolt Connector for C
Stars: ✭ 37 (-69.92%)
Mutual labels:  neo4j, graph-database, cypher
R2d2 Cypher
Cypher support for the r2d2 connection pool
Stars: ✭ 8 (-93.5%)
Mutual labels:  cypher, neo4j, graph-database

== Neo4j Movies Application: Quick Start

image::https://github.com/neo4j-examples/movies-javascript-bolt/workflows/Node.js%20CI/badge.svg[CI]

image::./img/demo.png[image of application]

This example application demonstrates how easy it is to get started with http://neo4j.com/developer[Neo4j] in JavaScript.

It is a very simple web application that uses our Movie graph dataset to provide a search with listing, a detail view and a graph visualization.

== The Stack

These are the components of our Web Application:

Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4j Sandbox] or https://neo4j.com/cloud/aura/[Neo4j Aura].

== Quickstart

=== Setup

[source,bash]

$ npm install

=== Run locally

[source,bash]

run in development mode (refreshes the app on source code changes)

$ npm start

builds the release version with client assets in "build" directory

$ npm run build

When running in "dev" mode, navigate to http://localhost:8080/webpack-dev-server/ to see the application.

After executing the npm run build command, open local file "build/index.html" in your browser.

==== Configuration options

[%header,cols=2*] |=== |Environment variable name |Default value (or N/A)

|PORT |8080

|NEO4J_URI |neo4j+s://demo.neo4jlabs.com

|NEO4J_USER |movies

|NEO4J_PASSWORD |movies

|NEO4J_DATABASE |movies |===

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].