All Projects → bennofs → wdumper

bennofs / wdumper

Licence: MIT license
Tool for generating filtered Wikidata RDF exports

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Less
1899 projects
kotlin
9241 projects
CSS
56736 projects

Projects that are alternatives of or similar to wdumper

Wikidata Toolkit
Java library to interact with Wikibase
Stars: ✭ 287 (+1048%)
Mutual labels:  rdf, wikidata
signal-media-exporter
A script to export media files from Signal Desktop.
Stars: ✭ 19 (-24%)
Mutual labels:  export
I40KG
Contains the development for the Industry 4.0 standards knowledge graph (I40KG). Its current collaborative development is driven by VoCol - http://vocol.iais.fraunhofer.de/sto/
Stars: ✭ 50 (+100%)
Mutual labels:  rdf
Archived-SANSA-ML
SANSA Machine Learning Layer
Stars: ✭ 39 (+56%)
Mutual labels:  rdf
elastic-query-export
🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
Stars: ✭ 56 (+124%)
Mutual labels:  export
graph-explorer
Graph Explorer can be used to explore RDF graphs in SPARQL endpoints or on the web.
Stars: ✭ 30 (+20%)
Mutual labels:  rdf
great-migration
Copy objects from Rackspace to S3
Stars: ✭ 15 (-40%)
Mutual labels:  export
excel mysql
Module for import Excel files to MySQL table and export MySQL table to Excel file using PHPExcel
Stars: ✭ 30 (+20%)
Mutual labels:  export
semicon
A collection of icons for the Semantic Web and Linked Open Data world.
Stars: ✭ 20 (-20%)
Mutual labels:  rdf
britishMuseumFacesDetection
A python example for using OpenCV to identify faces within @BritishMuseum images.
Stars: ✭ 66 (+164%)
Mutual labels:  rdf
arctee
Atomic tee
Stars: ✭ 22 (-12%)
Mutual labels:  export
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+316%)
Mutual labels:  export
porter
Export legacy forums into a format Vanilla Forums can import.
Stars: ✭ 39 (+56%)
Mutual labels:  export
WikibaseImport
Import entities from another Wikibase instance (e.g. Wikidata)
Stars: ✭ 25 (+0%)
Mutual labels:  wikidata
semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (+8%)
Mutual labels:  rdf
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (+216%)
Mutual labels:  export
ckan-php-manager
A tool for managing a CKAN data catalog
Stars: ✭ 14 (-44%)
Mutual labels:  export
cognipy
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Stars: ✭ 31 (+24%)
Mutual labels:  rdf
DiscordChatExporterPy
A simple Discord chat exporter for Python Discord bots.
Stars: ✭ 72 (+188%)
Mutual labels:  export
lc-wikidata
Library Carpentry Wikidata
Stars: ✭ 17 (-32%)
Mutual labels:  wikidata

WDumper

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/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].