Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)