https://github.com/notner/default-app-py
Versatile start point for building a highly-available, scalable micro-service project in python.
https://github.com/notner/default-app-py
elasticsearch kafka mysql psql python3 redis
Last synced: 3 months ago
JSON representation
Versatile start point for building a highly-available, scalable micro-service project in python.
- Host: GitHub
- URL: https://github.com/notner/default-app-py
- Owner: notner
- Created: 2024-10-31T11:01:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T11:11:20.000Z (over 1 year ago)
- Last Synced: 2025-03-05T12:22:54.686Z (over 1 year ago)
- Topics: elasticsearch, kafka, mysql, psql, python3, redis
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice DefaultApp (python)
Versatile start point for building a highly-available, scalable micro-service project in python.
```code
Tech Stack:
* Python3 (Flask, SQLAlchemy)
* Databases:
- PostreSQL
- MySQL
* Events:
- Kafka
* Cache:
- Redis
Integrations with:
- elasticsearch
- logstash
- kibana
- filebeat
- metricbeat
```
Warning
**THIS PROJECT IS CURRENTLY IN ALPHA:**
- This is a WIP and so some features might be broken.
- Backwards compatibility isnt garantueed.
## Design

## More Info
[Developer Docs](docs/developer.md)