I'm trying to implement a rails application with neo4j. For hosting I found that Heroku supports neo4j REST (public beta). Looking for gems I found neography and neo4j.
I started with neo4j and didn't find support for REST. Is it possible to work with REST? Is there any benefits to go with embedded database?
If I go with neography, can gems like devise be used in the project?