I am writing a application that are going to run on small NAS servers using Java. For that purpose I am looking for a nosql database that can be embedded in my application. Another requirement I have is that is should be possible to connect to the database from remote clients. Thats is, piece of cake. :) Beside those two requirements I am prepared to adapt my application to the database. I know for example of MongoDB, Neo4J and OrientDB but have no experience of running them on small CPUs. Any tips, tricks or recommendations. //lg
/happy amateur