Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `;`