Skip to content

Commit b11b763

Browse files
authored
Merge pull request #11581 from kenlhlui/patch-1
Add dataverse-metadata-crawler to guides
2 parents 0f83d78 + 9c3d8ff commit b11b763

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The [dataverse-metadata-crawler](https://github.com/scholarsportal/dataverse-metadata-crawler) was added to the guides. See #11581.

doc/sphinx-guides/source/admin/reporting-tools-and-queries.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Reporting tools and queries created by members of the Dataverse community.
1818

1919
* Automated Dataverse Metrics Reports (<https://github.com/QualitativeDataRepository/dataverse-metrics>): Create beautiful, customizable reports about your Dataverse installation at the click of a button, using R-Markdown and GitHub Actions.
2020

21+
* dataverse-metadata-crawler (https://github.com/scholarsportal/dataverse-metadata-crawler): A Python CLI tool for extracting and exporting metadata from Dataverse repositories. It supports bulk extraction of dataverses, datasets, and data file metadata from any chosen level of dataverse collection (an entire Dataverse repository/sub-Dataverse), with flexible export options to JSON and CSV formats.
22+
2123
* Useful queries from the Dataverse Community (<https://docs.google.com/document/d/1-Y_iUduSxdDNeK1yiGUxe7t-Md7Fy965jp4o4m1XEoE/edit#heading=h.avuoo5kf0mdt>): A community-generated and maintained document of postgresql queries for getting information about users and dataverse collections, datasets, and files in your Dataverse installation. If you are trying to find out some information from your Dataverse installation, chances are that someone else has had the same questions and it's now listed in this document. If it's not listed, please feel free to add it to the document.

doc/sphinx-guides/source/api/apps.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ This module can, among others, help you migrate one dataverse to another. (see `
101101

102102
https://github.com/iza-institute-of-labor-economics/idsc.dataverse
103103

104+
dataverse-metadata-crawler
105+
~~~~~~~~~~~~~~~~~~~~~~~~~~
106+
107+
A Python CLI tool for bulk extraction of dataverses, datasets, and data file metadata from any chosen level of dataverse collection (an entire Dataverse repository/sub-Dataverse), with flexible export options to JSON and CSV formats.
108+
109+
https://github.com/scholarsportal/dataverse-metadata-crawler
110+
104111
Java
105112
----
106113

0 commit comments

Comments
 (0)