For prototyping purposes, I'm looking for a lightweight graph database - essentially a graph equivalent for Memcached, Redis or SQLite; something that is trivial to use and deploy (in a JavaScript/Ruby/Python/Go/... environment).
While Neo4j provides everything I want, it's a bit heavyweight for my purposes.
The closest I've found is HeliosJS, though that uses Gremlin whereas I'd prefer Cypher.
Any recommendations would be appreciated.