neo4j-contrib / neo4j-tableau

Neo4j Tableau Integration via WDC
https://neo4j-contrib.github.io/neo4j-tableau/website/Neo4jWdc2.html
59 stars 22 forks source link

Update neo4j-driver, add Dockerfile #10

Closed KentBrockman closed 2 years ago

KentBrockman commented 5 years ago

Updated neo4j driver to fix some authentication issues. To be clear what the auth issue was - ws connections didn't seem to automatically upgrade to wss on secure connections. As an example use the neo4j-tableau WDC against a neo4j cloud instance. Latest neo4j driver fixes this.

Also added a dockerfile + express for local development

jexp commented 5 years ago

renaming the html file has to be changed in all the documentation and readme and elsewhere. I would recommend against it for the time being, you can still add and commit a symlink.

KentBrockman commented 5 years ago

Hey @jexp. Thank you for the review. I am sorry for the general sloppiness of this PR. Hopefully these next few commits clean it up to acceptable levels.

A couple notes: