ralfbecher / tableau-neo4j-wdc

Tableau Neo4j Web Data Connector
Other
10 stars 6 forks source link

Neo4j Web Data Connector v2.3

This Tableau WDC implements WDC v2.3.0 and can be used with Tableau v10.4 or later and Neo4j v3.0.4 or later:

https://tableau.github.io/webdataconnector/docs/wdc_library_versions

For details on Tableau's Web Data Connector and the WDC SDK please visit:

http://tableau.github.io/webdataconnector

The Neo4j WDC uses the Neo4j Driver for Javascript v1.7 which implements the Bolt network protocol:

https://github.com/neo4j/neo4j-javascript-driver

Updates

New in Version 2.3

Usage

The Neo4j WDC v2.3 can be used online via hosted GitHub page. Here is the WDC URL you can copy to your Tableau client:

http://ralfbecher.github.io/tableau-neo4j-wdc/v2.3/Neo4jWdc2.html (copy URL)

Neo4j WDC 2.3

Connector Parameters

  1. Data Source Name: the name for the data source in the Tableau Workbook
  2. Neo4j URL: URL to connect a Neo4j server, usually bolt://<server> when default Bolt port or bolt://<server>:<port>
  3. Username/Password: authentication credentials
  4. Inspect Rows for Schema: number of sample rows (default: 1000) to inspect JSON result set (can contain complex objects) from Cypher queries for used properties, important to build the table schema with columns for Tableau; set to 1 when first row includes all properties
  5. Cypher Queries: a list to add up to 5 Cypher queries for execution; use a table name per query in left column; tables can then be joined in Tableau data wizard later

Neo4j WDC 2.3 Tableau Data Wizard

Previous Version

The Neo4j WDC v1.0 can still be used via new URL:

http://ralfbecher.github.io/tableau-neo4j-wdc/v1/Neo4jWdc.html

Neo4j WDC

Author

Ralf Becher

License

Copyright © 2016 Ralf Becher

Released under the MIT license.