Data Entry GUI / Commander for Aura?

Hi folks,

Newbie hobbyist question. Can Neo4J Commander (either browser or desktop) work to carry out CRUD operations on an Aura instance?

I'm trying to figure out how to build a graph database of our vinyl record collection from scratch or with very little pre-existing data. I've got a Discogs export of about 500 entries in a .csv file, but we have just a few more records to enter. I also want to be able to edit / expand the existing Discogs records.

In general, I want to be able to enter artists, groups (and cross-reference artists amongst them), albums, tracks, and "guest" artists who played on the tracks as well as the instrument(s) they played. So I can, for example, do a search for the property of "Bass Guitar" and see all the artists who played that instrument on all tracks in the database and go down the rock music relationship rabbit hole from there.

I don't have that data yet, though. I'll be entering things manually during listening sessions, bit by bit. And I may need to add more labels, and I know I'll be adding properties to existing nodes as well as new ones.

Everything I've found seems to assume all data already exists in the database and people only want to view it, not CRUD it. I know others have asked similar questions (I did search first) but I couldn't find anything directly related to this. Thanks for reading!

This is a major drawback with neo4j. There is no easy/graphical way of 1) creating a database or 2) entering data into an empty database. It assumes you are always importing from a rdbms and not entering new data and no easy way of searching other than via command line programming. I wanted to avoid a relational db, especially dealing with many to many relationships.