Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennofs/wdumper
Tool for generating filtered Wikidata RDF exports
https://github.com/bennofs/wdumper
export rdf toolforge wikidata
Last synced: 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T11:38:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T23:43:28.574Z (3 months ago)
- Topics: export, rdf, toolforge, wikidata
- Language: Java
- Homepage: https://tools.wmflabs.org/wdumps
- Size: 1.29 MB
- Stars: 36
- Watchers: 9
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WDumper [![](https://github.com/bennofs/wdumper/workflows/Java%20CI/badge.svg?branch=master)](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/ |