Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertmeronyo/reproducible-research-index
Awesomeness
https://github.com/albertmeronyo/reproducible-research-index
Last synced: 10 days ago
JSON representation
Awesomeness
- Host: GitHub
- URL: https://github.com/albertmeronyo/reproducible-research-index
- Owner: albertmeronyo
- Created: 2018-02-07T12:49:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T12:34:07.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T23:21:47.010Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproducible-research-index
Awesomeness- Structured queries among reproducible experiments - what’s used linux, what’s used pandas, etc.
- IDEA2: lab specifications (hardware specs, are those part of docker too?), have those specified in RDF too, integrate with experiment docker specs,For experiment specs:
- [Docker Hub](https://hub.docker.com/)For labs specs ([IaC](https://en.wikipedia.org/wiki/Infrastructure_as_Code)):
- [Chef](https://en.wikipedia.org/wiki/Chef_(software))
- [Puppet](https://en.wikipedia.org/wiki/Puppet_(software))
- [Terraform](https://en.wikipedia.org/wiki/Terraform_(software))## Getting Dockerfiles
- The list of all official images in Docker Hub is easy, [here](https://hub.docker.com/explore/?page=1)
- Similarly, the ones at the docker store, [here](https://store.docker.com/search?source=verified&type=image)
- For the non official, we can get some using `docker search foo`
- [This script](https://github.com/ivanilves/lstags) on comparing registries might be useful