Hi, I don't know C++ so I can't comment on what would be helpful.
With Neo we are intentionally frugal with the dependencies we take on, outside of the JDK itself, so most of the database is our own code. That said, there are a few responsibilities that we currently use 3rd party libraries for. Most notably is probably our durable indexes, that are implemented using Lucene. Our REST APIs and web front-ends also use a number of web related frameworks and libraries. We do things this way partly because every dependency is a potential conflict for our embedded users, and partly because, as a database, you want to have a fair grip on what goes on in your process. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] On 16 May 2014, at 13:34, Vikash Challa <[email protected]> wrote: > Hi, > I want to implement my own graph database in c++.Are there any libraries > which are in c++ to implement graphs.Neo4j graph DB is based on java ,did > they use implemented their own library or did they use any other library ? > > -- > 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. -- 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.
