Skip to content
Snippets Groups Projects
Commit d3a8f381 authored by vlorentz's avatar vlorentz
Browse files

Apply swh-dataset -> swh-export rename

parent 54561fed
No related branches found
No related tags found
1 merge request!457Apply swh-dataset -> swh-export rename
Pipeline #12861 passed
......@@ -18,8 +18,8 @@ by components:
swh.auth <swh-auth/index>
swh.core <swh-core/index>
swh.counters <swh-counters/index>
swh.dataset <swh-dataset/index>
swh.deposit <swh-deposit/index>
swh.export <swh-export/index>
swh.fuse <swh-fuse/index>
swh.graph <swh-graph/index>
swh.graphql <swh-graphql/index>
......
......@@ -126,8 +126,8 @@ Getting sample datasets
Is there a way to connect to SWH archived (production) database from my local machine?
--------------------------------------------------------------------------------------
We provide the archive as a dataset on public clouds, see the :ref:`swh-dataset
documentation <swh-dataset>`. We can
We provide the archive as a dataset on public clouds, see the :ref:`swh-export
documentation <swh-export>`. We can
also provide read access to one of the main databases on request, `contact us`_.
.. _faq_error_bugs:
......
......@@ -19,7 +19,7 @@ Yes, all source code available in the world. It implies to build an equally impr
infrastructure to hold the huge amount of information represented, make the archive
available to the public through a :swh_web:`nice web interface </>` and even propose a
:ref:`well-documented API <swh-web>` to access it seamlessly. For the records, there are
also :ref:`various datasets available <swh-dataset>` for download, with detailed
also :ref:`various datasets available <swh-export>` for download, with detailed
instructions about how to set it up. And, yes it’s huge: the full graph generated from
the archive (with only metadata, content is not included) has more than 20b nodes and
weights 1.2TB. Overall size of the archive is in the hundreds of TBs.
......
......@@ -107,16 +107,16 @@ of the corresponding Python module.
service providing efficient estimates of the number of objects in the SWH archive,
using Redis's Hyperloglog
:ref:`swh.dataset <swh-dataset>`
public datasets and periodic data dumps of the archive released by Software
Heritage
:ref:`swh.deposit <swh-deposit>`
push-based deposit of software artifacts to the archive
swh.docs
developer documentation (used to generate this doc you are reading)
:ref:`swh.export <swh-export>`
public datasets and periodic data dumps of the archive released by Software
Heritage
:ref:`swh.fuse <swh-fuse>`
Virtual file system to browse the Software Heritage archive, based on
`FUSE <https://github.com/libfuse/libfuse>`_
......
......@@ -7,8 +7,8 @@
../swh-auth[django,starlette]
../swh-core[http,db,logging]
../swh-counters
../swh-dataset[luigi]
../swh-deposit[server]
../swh-export[luigi]
../swh-fuse
../swh-graph[luigi]
../swh-graphql
......
......@@ -3,8 +3,8 @@ swh.alter
swh.auth[django,starlette]
swh.core[db,http,logging]
swh.counters
swh.dataset[luigi]
swh.deposit[server]
swh.export[luigi]
swh.fuse
swh.graph[luigi]
swh.graphql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment