https://github.com/bennofs/wdumper
Tool for generating filtered Wikidata RDF exports
https://github.com/bennofs/wdumper
export rdf toolforge wikidata
Last synced: about 1 month ago
JSON representation
Tool for generating filtered Wikidata RDF exports
- Host: GitHub
- URL: https://github.com/bennofs/wdumper
- Owner: bennofs
- License: mit
- Created: 2019-07-18T15:44:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T11:38:14.000Z (about 3 years ago)
- Last Synced: 2025-03-17T18:48:39.457Z (about 2 months ago)
- Topics: export, rdf, toolforge, wikidata
- Language: Java
- Homepage: https://tools.wmflabs.org/wdumps
- Size: 1.29 MB
- Stars: 41
- Watchers: 8
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WDumper [](https://github.com/bennofs/wdumper/actions)
_A tool to create customized Wikidata RDF dumps_This project contains the source code for the application running at https://tools.wmflabs.org/wdumps.
## Building
To build the project, run `gradle build` in the root directory.
## Environment variables for configuration
| Name | Description | Default |
|----------------------|--------------------------------------------|------------------------------|
| DB_HOST | hostname for MariaDB connection | localhost |
| DB_USER | username to connect to the DB | root |
| DB_PASSWORD | password to connect to the DB | |
| DB_NAME | name of the database to use | wdumper |
| DB_MAX_LIFETIME | max lifetime of a db connection (seconds) | 500 |
| ZENODO_SANDBOX_TOKEN | API token for uploads to zenodo sandbox | |
| ZENODO_TOKEN | API token for uploads to main zenodo | |
| DUMPS_PATH | path where the generated dumps are stored | frontend/dumpfiles/generated |
| PUBLIC_URL | Public URL pointing to the web server | http://localhost:5050/ |