Does a Neo4j application exist in a jar or what? -
i'm trying understand form neo4j app typically take, particularly 1 using core , traversal apis. jar or other archive that's loaded neo4j extension? tomcat servlet connects neo4j? else haven't thought of?
apologies if dumb question. google-fu weak today. tried understand looking neo4j "hello, world!", seem use embedded neo4j, not i'm after...
the neo4j-kernel
jar technically contains need creating neo4j database. neo4j is efficient way of storing data want file. kernel
jar contains necessary information on how write nodes , relationships disk.
when start neo4j server, web app accepts restful commands , console input write information filesystem. can use of other jars interact restfully neo4j though.
Comments
Post a Comment