Difference between revisions of "Wikidata Import 2025-11-23"

From BITPlan Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
* https://www.wikidata.org/wiki/Q118954995
 
* https://www.wikidata.org/wiki/Q118954995
 
== Setup ==
 
== Setup ==
 +
=== Install prerequisite libraries ===
 
<source lang=bash'>
 
<source lang=bash'>
 
sudo apt update && sudo apt install git g++ cmake libssl-dev libncurses-dev less python3 python3-venv libicu-dev
 
sudo apt update && sudo apt install git g++ cmake libssl-dev libncurses-dev less python3 python3-venv libicu-dev
 +
</source>
 +
=== Clone MilleniumDB source code ===
 +
<source lang='bash'>
 +
mkdir -p source/cpp
 +
cd source/cpp
 +
git clone https://github.com/MillenniumDB/MillenniumDB
 +
ccd MillenniumDB
 +
export MDB_HOME=$(pwd)
 
</source>
 
</source>

Revision as of 14:15, 23 November 2025

Import

Import
edit
state  ?
url  https://wiki.bitplan.com/index.php/Wikidata_Import_2025-11-23
target  Millenium DB
start  2025-11-23
end  
days  7
os  Ubuntu 22.04.3 LTS
cpu  Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz (16 cores)
ram  512
triples  
comment  Try replicating https://www.wikidata.org/wiki/Wikidata:Scaling_Wikidata/Benchmarking/MilleniumDB

Millenium DB

Links

Setup

Install prerequisite libraries

sudo apt update && sudo apt install git g++ cmake libssl-dev libncurses-dev less python3 python3-venv libicu-dev

Clone MilleniumDB source code

mkdir -p source/cpp
cd source/cpp
git clone https://github.com/MillenniumDB/MillenniumDB
ccd MillenniumDB
export MDB_HOME=$(pwd)