This release is a pre-release and may not be stable for production use.
udata-metrics
This plugin adds views to display metrics on datasets, reuses, organizations and site dashboard pages. It uses hook logic based on udata-front hooks. We feed these views with data from: * an optional metrics API for traffic (views, download, external links) * mongo for stock values (with an aggregation pipeline) A job can be scheduled to inject traffic metrics in udata's objects metrics.
Installation
Install udata.
Remain in the same virtual environment (for Python).
Install udata-metrics:
pip install udata-metrics
Modify your local configuration file of udata (typically, udata.cfg) as following:
PLUGINS = ['metrics']
METRICS_API = 'http://localhost:8005/api'
Changelog
Current (in progress)
- :warning: New metrics logic #8
- Add metrics views (using template hook)
- Use optional metrics API (with job to update metrics on objects)
- Remove Influx logic
- Replace mongo legacy image in CI #6
1.0.2 (2020-07-01)
- Add time condition in the queries to retrieve only last 24 hours results #4
1.0.1 (2020-05-13)
- Nothing yet
1.0.0 (2020-05-12)
Initial release
Release files for udata-metrics 1.0.3.dev126
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| udata_metrics-1.0.3.dev126-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / udata_metrics-1.0.3.dev126-py2.py3-none-any.whl
| Download URL | udata_metrics-1.0.3.dev126-py2.py3-none-any.whl |
|---|---|
| Size | 14.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f4f4b0ba7a4ea0366f47fe4f7845e39194c65459944b4dfabd41a3f4eea111a5
|
|
BLAKE2b-256 checksum How to use checksums |
b05d8c0bddb8cb206cd2ff3741581e2293d9b0f8a586bfb38e1f5f42d1b9a28d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.6
|