|
3 | 3 | [](https://t.me/joinchat/FoZ4M0KF5NakAJPwyg1Saw) |
4 | 4 |
|
5 | 5 | InterSystems Developer Community analytics. |
6 | | -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](community.intersystems.com) |
| 6 | +Project made with InterSystems Analytics (DeepSee) and various BI systems to visualize and analyze members, articles, questions, answers, views and other pieces of content and activity on [InterSystems Developer Community](community.intersystems.com). This project contains pre-configured IRIS and Atscale deployment in Docker containers and project files for BI systems . |
7 | 7 |
|
8 | | -[See Live DC analytics](https://analytics.community.intersystems.com/dswpub/index.html#!/?ns=COMMUNITYPUBLIC&embed=1) |
9 | | - |
| 8 | +[See Live DC analytics](we'll provide the link to online demo as soon as we made it) |
| 9 | + |
| 10 | +### 1. To start IRIS |
| 11 | +Open the terminal in this directory and run: |
| 12 | +``` |
| 13 | +$ docker-compose up -d iris |
| 14 | +``` |
| 15 | +Check the availability of the service: |
| 16 | +http://localhost:52773/dsw/index.html#/DCANALYTICS |
| 17 | + |
| 18 | +Standard login and password: |
| 19 | +_system/SYS |
| 20 | + |
| 21 | +### 2. To start the Atscale server: |
| 22 | + |
| 23 | +A license must be entered to run Atscale server. To do this, you need to put the json file with the license in the folder "atscale-dataset/src/license". |
| 24 | + |
| 25 | +If you need to change hostname parameter, open directory "atscale-dataset", file "atscale.yaml" and edit (ip or dns name): |
| 26 | +loadbalancer_dns_name: "127.0.0.1" |
| 27 | + |
| 28 | +Run docker container with the command: |
| 29 | +``` |
| 30 | +docker-compose up -d atscale |
| 31 | +``` |
| 32 | +Wait 2-3 minutes while server is starting up and check the availability of the service: |
| 33 | +http://localhost:10500/login |
| 34 | + |
| 35 | +Standard login and password: |
| 36 | +admin/admin |
| 37 | + |
| 38 | +If you want to access the web interface, at the initialization step, you need to leave the default connection port, leave the login and password admin / admin and select an Embedded directory for storing data. These connection settings are stored in the BI projects settings. |
| 39 | + |
| 40 | +### 3. To use BI projects |
| 41 | + |
| 42 | +#### Power BI |
| 43 | + |
| 44 | +You may simply run the .pbix file from "analytic dashboards\Power BI" in Power BI desktop. Power BI stored data in this file, so to have actual data you firstly need to update the report by the Refresh button. |
| 45 | + |
| 46 | +#### Logi |
| 47 | +You need a licensed copy of the Logi report Designer to run the reports. |
| 48 | + |
| 49 | +In the folder "analytic dashboards\logi report\En report" you can find the report for the EN community. |
| 50 | + |
| 51 | +In folder "analytic dashboards\logi report\members by community" you can find the report about distribution of members by different language communities. |
10 | 52 |
|
11 | 53 | # Collaboration |
12 | 54 |
|
| 55 | +If you want to use this project on your inw IRIS installation, you may use the following instructions. |
| 56 | + |
13 | 57 | ## Installation |
14 | 58 | ### Basic |
15 | 59 | 1. First be sure, that you have [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) and [DSW](https://github.com/intersystems-ru/DeepSeeWeb) installed. |
|
0 commit comments