Skip to content

Commit 38fb935

Browse files
gingerwizardwebknjaz
authored andcommitted
add clickpy for visualizing packages
1 parent 2b13449 commit 38fb935

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
@@ -333,6 +333,13 @@ Usage:
333333
The `pandas-gbq`_ project allows for accessing query results via `Pandas`_.
334334

335335

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

@@ -346,3 +353,5 @@ References
346353
.. _google-cloud-bigquery: https://cloud.google.com/bigquery/docs/reference/libraries
347354
.. _pandas-gbq: https://pandas-gbq.readthedocs.io/en/latest/
348355
.. _Pandas: https://pandas.pydata.org/
356+
.. _ClickHouse: https://github.com/ClickHouse/ClickHouse
357+
.. _Clickpy: https://github.com/ClickHouse/ClickPy

0 commit comments

Comments
 (0)