cbastn/Run Cypher Query
Run neo4j cypher query from file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 30, 2022
- License
- MIT
Pinned Snippet
uses: cbastn/cypher-shell-docker@1dcc6ed8ed543bb62558afd4ae952646984be011 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| address | Address of database | yes | localhost:7687 |
| username | Username of database | yes | neo4j |
| password | password of database | yes | password |
| file | directory path or file path to cypher script(s) | yes | . |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |