Tagged Questions
Neo4j is an open-source graph database implemented in Java.
37
votes
8answers
7k views
Has anyone used Graph-based Databases (http://neo4j.org/)?
I have used Relational DB's a lot and decided to venture out on other types available.
This particular product looks good and promising: http://neo4j.org/
Has anyone used graph-based databases? What ...
13
votes
6answers
6k views
Graph Database in Java (other than Neo4J)
Greetings,
Is there any open source graph database available other than Neo4J??
NOTE: Why not Neo4J?
Neo4J is opensource, but counts primitives (number of nodes,relationships & properties). If ...
10
votes
3answers
553 views
Using MongoDB as our master database, should I use a separate graph database to implement relationships between entities?
We're currently in the process of implementing a CRM-like solution internally for a professional firm. Due to the nature of the information stored, and the varying values and keys for the information ...
9
votes
2answers
737 views
Is Neo4J a good fit for clojure?
I have found that relational databases are a very good fit for Clojure as the set functions (project/join/union etc) map very nicely to a database schema making Clojure almost a perfect fit for using ...
9
votes
6answers
2k views
What is the difference between graph-based databases and object-oriented databases?
What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
7
votes
3answers
321 views
Problem with creating an object in neo4j
I am using the django integration for neo4j and I'm getting the following traceback when I'm trying to create a node.
I do have JPype installed and it can be imported.
p = ...
7
votes
1answer
582 views
Rails 3 and graph databases
A Rails 3 application running on Postgresql needs to switch to a graph database to be able to grow up. There are many of them and they all offer different kind of API, REST mostly.
I am highly ...
7
votes
4answers
3k views
Cassandra instead of MySQL for social networking app
I am in the middle of building a new app which will have very similar features to Facebook and although obviously it wont ever have to deal with the likes of 400,000,000 million users it will still be ...
7
votes
3answers
1k views
Is it a good idea to use MySQL and Neo4j together?
I will make an application with a lot of similar items (millions), and I would like to store them in a MySQL database, because I would like to do a lot of statistics and search on specific values for ...
6
votes
1answer
431 views
Neo4j database research
I recently started researching database features of databases.
At the moment I'm looking into Neo4j Graph database.
Unfortunately, I can't find every bit of information I need.
I found most ...
6
votes
3answers
2k views
NoSQL or Ehcache caching?
I'm building a Route Planner Webapp using Spring/Hibernate/Tomcat and a mysql database,
I have a database containing read only data, such as Bus Stop Coordinates, Bus times which is never updated. ...
6
votes
2answers
2k views
neo4j - is there a C# version/binding?
Is there a C# version/binding for neo4j? It looks like exactly what I want, but I'm working in C# on .net.
thanks
6
votes
3answers
727 views
How is neo4j persistence implemented?
How is neo4j persistence of nodes and relations implemented? How are indexes handled?
5
votes
2answers
598 views
Neo4j and django models
So, I'm looking into the Django and Neo4j integration, but there's not much about it out there ... What I want to know is if I have a model like the one here:
If I want to add a new property to a ...
5
votes
2answers
551 views
Experiences of using Neo4j with large datasets?
Has anyone gone any experience of using Neo4j with terabyte sized datasets? I would like to hear about your expereinces with how Neo4j performs
5
votes
2answers
1k views
How to delete/create databases in Neo4j?
Is it possible to create/delete different databases in the graph database Neo4j http://neo4j.org/ like in MySQL? Or, at least, how to delete all nodes and relationships of an existing graph to get a ...
5
votes
2answers
860 views
What is the largest known Neo4j cluster?
What is the largest known Neo4j cluster (in db size, graph stats, or # of machines)?
5
votes
4answers
1k views
What are the best ways to store Graphs in persistent storage
I am wondering what the best ways to store graphs in persistent storage are, for later analysis, search, clustering, etc.
I see neo4j being an option, I am curious if there are also other graph ...
4
votes
2answers
78 views
How to persist community information in a graph
I have some graph databases (friends networks, purchasing history, etc.) that I persist with Neo4j. I plan to analyze these with community detection algorithms such as Girvan Newman. These algorithms ...
4
votes
1answer
162 views
Using Neo4j as Mahout Datastore
Has anyone successfully integrated Apache Mahout with Neo4j as a datastore? If so, how much works was involved, and what was the performance like?
4
votes
1answer
216 views
Neo4j in the cloud
Is anyone aware of cloud services (PaaS) which could be suitable for a spring/neo4j application. Anything to look out for?
4
votes
1answer
179 views
Integrating Neo4J and Terracotta?
Has anyone tried or even thought about using a terracotta solution (i.e. ehcache) to run/store Neo4J?
I understand Neo4J has High Availability, but that's really just replication. Want I really want ...
4
votes
1answer
337 views
MongoDB bulk lookup by bson_id
I'm using Neo4j for a large graph of data, and using MongoDB to store detailed document information about individual nodes.
I need to be able to take the results of my graph traversals (sometimes up ...
4
votes
4answers
3k views
How to decide which NoSQL technology to use?
What is the pros and cons of MongoDB (document-based), HBase (column-based) and Neo4j (objects graph)?
I'm particularly interested to know some of the typical use cases for each one.
...
4
votes
1answer
785 views
Neo4j OutOfMemory problem
This is my source code of Main.java. It was grabbed from neo4j-apoc-1.0 examples. The goal of modification to store 1M records of 2 nodes and 1 relation:
package javaapplication2;
import ...
4
votes
6answers
1k views
Difference between graph database: Neo4j & AllegroGraph
What is the difference between this 2 graph DB: Neo4j and AllegroGraph?
Which is better for JAVA Web programming?
Thanks
Erwin
4
votes
3answers
1k views
4
votes
4answers
1k views
Hype around graph databases… why?
There is some hype around graph databases. I'm wondering why.
What are the possible problems that one can be confronted with in today's web environment that can be solved using graph databases? And ...
4
votes
2answers
445 views
Counting primitives in Neo4j
I have been reading through the documentation for neo4j and it's components and have yet to come across functionality that lets me query the total number of primitives (nodes, relationships, and ...
3
votes
1answer
101 views
How can I get the number of nodes of a Neo4j graph database from Python?
I'm trying to get the number of nodes of a Neo4j graph database using Python, but I don't find any method or property to do that.
Does anybody how can I get this information?
Other Python packages ...
3
votes
1answer
261 views
Handling big data sets (neo4j, mongo db, hadoop)
I'm looking for best practices to handle data. So, that is what i got so far: 1.000.000 nodes of type "A". Every "A" node can be connected to 1-1000 nodes of type "B" and 1-10 nodes of type "C".
I've ...
3
votes
2answers
107 views
how to architect achievements and badging with nosql
I currently have an social game app using mongodb for it's database. My question is what are some suggestions if I want to create a points and badging system. The business logic for ...
3
votes
2answers
340 views
configuring Play framework with Scala to use Neo4j graph db
I'm using scala in my app, it run without problem, but if I add neo4j in the dependencies, it throws a NoSuchMethod error. I didn't even have references to any neo4j classes in my code...
I have no ...
3
votes
0answers
140 views
Recreate reference node in a Neo4j database
I accidentally deleted node 0, which was my reference node on a new graph, so calls to getReferenceNode() would fail afterwards. I searched through the neo4j source and found a that I could recreate ...
3
votes
2answers
95 views
How can I add extra behaviour only to Lists of a certain type?
I have a small Scala/Neo4j application that links people and topics through "skilledAt" and "interestedIn" relations. It has a REST/Json Api (using Scalatra) and I ran into a typical type-erasure ...
3
votes
3answers
241 views
Directional Relationships with different name for each direction
In GraphDB platforms (Net4j, OrientDB, FlockDB, HyperGraphDB...) it is possible to define relationships between nodes.
I need to define directional relationships, such that the relation has different ...
3
votes
2answers
676 views
How to drop the neo4j embedded database with java?
The class GraphDatabaseService seems not provide any method to drop/clear the database. It there any other means to drop/clear the current embedded database with Java?
3
votes
1answer
82 views
Is it possible to get two different relation times between two nodes?
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 ...
3
votes
1answer
362 views
What is the difference between a Graph Database and a Network Database?
What is the difference between a Graph Database (e.g. Neo4J) and a Network Database (e.g. IDS, CODASYL)? In principle are they the same thing?
3
votes
4answers
606 views
which NOSQL database tool is better to choose for my application?
I am planning to develop some application like connecting with friends of friends of friends. It may look like as Facebook or Twitter but initially i am planning to implement that to learn more about ...
3
votes
1answer
929 views
how to find a particular node in Neo4j
how to find the particular node using the Neo4j API.When i refereed the docs i got some code to get all nodes However if i have a node called "XYZ" I would like to know how to obtain ONLY that ...
3
votes
3answers
485 views
What is the difference between GraphDatabaseService or NeoService in neo4j
I'm learning to use neo4j, but am a bit confused on its usage. When I'm adding nodes and relationships, I can do it like this:
GraphDatabaseService graphDb = new ...
2
votes
0answers
53 views
What can an RDBMS do that Neo4j (and graph databases) cant? [closed]
“A Graph Database –transforms a–> RDBMS”
The Neo4j site seems to imply that whatever you can do in RDBMS, you can do in Neo4j.
Before choosing Neo4j as a replacement for an RDBMS, I need some ...
2
votes
3answers
196 views
Is there a working solution for integrating Neo4j 1.6 in NodeJS?
I have found some relevant modules on Github but they do not work.
Does anyone know of some other available solutions?
Those are the three I have tried:
https://github.com/bobby/node-neo4j
...
2
votes
2answers
144 views
Cannot install JPype on OS X Lion to use with Neo4j
This is my first question on this site, but I've wasted hours searching online to no avail, so please help!
I am trying to use Neo4j for a project, and want to interface with it through Python since ...
2
votes
3answers
65 views
Representing (and incrementing) relationship strength in Neo4j
I would like to represent the changing strength of relationships between nodes in a Neo4j graph.
For a static graph, this is easily done by setting a "strength" property on the relationship ...
2
votes
2answers
148 views
ORM with Graph-Databases like Neo4j in Python
i wonder wether there is a solution (or a need for) an ORM with Graph-Database (f.e. Neo4j). I'm tracking relationships (A is related to B which is related to A via C etc., thus constructing a large ...
2
votes
2answers
88 views
Neo4j API explanation for Python
Does anybody knows where can I find a document of the Neo4j API for Python?
I'm newbie and I'm looking for a document with the list of methods and properties and the explanation of each one, or ...
2
votes
1answer
222 views
Paging with Spring Data Graph/Neo4j
Is it possible to fetch Page results when using Spring Data Graph (Neo4J) as the data store?
The findAll(Pageable) seems to be the only Pageable query availalble when using the GraphRepository. What ...
2
votes
2answers
188 views
How do I use Neo4j-embedded for Python (threads) in Flask microframework?
I'm following the Flask Tutorial (Flaskr) in order to experiment with using Neo4j-embedded for Python. This is in a virtualenv. Here is my 'main' app code:
import os
import jpype
from neo4j import ...