Interactive command-line shell for querying Neo4j databases with Cypher
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 n LIMIT 10;'$ cypher-shell -a neo4j://localhost:7687 -u neo4j -p password < queries.cypher$ cypher-shell -a neo4j://localhost:7689 -u neo4j -p password --format plain$ cypher-shell -a neo4j://localhost:7687 -u neo4j -p password -c 'RETURN 1;'