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

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.

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

![](docs/architecture.svg)

## More Info

[Developer Docs](docs/developer.md)