Old DBManager

The old DBManager that was used for the experimental Code Understanding internship projects.

Containers

We use "Graph Database Containers" or special docker containers for neo4j. They solve the problem of having separate neo4j databases associated to different data.

Responsibilities

  • Create graph databases from a data source.

  • Create a database container with a database for a graph database.

  • Keep a record of the database (see also Azure Containers)

  • Delete database containers

Last updated