Skip to content

Commit c389d9e

Browse files
committed
📝 Add data repository software
1 parent d60c56c commit c389d9e

File tree

3 files changed

+151
-8
lines changed

3 files changed

+151
-8
lines changed

docs/data-processing/intake/index.rst

Lines changed: 150 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
Intake
66
======
77

8-
Intake makes it easy to find, explore, load, and distribute data. Therefore it
9-
is not only interesting for data scientists and engineers, but also for data
10-
providers.
8+
Intake makes it easy for data scientists working with Python to find, explore and publish data. Therefore it is not only interesting for data scientists and
9+
engineers, but also for data providers.
1110

1211
.. seealso::
1312
* `Docs <https://intake.readthedocs.io/en/latest/>`_
@@ -23,6 +22,154 @@ providers.
2322
* `Intake: Caching Data on First Read Makes Future Analysis Faster
2423
<https://www.anaconda.com/blog/intake-caching-data-on-first-read-makes-future-analysis-faster>`_
2524

25+
.. seealso::
26+
* `Authors Alliance: Open Data
27+
<https://www.authorsalliance.org/resources/open-data/>`_
28+
29+
Alternatives
30+
------------
31+
32+
If Intake’s range of features isn’t sufficient, you might want to take a look at
33+
the following data storage software:
34+
35+
ckan
36+
`Home <https://ckan.org>`_ | `Docs <https://docs.ckan.org/en/2.11/>`_ |
37+
`GitHub <https://github.com/ckan/ckan>`_
38+
39+
.. image:: https://raster.shields.io/github/stars/ckan/ckan
40+
:alt: Stars
41+
:target: https://github.com/ckan/ckan
42+
43+
.. image:: https://raster.shields.io/github/contributors/ckan/ckan
44+
:alt: Contributors
45+
:target: https://github.com/ckan/ckan/graphs/contributors
46+
47+
.. image:: https://raster.shields.io/github/commit-activity/y/ckan/ckan
48+
:alt: Commit activity
49+
:target: https://github.com/ckan/ckan/graphs/commit-activity
50+
51+
.. image:: https://raster.shields.io/github/license/ckan/ckan
52+
:alt: Licence
53+
54+
Galaxy
55+
`Home <https://galaxyproject.org>`_ | `Docs
56+
<https://galaxyproject.org/get-started/#tutorials-and-tours>`_ | `GitHub
57+
<https://github.com/galaxyproject/galaxy>`_
58+
59+
.. image:: https://raster.shields.io/github/stars/galaxyproject/galaxy
60+
:alt: Stars
61+
:target: https://github.com/galaxyproject/galaxy
62+
63+
.. image:: https://raster.shields.io/github/contributors/galaxyproject/galaxy
64+
:alt: Contributors
65+
:target: https://github.com/galaxyproject/galaxy/graphs/contributors
66+
67+
.. image:: https://raster.shields.io/github/commit-activity/y/galaxyproject/galaxy
68+
:alt: Commit activity
69+
:target: https://github.com/galaxyproject/galaxy/commit-activity
70+
71+
.. image:: https://raster.shields.io/github/license/galaxyproject/galaxy
72+
:alt: Licence
73+
74+
DSpace
75+
`Home <https://dspace.org>`_ | `Docs
76+
<https://wiki.lyrasis.org/display/DSDOC9x/DSpace+9.x+Documentation>`_ |
77+
`GitHub <https://github.com/DSpace>`_
78+
79+
.. image:: https://raster.shields.io/github/stars/DSpace/DSpace
80+
:alt: Stars
81+
:target: https://github.com/DSpace/DSpace
82+
83+
.. image:: https://raster.shields.io/github/contributors/DSpace/DSpace
84+
:alt: Contributors
85+
:target: https://github.com/DSpace/DSpace/graphs/contributors
86+
87+
.. image:: https://raster.shields.io/github/commit-activity/y/DSpace/DSpace
88+
:alt: Commit activity
89+
:target: https://github.com/DSpace/DSpace/graphs/commit-activity
90+
91+
.. image:: https://raster.shields.io/github/license/DSpace/DSpace
92+
:alt: Licence
93+
94+
Dataverse
95+
`Home <https://dataverse.org>`_ | `Docs
96+
<https://guides.dataverse.org/en/latest/>`_ | `GitHub
97+
<https://github.com/IQSS/dataverse>`_
98+
99+
.. image:: https://raster.shields.io/github/stars/IQSS/dataverse
100+
:alt: Stars
101+
:target: https://github.com/IQSS/dataverse
102+
103+
.. image:: https://raster.shields.io/github/contributors/IQSS/dataverse
104+
:alt: Contributors
105+
:target: https://github.com/IQSS/dataverse/graphs/contributors
106+
107+
.. image:: https://raster.shields.io/github/commit-activity/y/IQSS/dataverse
108+
:alt: Commit activity
109+
:target: https://github.com//IQSS/dataversegraphs/commit-activity
110+
111+
.. image:: https://raster.shields.io/github/license/IQSS/dataverse
112+
:alt: Licence
113+
114+
iRODS
115+
`Home <https://irods.org>`_ | `Docs <https://docs.irods.org/5.0.2/>`_ |
116+
`GitHub <https://github.com/irods/irods>`_
117+
118+
.. image:: https://raster.shields.io/github/stars/irods/irods
119+
:alt: Stars
120+
:target: https://github.com/irods/irods
121+
122+
.. image:: https://raster.shields.io/github/contributors/irods/irods
123+
:alt: Contributors
124+
:target: https://github.com/irods/irods/graphs/contributors
125+
126+
.. image:: https://raster.shields.io/github/commit-activity/y/irods/irods
127+
:alt: Commit activity
128+
:target: https://github.com/irods/irods/graphs/commit-activity
129+
130+
.. image:: https://raster.shields.io/github/license/irods/irods
131+
:alt: Licence
132+
133+
Fedora Commons
134+
`Home <https://wiki.lyrasis.org/display/FF/>`_ | `Docs
135+
<https://wiki.lyrasis.org/display/FEDORA6x>`_ | `GitHub
136+
<https://github.com/fcrepo/fcrepo>`_
137+
138+
.. image:: https://raster.shields.io/github/stars/fcrepo/fcrepo
139+
:alt: Stars
140+
:target: https://github.com/fcrepo/fcrepo
141+
142+
.. image:: https://raster.shields.io/github/contributors/fcrepo/fcrepo
143+
:alt: Contributors
144+
:target: https://github.com/fcrepo/fcrepo/graphs/contributors
145+
146+
.. image:: https://raster.shields.io/github/commit-activity/y/fcrepo/fcrepo
147+
:alt: Commit activity
148+
:target: https://github.com/fcrepo/fcrepo/graphs/commit-activity
149+
150+
.. image:: https://raster.shields.io/github/license/fcrepo/fcrepo
151+
:alt: Licence
152+
153+
InvenioRDM
154+
`Home <https://inveniosoftware.org/products/rdm/>`_ | `Docs
155+
<https://inveniordm.docs.cern.ch>`_ | `GitHub
156+
<https://github.com/inveniosoftware/invenio-rdm-records>`_
157+
158+
.. image:: https://raster.shields.io/github/stars/inveniosoftware/invenio-rdm-records
159+
:alt: Stars
160+
:target: https://github.com/inveniosoftware/invenio-rdm-records
161+
162+
.. image:: https://raster.shields.io/github/contributors/inveniosoftware/invenio-rdm-records
163+
:alt: Contributors
164+
:target: https://github.com/inveniosoftware/invenio-rdm-records/graphs/contributors
165+
166+
.. image:: https://raster.shields.io/github/commit-activity/y/inveniosoftware/invenio-rdm-records
167+
:alt: Commit activity
168+
:target: https://github.com/inveniosoftware/invenio-rdm-records/graphs/commit-activity
169+
170+
.. image:: https://raster.shields.io/github/license/inveniosoftware/invenio-rdm-records
171+
:alt: Licence
172+
26173
.. toctree::
27174
:hidden:
28175
:titlesonly:

docs/data-processing/opendata.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
Open data
77
=========
88

9-
.. seealso::
10-
* `Authors Alliance: Open Data
11-
<https://www.authorsalliance.org/resources/open-data/>`_
12-
139
A topic-based overview of public repositories containing research data.
1410

1511
Agricultural sciences

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ packages = []
5252

5353
[tool.codespell]
5454
skip = "*.csv, *.html, *.pdf, *.ipynb, ./docs/_build/*, ./styles/*"
55-
ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, Redict, redict, registr, reStructedText, splitted"
55+
ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, ore, Redict, redict, registr, reStructedText, splitted"

0 commit comments

Comments
 (0)