vbakc / pg_wiki_import

Import wikipedia dump into PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg_wiki_import

Usage

  1. Download dump torrent

  2. Create database and then run the binary

DATABASE_URL=postgres://postgres:password@host:port/database_name FILE_PATH=./dump.xml ./pg_wiki_import

About

Import wikipedia dump into PostgreSQL

License:MIT License


Languages

Language:Rust 100.0%