- We're hiring: Countly is looking for full stack developers (remote work). Check out available openings here.
- Slack user? Join our Slack community
- Questions? Ask in our Community forum
Countly is an innovative, real-time, open source mobile & web analytics, rich push notifications and crash reporting 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.
With the help of Javascript SDK, Countly is a web analytics platform with features on par with mobile SDKs. For more information about web analytics capabilities, see this link.
There are two parts of Countly: the server that collects and analyzes data, and an SDK (mobile, web or desktop) that sends this data. This repository includes Countly Community Edition (server side). For more information other versions (e.g Enterprise Edition), see comparison of different Countly editions
Click on the below image for a 1 minute video introduction to Countly (opens Youtube);
This repository includes server-side part of Countly, with following features:
- Complete dashboard user interface
- User, application and permission management
- Read / write APIs
- Plugin based system
- Analytics features for mobile, web and desktop
- Crash reporting for iOS & Android and error reporting for Javascript
- Rich and interactive push notifications for iOS & Android
- Email reporting
Countly can collect and visualize data from iOS, Android, Windows Phone devices, desktop applications (Windows, Mac OS) and web applications. You can find a list of official and community supported Countly SDK libraries here. Each SDK has its own installation instructions.
- MongoDB One of the most popular NoSQL databases
- Node.js An open-source, cross-platform JavaScript runtime environment for developing a diverse variety of tools and applications.
- Express.js Popular Node.js web application framework
- Linux What we love using ;-)
Plus lots of open source libraries!
We take security very seriously at Countly. Community Edition code is 100% open source and peer reviewed, to ensure nobody's Countly instance is ever compromised or hacked. If you wish to report a security issue, please email [email protected]
Countly is a privacy-focused and 360-degree analytics approach with several, unique values:
- Real-time mobile analytics, web analytics and push notifications.
- Your data, your rules - since you can install Countly on your own server, or let us do a private cloud deployment for you.
- Configurable and extensible via open source plugins.
- Modern and easy to use web dashboard with a focus on user experience, helping to get complex insights easily.
- Tracking more than 2500 web sites and 14000 mobile applications.
- Collecting more than 60 billion datapoints worlwide.
- 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.
- 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.
- Technology: Community Edition has a number of limitations, including no corporate support for sharding, replica sets or installation.
- 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.
- 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.
Countly installation script assumes it is running on a fresh, decent Ubuntu/CentOS/RHEL Linux without any services listening on port 80 or 443 (which should also be open to incoming traffic), and takes care of every library and software required to be installed for Countly to run.
There are several ways to install Countly:
-
The following command will download and install Countly on your Ubuntu or CentOS server.
wget -qO- http://c.ly/install | bash
-
If you have a Digital Ocean account, click here and install on Digital Ocean with a single click.
-
For bash lovers, we provide a beautiful installation script (
bin/countly.install.sh
) in countly-server package which installs everything required to run Countly Server. For this, you need a stable release of this repository available here. -
Countly Community Edition also has Docker support - see our official Docker repository and installation instructions for Docker
If you want to upgrade Countly from a previous version, please take a look at upgrading documentation.
Countly has a well defined API, that reads and writes data from/to the Countly backend. Dashboard is built using the read API, so it's possible to fetch any information you see on the dashboard using the Countly API. If you are interested in creating new reports or visualisations in the UI, we recommend checking out the next section for creating plugins.
Countly is extensible using the plugin architecture. We suggest you read this document before creating your plugin. We provide support to companies with know-how in need to create their own plugins.
- Fork this repo
- Create your feature branch (
git checkout -b my-new-super-feature
) - Commit your changes (
git commit -am 'Add some cool feature'
) - Push to the branch (
git push origin my-new-super-feature
) - Create a new pull request
Also, you are encouraged to read an extended contribution section on how to contribute to Countly
If you liked Countly, why not use one of our badges and give a link back to us, so others know about this wonderful platform?
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/dark.svg" alt="Countly - Product Analytics" /></a>
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/light.svg" alt="Countly - Product Analytics" /></a>