-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4228 First version of documentation
- Loading branch information
1 parent
cde5aa7
commit 826ad8a
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
HDX DOCUMENTATION | ||
================= | ||
|
||
ANALYTICS | ||
--------- | ||
Information about how we collect analytics information cane be found here `Analytics Documentation <analytics/index.rst>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ANALYTICS IN HDX | ||
================ | ||
|
||
Useful information about HDX and Mixpanel | ||
----------------------------------------- | ||
There will be 3 mixpanel projects: | ||
|
||
#. For the production server | ||
#. For the testing/feature servers | ||
#. For local servers running on dev's computers | ||
|
||
|
||
Setup steps | ||
----------- | ||
|
||
#. The **mixpanel token** needs to be setup in prod.ini under :code:`hdx.analytics.mixpanel.token` | ||
#. The **gislayer** needs to be setup with the latest code. It's dependencies were updated as well ( *requirements.txt* ) | ||
|
||
* | there is a new queue for processing analytics requests called **analytics_q**. So we need a rq worker listening on it. | ||
We can either use a separate worker for each queue or workers that listen on both queues. |