mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-10 08:44:30 +00:00
15 lines
No EOL
661 B
Text
15 lines
No EOL
661 B
Text
```{index} DataLad
|
|
```
|
|
# DataLad
|
|
|
|
DataLad is a tool for managing datasets! It is built on top of {index}`git` and {index}`git-annex <git; annex>` for storage, and is capable of integrating with external hosting providers (through git annex)
|
|
|
|
It has a number of interesting extensions that we can learn from
|
|
- [crawler](https://docs.datalad.org/projects/crawler/en/latest/) allows you to archive web pages
|
|
- [OSF Remote](https://github.com/datalad/datalad-osf/blob/main/datalad_osf/annex_remote.py) - example of an extension for interacting with OSF
|
|
|
|
|
|
## References
|
|
|
|
- DataLad repositories: https://github.com/datalad
|
|
- Docs: https://docs.datalad.org/en/latest/ |