https://github.com/foxboron/info310
Project
https://github.com/foxboron/info310
Last synced: 11 months ago
JSON representation
Project
- Host: GitHub
- URL: https://github.com/foxboron/info310
- Owner: Foxboron
- Created: 2017-10-10T12:22:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T11:04:20.000Z (over 8 years ago)
- Last Synced: 2025-02-01T11:12:39.304Z (over 1 year ago)
- Language: Python
- Size: 130 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INFO310
=======
This service requires a running elasticsearch instance to work. Add this in the top of `web_frontend.py` and
`indexing/versioning.py`
To install dependencies run `pip install -r requirements.txt`
To run web frontend `python webserver.py`
To run indexer `python indexing_monitoring.py`