Neo4j doesn\'t seem to allow me to store binary objects. Does this mean I must used Neo4j in conjuntion 开发者_JAVA百科with another data store, such as the filesystem., Oracle, etc?Daniel already answ
How can I store references to Java objects in 开发者_JAVA技巧Neo4j?Neo4j basically stores primitives like integers and strings. See the full reference on what can be stored in the apidocs for setPrope
I\'m currently working on the implementation of a social network. The architecture is: - Distributed C++/Qt clients
Hi guys i am analyzing few things for doing a Proof of concept. I want to convert a Employee payroll database to Nosql. Which is better to use HBASE or Neo4j?
Can you suggest some possible sources to harvest related keywords. One suggestion is to use google and enter in a query and get back and response page and sift through the HTML to get some related key
I am new to Neo4j & just playing to learn in deep. I have a small doubt like, if I created two nodes in the space and provided relationship and also the system time (to know at what time they ar
What is the difference between a Graph Database (e.g. Neo4J) and a Network Database (e.g. IDS, CODASYL)? In pri开发者_C百科nciple are they the same thing?The network databases like CODSASYL are still
How to make acces to neo4j REST standalone server by LDAP? By default, there is no any security things in neo4j. In my opinion, i should run Apache Http server over neo4j, which use jetty inside. But
I have a large, non-cyclic directed graph. Every node has some key/value pairs.Some of the keys can be searched by range.
I already have ASP.NET hosting, but I\'m not sure how to run my application off Neo4j, since it requires a Java stack.