Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theremotecoder/graph-db-neo4j-cypher-playground
Graph database tests - Neo4j + Cypher
https://github.com/theremotecoder/graph-db-neo4j-cypher-playground
cypher cypher-query cypher-query-language db ecmascript graph graph-data graph-database graph-datasets graph-datastructures graph-db graph-dbms javascript js neo4j neo4j-database neo4j-driver neo4j-graph node query
Last synced: 25 days ago
JSON representation
Graph database tests - Neo4j + Cypher
- Host: GitHub
- URL: https://github.com/theremotecoder/graph-db-neo4j-cypher-playground
- Owner: TheRemoteCoder
- Created: 2021-05-20T18:04:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T20:30:51.000Z (about 3 years ago)
- Last Synced: 2024-11-11T14:45:21.152Z (3 months ago)
- Topics: cypher, cypher-query, cypher-query-language, db, ecmascript, graph, graph-data, graph-database, graph-datasets, graph-datastructures, graph-db, graph-dbms, javascript, js, neo4j, neo4j-database, neo4j-driver, neo4j-graph, node, query
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Graph DB query tests - Neo4j + Cypher
- [About](#about)
- [Use](#use)
- [Tools](#tools)
- [Todo](#todo)
- [Notes](#notes)
- [Sources](#sources)---
## About
Graph DB and query language learning projects and experiments.
---
## Use
Run any script with `node src/*.js`.
---
## Tools
- [JSON Formatter](https://jsonformatter.curiousconcept.com)
---
## Todo
- [ ] Find correct access for Desktop server (URL, port, authentication)
---
## Notes
Learnings
- Records/Export: JSON format seems only suited format (unstructured properties)
---
## Sources
- [Aura Cloud DB](https://neo4j.com/cloud/aura)
- [JS Driver](https://neo4j.com/docs/api/javascript-driver/current)