Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/guides/analyzing-pypi-package-downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,13 @@ Usage:
The `pandas-gbq`_ project allows for accessing query results via `Pandas`_.


``ClickPy``
-----------

`ClickHouse`_, the popular open source database, provides a publicly available application for visualizing download statistics at `ClickPy <https://clickpy.clickhouse.com/>`__.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend following a similar sentence structure as the pandas-gbq project above. One sentence should suffice. For example:

"The ClickPy project provides a public application to visualize download statistics using ClickHouse, an open source database."


Users can directly query the underlying `ClickHouse instance <https://clickpy-clickhouse.clickhouse.com/play?user=play/>`__, which is updated daily, with SQL for free.

References
==========

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