Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeXydas committed Mar 15, 2023
1 parent e8fe7ef commit abe9bc5
Show file tree
Hide file tree
Showing 158 changed files with 1,186 additions and 1,700 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: EOSCF-Content-Based-RS
title: EOSCF-Autocompletion Suggestion
message: >-
If you use this software, please cite it using the
metadata from this file.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-autocompletion
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt

COPY . /app

CMD ["python3.9", "recommendation_system_app.py", "--config_file", "api/config/backend-auto-prod.yaml"]
CMD ["python3.9", "recommendation_system_app.py", "--config_file", "app/config/backend-providers-recommender-prod.yaml"]
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Build and run:

1. Make sure that you have added the `.env` file in the project root
2. Run `docker-compose -f docker-compose-autocompletion.yml up`
3. `http://localhost:4559/v1/health` should return 200 (4559 is our default port, changes in the docker-compose file)

The image can be deployed using `docker-compose` if the `.env` variables are set correctly.

Expand All @@ -41,7 +42,4 @@ SENTRY_SDN=https://12345...
# Cronitor is used to monitor the offline updating of our RS data structures
# stored in redis
CRONITOR_API_KEY=123aababdas...

# Monitoring access token is used to obtain reliability status of services in the portal before recommending them
MONITORING_API_ACCESS_TOKEN=daad2dasd...
```
15 changes: 0 additions & 15 deletions api/databases/registry/registry_selector.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions api/routes/update.py

This file was deleted.

Loading

0 comments on commit abe9bc5

Please sign in to comment.