TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does your Python in Production stack look like?

15 pointsby rory_isAdonkalmost 4 years ago

4 comments

philipkimmeyalmost 4 years ago
Not sure exactly what you’re looking for, but here are the key bits and pieces:<p>- uwsgi - Python - Django - Docker - k8s<p>Then the bits and pieces outside of the Python stack itself -<p>- MySQL and Postgres - memcached - redis - RabbitMQ
评论 #27548687 未加载
Jugurthaalmost 4 years ago
Flask, gunicorn, supervisor, sqlalchemy, PostgreSQL, Docker, Kubernetes.<p>PostHog, Sentry, Prometheus, Grafana.<p>JupyterLab.<p>And a bunch of other things for live collaborative notebooks, long-running notebooks, to train, track, deploy, and monitor models and applications.
fizeralmost 4 years ago
Fast API, MongoDB, Docker, Atatus (monitoring)
muffaalmost 4 years ago
poetry - python - fastAPI - sqlalchemy - postgres - docker k8s
评论 #27548684 未加载