Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mironberch/practix


https://github.com/mironberch/practix

django elasticsearch etl fastapi postgresql python3 redis sqlite

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# practix

### **Описание**

[PRACTIX](https://github.com/MironBerch/practix) — это микросервисы для онлайн-кинотеатра:
- [Панель администратора](https://github.com/MironBerch/practix/tree/main/images/admin-panel) на фреймворке Django
- [Загрузка данных](https://github.com/MironBerch/practix/tree/main/images/admin-panel/scripts/load_db) в базу данных PostgreSQL
- [ETL](https://github.com/MironBerch/practix/tree/main/images/etl) для переноса данных из PostgreSQL в Elasticsearch
- [Асинхронный API](https://github.com/MironBerch/practix/tree/main/images/async-api) на фреймворке FastAPI
- [Авторизация пользователей](https://github.com/MironBerch/practix/tree/main/images/auth) на фреймворке Flask

### **Технологии**

```Python``` ```FastAPI``` ```Django``` ```Flask``` ```PostgreSQL``` ```Elasticsearch``` ```Redis``` ```SQLite``` ```Docker```

### **Как запустить проект:**

В локальной среде:
```shell
cd infra/local/
docker-compose build
docker-compose up
```

В производственной среде:
```shell
cd infra/
docker-compose build
docker-compose up
```