I'm looking for example Twitter datasets (not patterns, articles or blogposts) for use with Neo4j. The Neo4j website lists "Twitter Connections Heroku Waza 2013", but it no longer appears to be accessible.
Going to go ahead and add my comments as an answer:
Get the zip here: https://dl.dropboxusercontent.com/u/94782892/tweets.zip
This is a small database (neo4j version 2.1.1) of tweets of the following structure:
Related
OpenPhacts is a wonderful source of a number of RDFs related to drug discovery (https://www.openphacts.org/). The data is freely available (https://data.openphacts.org/commercial/2.1/)
Unfortunately there is no example of how to load it into a graph database such as neo4j or arangodb (http://support.openphacts.org/support/solutions/articles/168752-can-i-install-open-phacts-locally-)
Could someone provide a basic example on how to import one of the dozen RDFs into a graph database for a novice graph database user?
Thanks
Iain
Check out this post & tool by my colleague
https://jesusbarrasa.wordpress.com/2016/06/07/importing-rdf-data-into-neo4j/
It uses some sensible mapping and provides a Neo4j user defined procedure to do the hard work.
Is there any best practise or good example which shows how to document graph ontologies.
I assume you want to document your graph database structure.
I like the idea of neo4j graph gists. It is possible to generate such interactive graph gist using a regular github asciidoc gist which contains cypher code to describe your graph.
Example Neo4j Graph Gist
Github Gist Source
At some point it was also possible to host your own neo4j graph gist portal but I'm not sure whether this is still possible.
I'm kind of new at web dev and had a question of getting data from wikipedia. I am making a personal web app that will keep track of past UFC events. I couldn't find an open source api with event details and results. However the following table on wikipedia has a lot of the info I need: http://en.wikipedia.org/wiki/List_of_UFC_events
And I have seen several tutorials on how to get the info from a wiki table and format it into .csv format using google spreadsheets, or other software such as openrefine. But, I also want the information from each event's wikipage(fight results, winners, award winners, poster images etc.), and each event's own wiki page is lined on the table I mentioned above. I was wondering, what is the easiest way to go about extracting this information?
You can use nokogiri gem to scrap the web page
I'm using neo4j for a web-app I am creating. I have no problem getting data back from the REST API as I expect. However, I would prefer to not have to deal with lots of custom work in terms of graphing everything. I would love to just be able to embed/use the same graph that neo4j uses to show you query results at http://localhost:7474/browser/ on my page. I tried doing an iFrame to it but that had all sorts of problems.
Is this possible? I've been looking for an hour now trying to figure out how to do it or what libraries they use, but to no avail.
You can check out my demo project, which uses two visualizations (two branches) one which is very close to what Neo4j Server uses (all js client code talking to a Neo4j server):
demo:
http://jexp.github.io/cy2neo/
branch master:
https://github.com/jexp/cy2neo
branch neo3d:
https://github.com/jexp/cy2neo/tree/neod3
I have created a test database with Neo4j Spatial Java API. Is there any tutorial how to use uDig/Geotools for visualizing the spatial data?
There is a section at the Neo4j Spatial Instructions page (http://neo4j.github.io/spatial/) called "Using Neo4j Spatial with uDig" that says "For more info head over to Neo4j Wiki on uDig" but the link is not working.
I found a uDig Quickstart tutorial (http://udig.github.io/docs/dev/SDKQuickstart/SDKQuickstart.html) to setup uDig but I do not know how to use it with Neo4j Spatial. Please help!
I see this was answered in the neo4j google group, but for completeness let's answer here. Michael Hunger found a Japanese site with a mirror of the old wiki pages at http://oss.infoscience.co.jp/neo4j/wiki.neo4j.org/content/Neo4j_Spatial_in_uDig.html.
And Peter added a proxy page into the github wiki pointing to these mirrors at https://github.com/neo4j/spatial/wiki
Peter also asked that anyone working with Neo4j Spatial and uDig consider volunteering to port the old wiki into the github wiki, including any changes required to work with newer Neo4j Spatial and newer uDig.