Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to store data like Freebase does?
    primarykey
    data
    text
    <p><em>I admit that this is basically a duplicate question of <a href="https://stackoverflow.com/questions/4837936/use-freebase-data-on-local-server">Use freebase data on local server?</a> but I need more detailed answers than have already been given there</em></p> <p>I've fallen absolutely in love with Freebase. What I want now is to essentially create a very simple Freebase clone for storing content that may not belong on Freebase itself but can be described using the Freebase schema. Essentially what I want is a simple and elegant way to store data like Freebase itself does and be able to easily use that data in a Python (CherryPy) web application. </p> <p>Chapter 2 of the MQL reference guide states:</p> <blockquote> <p>The database that underlies Metaweb is fundamentally different than the relational databases that you may be familiar with. Relational databases store data in the form of tables, but the <strong>Metaweb database stores data as a graph of nodes and relationships between those nodes</strong>.</p> </blockquote> <p>Which I guess means that I should be using either a triplestore or a graph database such as Neo4j? Does anybody here have any experience with using one of those from a Python environment?</p> <p>(What I've actually tried so far is to create a relational database schema which would be able to easily store Freebase topics, but I'm having issues with configuring the mappings in SQLAlchemy).</p> <p><strong>Things I'm looking into</strong></p> <ul> <li><a href="http://gen5.info/q/2009/02/25/putting-freebase-in-a-star-schema/" rel="nofollow noreferrer">http://gen5.info/q/2009/02/25/putting-freebase-in-a-star-schema/</a></li> <li><a href="http://librdf.org/" rel="nofollow noreferrer">http://librdf.org/</a></li> </ul> <p><strong>UPDATE [28/12/2011]:</strong></p> <p>I found an article on the Freebase blog that describes the proprietary tuple store / database Freebase themselves use (graphd): <a href="http://blog.freebase.com/2008/04/09/a-brief-tour-of-graphd/" rel="nofollow noreferrer">http://blog.freebase.com/2008/04/09/a-brief-tour-of-graphd/</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload