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

From BITPlan Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* https://github.com/MillenniumDB/MillenniumDB/wiki
 
* https://github.com/MillenniumDB/MillenniumDB/wiki
 
* https://github.com/MillenniumDB/MillenniumDB/wiki/Setup
 
* https://github.com/MillenniumDB/MillenniumDB/wiki/Setup
 +
* https://www.wikidata.org/wiki/Wikidata:Scaling_Wikidata/Benchmarking/MilleniumDB
 
== Setup ===
 
== Setup ===
 
<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>
 
</source>

Revision as of 14:12, 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 =

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