Skip to content

Commit d5ead2f

Browse files
committed
add clickpy for visualizing packages
1 parent 9d2e58f commit d5ead2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ Usage:
331331
The `pandas-gbq`_ project allows for accessing query results via `Pandas`_.
332332

333333

334+
``ClickPy``
335+
-----------
336+
337+
`ClickHouse`_, the popular open source database, provides a publicly available application for visualizing download statistics at `ClickPy <https://clickpy.clickhouse.com/>`__.
338+
339+
Users can directly query the underlying `ClickHouse instance <https://clickpy-clickhouse.clickhouse.com/play?user=play/>`__, which is updated daily, with SQL for free.
340+
334341
References
335342
==========
336343

@@ -344,3 +351,5 @@ References
344351
.. _google-cloud-bigquery: https://cloud.google.com/bigquery/docs/reference/libraries
345352
.. _pandas-gbq: https://pandas-gbq.readthedocs.io/en/latest/
346353
.. _Pandas: https://pandas.pydata.org/
354+
.. _ClickHouse: https://github.com/ClickHouse/ClickHouse
355+
.. _Clickpy: https://github.com/ClickHouse/ClickPy

0 commit comments

Comments
 (0)