Watched the video series on building a blogging engine. I'd had an idea bouncing around my mind of a hybrid blog and knowledge graph to map media mentions on a topic, so decided to try Structr and blog about the process as well.
Just jumped in to using Structr and had a bunch of trouble trying to set up a local container, so just punted and spun up a Google Cloud VM and installed the debian package.
I immediately realized that the videos must have included the export-import cycle because they were avoiding the setup of a neo4j database server.
For whatever reason, I had assumed that the process would involve installing the neo4j debian package with some sane setting guidance. Absent that, I decided to spin up a free-tier AuraDB instance.
Are there any tips on using AuraDB? I got a URI to use with the hosted graph, but it's protocol is listed as:
neo4j+s://[host]
When I use neorj+s:// in the Connection URL field of the Database Connections tab, it looks like it just .... spins on the "Connection is being established - Please wait" notification.
When I use neo4j:// I got a no routing service error
Could not perform discovery for database ''. No routing server available.
bolt connections don't seem to work:
Connection to the database terminated. Please ensure that your database is listening on the correct host and port and that you have compatible encryption settings both on Neo4j server and driver. Note that the default encryption setting has changed in Neo4j 4.0.