Skip to content

Instantly share code, notes, and snippets.

@dharmatech
Last active December 14, 2022 16:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmatech/8dbf31f293af03e41ae5 to your computer and use it in GitHub Desktop.
Save dharmatech/8dbf31f293af03e41ae5 to your computer and use it in GitHub Desktop.

Neo4j inspired graph database in Microsoft Access

Here I've clicked on the Book label. The nodes list displays nodes with the Book label. I then clicked on Dune, so the relationships list shows that the AUTHOR of Dune is Frank Herbert who was BORN_IN Tacoma.

Now I've selected the Album label and TheJoyOfMotion node. The relationship lists show that AnimalsAsLeaders RELEASED this album, that Lippincott is a TRACK on this album, and that this track was inspired by Tom Lippincott.

If I double-click on Lippincott in the relationships list, the Lippincott node will become the center object:

The database structure is based on Neo4j semantics:

The database with some sample data is available.

  • Fields for adding relationships. Double-click to center node. 2014-12-03

  • Clicking labels, nodes, or relationships updates the dependent lists. 2014-12-02

  • First version. 2014-12-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment