You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-14
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
-
<h2align="center"> Countly Analytics </h2>
2
+
<h1align="center"> Countly Analytics </h1>
3
3
4
-
<palign="center">
4
+
<palign="right">
5
5
6
6
[](https://travis-ci.org/Countly/countly-server)[](https://app.codacy.com/app/ar2rsawseen/countly-server?utm_source=github.com&utm_medium=referral&utm_content=Countly/countly-server&utm_campaign=Badge_Grade_Dashboard)[](http://do.count.ly)
7
7
@@ -46,7 +46,7 @@
46
46
47
47
48
48
## What is Countly?
49
-
[Countly](http://count.ly) is an innovative, real-time, open source [mobile](https://count.ly/mobile-analytics) & [web analytics](http://count.ly/web-analytics), [rich push notifications](https://count.ly/plugins/rich-push-notifications) and [crash reporting](https://count.ly/plugins/crash-analytics) platform powering more than 2500 web sites, 14000 mobile applications and several tens of thousands of desktop applications as of 2017 Q3. It collects data from mobile, desktop, web apps including Apple Watch, TvOS and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.
49
+
[Countly](http://count.ly) is an innovative, real-time, open source [mobile](https://count.ly/mobile-analytics) & [web analytics](http://count.ly/web-analytics), [rich push notifications](https://count.ly/plugins/rich-push-notifications) and [crash reporting](https://count.ly/plugins/crash-analytics) platform powering more than 2500 web sites, 16000 mobile applications and several desktop applications as of 2019. It collects data from mobile, desktop, web apps including Apple Watch, TvOS and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.
50
50
51
51
With the help of [Javascript SDK](http://github.com/countly/countly-sdk-web), Countly is a web analytics platform with features on par with mobile SDKs. For more information about web analytics capabilities, [see this link](http://count.ly/web-analytics).
52
52
@@ -64,7 +64,7 @@ This repository includes server-side part of Countly, with following features:
64
64
* Complete dashboard user interface
65
65
* User, application and permission management
66
66
* Read / write APIs
67
-
* Plugin based system
67
+
* Plugin based architecture
68
68
* Analytics features for [mobile](https://count.ly/mobile-analytics), [web](https://count.ly/web-analytics) and [desktop](https://count.ly/desktop-analytics)
69
69
*[Crash reporting](https://count.ly/plugins/crash-analytics) for iOS & Android and error reporting for Javascript
70
70
*[Rich and interactive push notifications](https://count.ly/plugins/rich-push-notifications) for iOS & Android
@@ -79,7 +79,7 @@ This repository includes server-side part of Countly, with following features:
79
79
## Built with
80
80
81
81
***MongoDB** One of the most popular NoSQL databases
82
-
***Node.js** An open-source, cross-platform JavaScript runtime environment for developing a diverse variety of tools and applications.
82
+
***Node.js** An open-source, cross-platform JavaScript runtime environment
83
83
***Express.js** Popular Node.js web application framework
84
84
***Linux** What we love using ;-)
85
85
@@ -91,22 +91,24 @@ Security is very important to us. If you discover any issue regarding security,
91
91
92
92
## What makes Countly unique?
93
93
94
-
Countly is a privacy-focused and 360-degree analytics approach with several, unique values:
94
+
Countly is a privacy-focused and 360-degree analytics platform with several, unique values:
95
95
96
96
* Real-time mobile analytics, web analytics and push notifications.
97
97
* Your data, your rules - since you can install Countly on your own server, or let us do a private cloud deployment for you.
98
98
* Configurable and extensible via open source [plugins](https://count.ly/plugins).
99
-
* Modern and easy to use web dashboard with a focus on user experience, helping to get complex insights easily.
100
-
* Tracking more than 2500 web sites and 14000 mobile applications.
99
+
* Modern and easy to use web based dashboard with a focus on user experience, which makes getting complex insights a breeze.
100
+
* Tracking more than 2500 web sites and 16000 mobile applications.
101
101
* Collecting more than 60 billion datapoints worlwide.
102
102
103
103
## Differences between Community Edition & Enterprise Edition
104
104
105
-
***Audience:** Community Edition is for product managers, developers and analytics enthusiasts, whereas banks, operators, healthcare companies and businesses that run the world's leading websites choose Enterprise Edition.
106
-
***Deployment:** Community Edition deployments are for environments where the information stored is not critical since it does not include professional assistance. You must have a qualified technician. Enterprise Edition is for corporate environments that require availability and reliability where intellectual capital is critical.
107
-
***Technology:** Community Edition has a number of limitations, including no corporate support for sharding, replica sets or installation.
108
-
***Guarantee:** Community Edition is on the bleeding edge regarding version upgrades and with no bugfix guarantee. Enterprise Edition has bugfix guarantee, immediate resolution, verified builds, on-site and automatic version upgrades.
109
-
***Features:** Enterprise Edition has more features compared to Countly, with a focus on end-to-end analytics and marketing platform. Additional features include but not limited to automated push notifications, drilling on the raw data, user profiles, in-app purchase analytics, retention & engagement, user flows, cohorts and custom dashboards.
105
+
***Audience:** Community Edition is suitable for individual developers and small development houses whereas Enterprise Edition is a better fit for companies that require more advanced analytics and marketing capabilities together with ongoing support.
106
+
***Features:** Enterprise Edition has additional features compared to Community Edition including automated push notifications, advanced segmentation, user profiles, in-app purchase analytics, retention, user flows, behavioral cohorts and custom dashboards.
107
+
***Data granularity:** Community Edition stores data (only) in an aggregated format, which reduces the required storage and makes reporting incredibly fast. Enterprise Edition takes advantage of the same format but also stores individual occurrences of data points which enables more advanced capabilities such as segmentation, funnels, user profiles and behavioral cohorts to name a few.
108
+
***Working with raw data:** Granular data, exclusive to Enterprise Edition, enables customers to take advantage of external BI tools or work directly with MongoDB to process and report data as they need.
109
+
***Deployment:** Running and maintaining a Community Edition instance requires technical know-how of several technologies including Linux, Nginx, Node.js and MongoDB. Whereas an Enterprise Edition hosted or on-premise subscription includes hands on support.
110
+
***High availability and scalability:** Countly engineers provide active support to Enterprise Edition customers for deployment planning and realization of this plan including replica set, sharding and a load balanced deployment setup on-premises or on popular cloud environments such as Google Cloud, AWS and Azure.
111
+
***Service-level agreement:** Enterprise Edition subscriptions include an SLA with response and issue resolution guarantees. Community Edition users can take advantage of the community forum or GitHub to post issues.
110
112
111
113
## Installing and upgrading Countly server
112
114
@@ -151,7 +153,9 @@ Also, you are encouraged to read an extended contribution section on [how to con
0 commit comments