Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utilitywarehouse/cyphertool
Simple utility for doing useful things with cypher statements
https://github.com/utilitywarehouse/cyphertool
cypher-query-language neo4j neo4j-database
Last synced: about 18 hours ago
JSON representation
Simple utility for doing useful things with cypher statements
- Host: GitHub
- URL: https://github.com/utilitywarehouse/cyphertool
- Owner: utilitywarehouse
- License: lgpl-3.0
- Created: 2017-03-22T14:06:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T18:40:48.000Z (about 7 years ago)
- Last Synced: 2024-11-15T22:21:32.194Z (about 1 month ago)
- Topics: cypher-query-language, neo4j, neo4j-database
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cyphertool
Simple utility for doing useful things with cypher statements## Installation
Once you have [Installed Go](https://golang.org/doc/install), use:
```
go get github.com/utilitywarehouse/cyphertool
```## Help
```
cyphertool --help
```## Example usage
```
echo 'CREATE (ee:Person { name: "Emil", from: "Sweden", klout: 99 })' | cyphertool run
```Multiple statements can be separated by `;`