diff --git a/doc/sphinx-guides/source/admin/reporting-tools.rst b/doc/sphinx-guides/source/admin/reporting-tools.rst index f3f5ad1623c..c309744be63 100644 --- a/doc/sphinx-guides/source/admin/reporting-tools.rst +++ b/doc/sphinx-guides/source/admin/reporting-tools.rst @@ -14,3 +14,5 @@ Reporting tools created by members of the Dataverse community. * Dataverse Web Report (): Creates interactive charts showing data extracted from the Dataverse Excel Report * Dataverse Reports for Texas Digital Library (): A python3-based tool to generate and email statistical reports from Dataverse (https://dataverse.org/) using the native API and database queries. + +* dataverse-metrics (): Aggregates and visualizes metrics for installations of Dataverse around the world or a single Dataverse installation. diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index 4487b267822..5e26261ca71 100755 --- a/doc/sphinx-guides/source/api/apps.rst +++ b/doc/sphinx-guides/source/api/apps.rst @@ -43,12 +43,10 @@ GeoConnect allows Dataverse files to be visualized on http://worldmap.harvard.ed https://github.com/IQSS/geoconnect -metrics.dataverse.org -~~~~~~~~~~~~~~~~~~~~~ - -metrics.dataverse.org_ aggregates metrics across multiple Dataverse installations: https://github.com/IQSS/metrics.dataverse.org +dataverse-metrics +~~~~~~~~~~~~~~~~~ -.. _metrics.dataverse.org: http://metrics.dataverse.org +dataverse-metrics aggregates and visualizes metrics across multiple Dataverse installations but can also be used with a single installation: https://github.com/IQSS/dataverse-metrics Java ---- diff --git a/doc/sphinx-guides/source/developers/intro.rst b/doc/sphinx-guides/source/developers/intro.rst index 55746942c62..a4180b3e00e 100755 --- a/doc/sphinx-guides/source/developers/intro.rst +++ b/doc/sphinx-guides/source/developers/intro.rst @@ -56,6 +56,7 @@ As a developer, you also may be interested in these projects related to Datavers - External Tools - add additional features to Dataverse: See the :doc:`/installation/external-tools` section of the Installation Guide. - Dataverse API client libraries - use Dataverse APIs from various languages: :doc:`/api/client-libraries` - DVUploader - a stand-alone command-line Java application that uses the Dataverse API to support upload of files from local disk to a Dataset: https://github.com/IQSS/dataverse-uploader +- dataverse-metrics - aggregate and visualize metrics for installations of Dataverse around the world: https://github.com/IQSS/dataverse-metrics - Miniverse - expose metrics from a Dataverse database: https://github.com/IQSS/miniverse - Configuration management scripts - Ansible, Puppet, etc.: See "Advanced Installation" in the :doc:`/installation/prep` section of the Installation Guide. - :doc:`/developers/unf/index` (Java) - a Universal Numerical Fingerprint: https://github.com/IQSS/UNF