Command-line shell for executing Cypher queries against Neo4j
Command-line shell where you can execute Cypher against Neo4j
cypher-shell$ cypher-shell -a neo4j://localhost:7687 -u neo4j -p password$ cypher-shell -a neo4j://localhost:7687 -u neo4j -p password 'MATCH (n) RETURN count(n)'$ cypher-shell -a neo4j://localhost:7687 -u neo4j -p password < queries.cypher