> Am 19.03.2015 um 08:01 schrieb Sai Prathap <[email protected]>: > > Hello Kevin, > > > I want to develop a social networking site like facebook .Based on my > research Neo4j is best fit to develop a social networking sites.I have a few > doubts please clarify me (consider performance and security as main). > > > 1. Can I use Neo4j for all functionalities like saving the login details,user > details,posts,comments,likes,news feed generation,profile..etc . or Neo4j is > only used for searching the relations/users(graph searching like facebook > graph) ? yes > > 2. which language among Java,.Net, php, ruby, phython gives the best > performance to implement Web API to connect Neo4j database and get/store > data? ( Iam a .net developer ) the highest performance is with the plain http API or server extensions (java). The current .Net driver is not the fastest but it should be very easy to write one that just does the HTTP POST requests with cypher and receives the streaming results back. > > 3. Which is the best operating system(Windows/Linux) to host Neo4j server .? Linux > > 4. what are all the benefits of using Neo4j Enterprise edition than neo4j > community edition in production? higher performance, better memory and cpu usage fail-over high availability scale out cluster for reads live backup additional monitoring information service and support
> 5. Is it possible to Scaling and backup the database using Neo4j community > edition ? you can scale it up in terms of cpu, disk performance and RAM which works pretty well for backups you have to shut down the database or dump the data in a different format yourself > > > > Thank you in advance, > Regards, > Sai Pathap > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
