DC Analytics
InterSystems Developer Community analytics. Project made with InterSystems Analytics (DeepSee) to visualize and analyze members, articles, questions, answers, views and other pieces of content and activity on InterSystems Developer Community
Collaboration
Installation
Basic
- First be sure, that you have MDX2JSON and DSW installed.
- Create new namespace with DCANALYTICS name.
- Enable DeepSee in namespace web-application settings.
- Download from release and import
DCAnalytics_classes*.xml
file. - Download from release
DCAnalytics_globals.gz
and run in terminal:
DCANALYTICS> do ##class(Community.Utils).setup("path/to/global/archive")
- Download from release
DSW.config.and.iKnow.files.zip
and move filedcanalytics.json
from archive to<your_instance>/CSP/dsw/configs/
. The name ofdcanalytics.json
should match the name of the namespace. - Open in your browser
<server:port>/dsw/index.html?ns=DCANALYTICS
. - Done
With iKnow
- Enable iKnow in namespace web-application settings. Be sure, that everything listed above is installed.
- Download from release
DSW.config.and.iKnow.files.zip
and move filessets.txt
andbacklist.txt
from archive to<your_instance>/Mgr/DCANALYTICS/
. - Run in terminal:
DCANALYTICS> do ##class(Community.iKnow.Utils).setup()
DCANALYTICS> do ##class(Community.iKnow.Utils).update()
DCANALYTICS> do ##class(Community.Utils).UpdateСubes()
- Open iKnow dashboard:
<server:port>/dsw/index.html#!/d/iKnow.dashboard?ns=DCANALYTICS
- Done