Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cehbrecht/rook-search
Docker compose to setup elasticsearch for rook subsetting service.
https://github.com/cehbrecht/rook-search
Last synced: 19 days ago
JSON representation
Docker compose to setup elasticsearch for rook subsetting service.
- Host: GitHub
- URL: https://github.com/cehbrecht/rook-search
- Owner: cehbrecht
- License: apache-2.0
- Created: 2022-01-27T12:44:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T18:27:38.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T06:05:53.837Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rook-search
Run docker container with ElasticSearch.
ElasticSearch has an index for fixes that get applied to datasets provided by
the Rook subsetting service.## Run docker container
```
cd docker/
docker-compose up
```## Run notebooks to reindex
View notebooks online:
* [NBViewer](https://nbviewer.org/github/cehbrecht/rook-search/blob/main/notebooks/)Run notebooks locally:
```
cd notebooks
mamba env create
jupyter lab
```