All Projects → bradmontgomery → Django Redis Metrics

bradmontgomery / Django Redis Metrics

Licence: mit
Metrics for django apps backed by Redis.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Redis Metrics

Ring
Python cache interface with clean API and built-in memcache & redis + asyncio support.
Stars: ✭ 404 (+334.41%)
Mutual labels:  redis, django
Python Spider
豆瓣电影top250、斗鱼爬取json数据以及爬取美女图片、淘宝、有缘、CrawlSpider爬取红娘网相亲人的部分基本信息以及红娘网分布式爬取和存储redis、爬虫小demo、Selenium、爬取多点、django开发接口、爬取有缘网信息、模拟知乎登录、模拟github登录、模拟图虫网登录、爬取多点商城整站数据、爬取微信公众号历史文章、爬取微信群或者微信好友分享的文章、itchat监听指定微信公众号分享的文章
Stars: ✭ 615 (+561.29%)
Mutual labels:  redis, django
Django Redis Sessions
Session backend for Django that stores sessions in a Redis database
Stars: ✭ 478 (+413.98%)
Mutual labels:  redis, django
Endoflife.date
Informative site with EoL dates of everything
Stars: ✭ 296 (+218.28%)
Mutual labels:  redis, django
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+0%)
Mutual labels:  django, developer-tools
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+27864.52%)
Mutual labels:  redis, django
Graphite Web
A highly scalable real-time graphing system
Stars: ✭ 5,384 (+5689.25%)
Mutual labels:  django, metrics
Website
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
Stars: ✭ 217 (+133.33%)
Mutual labels:  redis, django
Django Prometheus
Export Django monitoring metrics for Prometheus.io
Stars: ✭ 823 (+784.95%)
Mutual labels:  django, metrics
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (+740.86%)
Mutual labels:  redis, django
Django Querycount
Middleware that Prints the number of DB queries to the runserver console.
Stars: ✭ 280 (+201.08%)
Mutual labels:  django, developer-tools
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-32.26%)
Mutual labels:  redis, developer-tools
Ecommerce website development
本项目基于Django1.8.2等来开发一个电商平台,可实现注册、登录、浏览、购买、支付等全部常用功能。
Stars: ✭ 246 (+164.52%)
Mutual labels:  redis, django
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (+306.45%)
Mutual labels:  redis, django
Chain
链喵 CMDB 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 240 (+158.06%)
Mutual labels:  redis, django
Feedhq
FeedHQ is a web-based feed reader
Stars: ✭ 525 (+464.52%)
Mutual labels:  redis, django
Repoll
Redis管理平台Repoll,现已开源,基于redis3.x,支持单机、哨兵以及集群模式
Stars: ✭ 196 (+110.75%)
Mutual labels:  redis, django
Tech Blog
我的个人技术博客(Python、Django、Docker、Go、Redis、ElasticSearch、Kafka、Linux)
Stars: ✭ 203 (+118.28%)
Mutual labels:  redis, django
Jboot
一个优雅的微服务框架,SpringCloud 之外的另一个选择,已经使用在用户量过亿的商业产品上,有超过1000家公司在使用Jboot做极速开发...
Stars: ✭ 655 (+604.3%)
Mutual labels:  redis, metrics
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-44.09%)
Mutual labels:  redis, django

Django Redis Metrics

|docs| |version| |travis| |coveralls| |license|

This app allows you do define various named metrics (such as 'New Users', 'Downloads', or 'Purchases') and record when they happen.

Each metric can be assigned a Category or an optional Expiration time, and is stored at the second, minute, hourly, daily, weekly, monthly, and yearly level, so you can see the frequency of your data at different granularities.

Here's a sneak peak at how it works::

>>> from redis_metrics.utils import metric
>>> metric("Downloads", category="User Metrics")

Compatibility

This app works with Python 3 and is tested with Django 2.2. For support for older versions of Django, see the 1.7.0 release <https://github.com/bradmontgomery/django-redis-metrics/releases/tag/v1.7.0>_.

Documentation

View the full documenation at http://django-redis-metrics.readthedocs.io/en/latest/.

License

This code is distributed under the terms of the MIT license. See the LICENSE.txt file.

.. |version| image:: http://img.shields.io/pypi/v/django-redis-metrics.svg?style=flat-square :alt: Current Release :target: https://pypi.python.org/pypi/django-redis-metrics/

.. |travis| image:: http://img.shields.io/travis/bradmontgomery/django-redis-metrics/master.svg?style=flat-square :alt: Build Status :target: https://travis-ci.org/bradmontgomery/django-redis-metrics

.. |coveralls| image:: http://img.shields.io/coveralls/bradmontgomery/django-redis-metrics/master.svg?style=flat-square :alt: Code Coverage :target: https://coveralls.io/r/bradmontgomery/django-redis-metrics

.. |license| image:: http://img.shields.io/pypi/l/django-redis-metrics.svg?style=flat-square :alt: License :target: https://pypi.python.org/pypi/django-redis-metrics/

.. |docs| image:: https://img.shields.io/badge/Docs-Latest-brightgreen.svg?style=flat-square :target: http://django-redis-metrics.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].