I'm running a small website on a Pi B with tomcat / apache / mysql
I wish to migrate database to a graph db, Neo4J seems good on "real" server but not on Pi as poorly mentionned here
OhmDB seems to be the closest choice, but ran in RAM
I found mapgraph, who ran on GPU but, what about running on a Pi
So, which engine should I try to run ?
Any advice to choose an open source lightweight database would be appreciated.
(edit) The purpose of my question, is more in a "performance" view. I wish to know about which graph db implementation the pi is strong enough to run.