I am doing Research work on Neo4j graph database. My main purpose to use Neo4j is for searching purpose.Till now I am working on the community edition of it, I had read (have a doubt) somewhere it allows around 100 millions of nodes. I had a conception till now that it will work for me but now I am confused.
My Module:- Ex -- It will be like question asked by users there will be tags of that question and the level of question. Nodes will be created of question,tag and level and interconnected with relation between them.There will be some other modules also. So, day by day the size of graph will increase only.
MY QUESTONS:-
- Am I going on a right approach to use Neo4j for searching purpose?
- Limitation of community edition for our production mode of our website.
- Is it necessary to move from community to enterprise edition for website in production?
Currently, As per the coding part I am using neo4j-jdbc drivers with cypher queries.as suggested to me from a renowned user of SO only. QUERY -- IS it okay to work on default db or we have to create a new one after the certain size of the db?