icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Add connection to Neo4j and basic network endpoints #21

Closed chaoran-chen closed 4 years ago

chaoran-chen commented 4 years ago

This PR integrates the network into the Icebreaker application. The corresponding frontend PR is https://github.com/icebreaker-science/frontend/pull/20.

The data are stored in a Neo4j database. database/docker-compose.yml was extended so that it should be easy to start a Neo4j instance on the local machine (@reviewer, please try it out).

There is no integration with WikiPage yet. There are also no tests since it is an early prototype and probably the subject to many changes.