https://github.com/samuelmarks/breathe_ui
Elastic search UI for BREATHE dataset. Based on https://github.com/elastic/search-ui
https://github.com/samuelmarks/breathe_ui
Last synced: 3 months ago
JSON representation
Elastic search UI for BREATHE dataset. Based on https://github.com/elastic/search-ui
- Host: GitHub
- URL: https://github.com/samuelmarks/breathe_ui
- Owner: SamuelMarks
- License: apache-2.0
- Created: 2020-04-24T17:14:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T17:16:58.000Z (about 6 years ago)
- Last Synced: 2025-01-28T04:32:02.716Z (over 1 year ago)
- Homepage: http://data.aivscovid19.org
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastcisearch UI for [BioMedBERT2 project][BERT2]
## About
This is a UI for [BigMedBioBERT2 project][BERT2] dataset Elasticsearch index.
## Deployment
This project is meant to be deployed to Netlify.
A `netlify.toml` file is included with all of the configuration you'll need to deploy it to Netlify.
You'll additionally need to configure `ELASTICSEARCH_HOST` as an environment variable.
## Contributing
### Setup
Just clone the project and run the following in this directory:
```
npm install
```
### Run
Run the following command, filling in the variables below with your own Elasticsearch credentials and host.
```
ELASTICSEARCH_HOST=https://{user}:{password}@{elasticsearch_url} npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
[BERT2]: https://github.com/ivankozlovcodes/BioMedBERT2 "BigBioMedBERT2"