Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mironberch/practix
- Owner: MironBerch
- Created: 2024-06-27T11:34:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T20:04:03.000Z (about 1 month ago)
- Last Synced: 2024-10-11T22:04:24.861Z (about 1 month ago)
- Topics: django, elasticsearch, etl, fastapi, postgresql, python3, redis, sqlite
- Language: Python
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```