Pyflame is a high performance profiling tool that generates flame graphs for Python. Pyflame is implemented in C++, and uses the Linux ptrace(2) system call to collect profiling information. It can take snapshots of the Python call stack without explicit instrumentation, meaning you can profile a program without modifying its source code. Pyflame is capable of profiling embedded Python interpreters like uWSGI. It fully supports profiling multi-threaded Python programs.Pyflame usually introduces significantly less overhead than the builtin profile (or cProfile) modules, and emits richer profiling data. The profiling overhead is low enough that you can use it to profile live processes in production.
ptrace uwsgi flame-charts fedora docker debian profilerDocker image with uWSGI and Nginx for Flask web applications in Python 3.6, Python 3.5 and Python 2.7 running in a single container. Optionally using Alpine Linux. This Docker image allows you to create Flask web applications in Python that run with uWSGI and Nginx in a single container.
uwsgi-nginx flask-application docker-image python-flask docker-container flask dockerfile uwsgi nginx nginx-server python-3 python3 python-2 python2 flask-image web alpine webapp debianA Web Framework built on top of Qt, using the simple and elegant approach of Catalyst (Perl) framework. Qt's meta object system is what powers the core of Cutelyst, it allows for introspecting controller's methods signatures and generate matching actions that can be invoked later.
uwsgi fastcgi cross-platform cpp cplusplus qt webframework json catalyst http-server web-framework web-application-frameworkuwsgi-sloth is a realtime uwsgi log analyer, designed for helping optimization of uwsgi app's performance. It can both generates a static report file or analyze your log file in realtime(demo).
uwsgiA Django sample app running with uWSGI and Nginx on AWS Elastic Beanstalk.
uwsgi nginx django-sample aws elasticbeanstalk ebextensions django pipenvHigh-performance WebSockets for your Flask apps powered by uWSGI. Low-level uWSGI WebSocket API access and flexible high-level abstractions for building complex WebSocket applications with Flask. Supports several different concurrency models including Gevent. Inspired by Flask-Sockets. If that fails or you need to enable the asyncio plugin, read on.
websockets flask uwsgiDocker image with the Moinmoin wiki engine, uwsgi, nginx and self signed SSL. Everything included with minimum fuzz and just works. Default superuser is mmAdmin, you activate him by creating a new user named mmAdmin and set your prefered password.
moinmoin-wiki uwsgi nginx docker-imageNow you can access the application at https://localhost and the admin site at https://localhost/admin. A project to get you started with Docker and Django. This is made to serve as an example for you to hack on. I don't claim that this is the correct way to setup a system with Django and Docker, and if you have any suggestions, please fork the project, send a pull-request or create an issue. See the issues for the things I'm working on now.
django docker uwsgi nginx postgresqlDocker image with uWSGI and Nginx for web applications in Python 3.6, Python 3.5 and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux. Soon the tag latest will point to python3.6 instead of python2.7.
uwsgi-nginx docker-image python-application uwsgi nginx python-3 python3 python-2 python2 web web-app webapp server web-server dockerfile docker alpine debianWork in progress. Stay tuned. If you think you know uWSGI you're probably wrong. It is always more than you think it is. There are so many subsystems and options (800+) it is difficult to even try to wrap your mind around.
uwsgi configurator configuration-management wsgimatch uwsgi protocol, support http get、post requests uwsgi server.
uwsgiProvisions a Django project behind nginx/uwsgi, SFL style. Running this role results in a fully functional system that can run a Django instance behind nginx and uwsgi. This is used in SFL's project to provision local, staging and production Django instances. This role doesn't deploy the considered Django project (requirements installation, migrations, ...). To do so you should use the ansible-django-deploy role and insert it after this django role in your playbook.
ansible-role uwsgi nginx djangoThis Dockerfile allows you to build a Docker container with a fairly standard and speedy setup for Python web apps with uWSGI. uWSGI from a number of benchmarks has shown to be the fastest server for python applications and allows lots of flexibility.
docker dockerfile web-server uwsgiA Django project cookiecutter ready for continuous delivery. Cookiecutter must be installed before initializing the project.
django cookiecutter uwsgiThis is a Django project template using uWSGI as application server. NOTE: for OSX check uwsgi-emperor-mode to configure your own local server with emperor.
django uwsgi django-templates virtualenv
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.