Skip to content

Countly Mobile Analytics & Push Notifications Server (Community Edition)

License

Notifications You must be signed in to change notification settings

shurizzle/countly-server

 
 

Repository files navigation

#Countly Build Status Gitter chat

We're hiring: Countly is looking for full stack node.js developers to work on its core platform. Click this link for job description

Note: A bug with installer prevents Countly running under Ubuntu 15.04. Please use Ubuntu 13 or 14 series for now.

##What's Countly? Countly is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile phones, tablets, Apple Watch and other internet-connected devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly: the server that collects and analyzes data, and mobile SDK that sends this data.

This repository includes Countly Community Edition. For more information other versions (e.g Enterprise Edition), see comparison of different Countly editions

Countly dashboard screenshot

##Supported devices

Countly supports top-notch devices, including iOS, Android and Windows Phone. You can find a list of officially and community supported Countly SDK libraries here. Each SDK has its own installation instructions.

##Installing & upgrading Countly server

All public Community Edition versions are available from Github. We provide a beautiful installation sript (bin/countly.install.sh) with countly-server package that installs and configures everything required to run Countly Server.

If you want to upgrade Countly from a previous version, please take a look at upgrading documentation.

Countly also has Docker support - see our official Docker repository

##Dependencies We develop and test Countly on Ubuntu with MongoDB, Node.js and nginx. Installation script only needs a clean, decent Ubuntu Linux without any services listening to port 80 and takes care of every library and software (e.g MongoDB, Nginx, Node.js, Expressjs etc) required to be installed on Ubuntu Linux.

##API & Frontend

API documentation can be found here.

Countly has a well defined API, that reads from or writes to Node.js. Dashboard is built using this API, so it's possible to fetch any kind of information from Node process directly using Countly API. For those who are interested with building their own dashboard; important files are frontend/express/app.js (Countly dashboard that runs on Express server), frontend/express/public/javascripts/countly (Contains seperate helper js files for each data visualization), countly.session.js (responsible for calculating session related metrics) and api/api.js, which is Countly write and read API.

##How can I help you with your efforts? See our section on how to contribute to Countly

##Links

About

Countly Mobile Analytics & Push Notifications Server (Community Edition)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.7%
  • HTML 5.9%
  • CSS 5.4%
  • Other 1.0%