Snedashkovsky / knowledge_graph_research

Research of Knowledge Graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research of Knowledge Graphs

Install

ClickHouse

Knowledge Graph sources

  • 125M links
  • 2 GB in Clickhouse
  • 20 GB in nt files
  • 1.3 GB in archive

Wikidata

Database download
Dumps (Truthy RDF file)

  • 5,556M links
  • 43 GB in Clickhouse
  • 41 GB in archive

Knowledge Graph processing

Bostrom

Graph extraction

  • install and synchronize cyberindex
  • install postgresql client
sudo apt-get install postgresql-client
  • connect to the Bostrom index database
psql --host=localhost --username=default --dbname=cyberd
  • export data of the cyberlink table:
\copy cyberlink to 'cyberlink.csv' csv header

About

Research of Knowledge Graphs

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Shell 0.0%