tesing parser (link)
add pytest command for parsers link
integration test in different folder link
vcr.py (link)
- не понятно какие сервисы
- Что понимается под этичностью (дать определение)
- Существуют сервисы, которые оценивают компанию по судебным делам (?), но не дают оценку по отзывам
- Уточнить цель работы
+
Nginx reverse proxy (link)
https://youtu.be/RfN0B7L4SuM?list=PLEwK9wdS5g0riA4Q_fqcjkv0zYf6HgRGJ
Fast api dependencies (link)
customize fastapi logger (link)
Как мы попробовали DDD, CQRS и Event Sourcing и какие выводы сделали (link)
CQRS (link)
- https://github.com/Rustem/toptal-blog-celery-toy-ex
- https://github.com/arshadansari27/simple-analytics-engine/tree/cqrs
- https://github.com/iamsarthakjoshi/python-celery-rabbitmq
- https://github.com/szwang/celery-example
- https://github.com/rabbitmq/rabbitmq-tutorials/tree/main/python
- https://github.com/GregaVrbancic/fastapi-celery
- https://medium.com/@rijinswaminathan/use-celery-and-rabbitmq-with-django-rest-api-d803681d8c86
- https://medium.com/cuddle-ai/async-architecture-with-fastapi-celery-and-rabbitmq-c7d029030377
- https://github.com/tiangolo/full-stack-fastapi-postgresql
- https://github.com/tiangolo/full-stack-fastapi-couchbase
- fix
Traceback (most recent call last): File "/app/app/main.py", line 47, in <module> main() File "/app/app/main.py", line 40, in main sentences = get_sentences(sources, model_class.model_id) File "/app/app/api.py", line 43, in get_sentences return [Sentence(**text) for text in response.json()["items"]] File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)