COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200624203532/https://github.com/topics/neo4j-driver
Here are
67 public repositories
matching this topic...
Neo4j Bolt driver for JavaScript
Updated
Jun 24, 2020
JavaScript
A thin Ruby wrapper to the Neo4j Rest API
Updated
Feb 27, 2017
Ruby
Neo4j Bolt driver for Java
Updated
Jun 23, 2020
Java
Updated
May 25, 2020
Elixir
Neo4j JDBC driver for Neo4j 3.x and 4.x with BOLT protocol
Updated
Jun 24, 2020
Java
Clojure bindings for Bolt / the Java Neo4j driver, complete with Joplin support for managing database migrations.
Updated
Jun 24, 2020
Clojure
Haskell driver for Neo4j 3+ (BOLT protocol)
Updated
Mar 16, 2020
Haskell
Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB
Updated
Feb 10, 2017
CoffeeScript
[No Maintenance] Neo4j nodeJS OGM(object-graph mapping) abstraction layer
Updated
Mar 23, 2020
JavaScript
Best and fastest graph database client (Neo4j & AgensGraph) for TypeScript, on Node.js
Updated
Jun 23, 2020
TypeScript
Neo4j Bolt Connector for C
Pure-Crystal implementation of Neo4j's Bolt protocol
Updated
Jun 5, 2020
Crystal
Automatic configuration of Neo4j's Java Driver for Spring Boot applications
Updated
Jun 12, 2020
Java
Neo4j 3.x accessed via bolt JS driver, plugged into D3 v4 force simulation
Updated
Apr 2, 2017
JavaScript
Neo4j Bolt driver wrapper for Angular
Updated
Jun 6, 2020
JavaScript
The easiest way to map cypher values onto your entity models
Generated GraphQL schemas and resolvers from Neo4J Database so you don't have to manually created schema. Also get anything from Database just by passing command in request.
Updated
Jun 4, 2018
JavaScript
Starter template (sample app) for Drivine - graph database driver for Node.js and TypeScript.
Updated
Jun 20, 2020
TypeScript
A mongoose plugin to automatically maintain nodes & relationships in neo4j
Updated
Jun 24, 2020
JavaScript
Neo4jObjectMapper is a C# library that enables developers to quickly query neo4j using models without alot of code overhead.
Golang Bolt driver for Neo4j
Neo4j OGM for Node.js using proxified ES6 classes
Updated
Jun 8, 2018
JavaScript
PHP Driver for Neo4j's Binary Protocol : Bolt
Golang Bolt driver for Neo4j
Main repo for Lernt.io, an ed-tech web app that helps users find their learning paths
Updated
May 9, 2019
JavaScript
Solid loopback connector for Neo4j 3.x
Updated
May 9, 2017
JavaScript
A Node-Red node for Neo4j Bolt driver
A formatting library to complement the neo4j-driver package.
Updated
Oct 23, 2017
JavaScript
Improve this page
Add a description, image, and links to the
neo4j-driver
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
neo4j-driver
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Providing an example would make it clearer (and the tests use
Seq.empty
).The relevant line of the
mergeStatement
is:MERGE (source)-[rel:
${relationship._1}]->(target) ON CREATE SET rel += row.relationship