Search code examples
javadatabaseneo4jdbpedialarge-scale

How to construct NEO4j db from 60GB file?


I'm constructing graph database of dbpedia - 2014 it consists of about 60GB triple text files. What would be time and memory effective solution for this? My machine has:

  1. RAM - 8gb
  2. CPU - 2.20 ghz
  3. HD - 500 GB (HDD)

Solution

  • Use this project: https://github.com/mirkonasato/graphipedia

    Then your computer is enough, just make sure to use a SSD.