johnymontana/Flat Graph
Load data into Neo4j using Cypher. Designed to work with the Flat Data GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| neo4j-user | Username for Neo4j | yes | neo4j |
| neo4j-password | Password for Neo4j | yes | letmein |
| neo4j-uri | Connection string for Neo4j | yes | bolt://localhost:7687 |
| filename | The name of the flat file to load | yes | data.json |
| cypher-query | The Cypher query to run. Your JSON file will be passed in a variable $value | yes | — |
Outputs
| name | description |
|---|---|
| records | The number of records |