All Solutions
Complete list of Apps.
Kubernetes
Apps for DigitalOcean Kubernetes.
Developer Tools
PaaS, containerization, CI/CD, and more.
Frameworks
Pre-configured application stacks.
Blogs & Forums
Software for content and community.
Databases
SQL and NoSQL data stores.
Monitoring
Monitoring, logging, and more.
Functions
Ship code faster with serverless functions.
Agencies and Web Dev Shops
Apps for agencies and website development shops
Apps for Startups
Apps for your growing startup
Higher Education
1-Click Apps for students and educational institutions
Kubernetes administration and operations
1-Click Apps for managing Kubernetes environments
Security
Harden and secure your cloud environment
VERSION 19.08.1
OS Ubuntu 18.04
Countly is a real time product analytics platform. Countly Community Edition provides in-app usage analytics for web, desktop and mobile applications, crash analytics and push notifications for mobile applications. Thanks to Countly plugin architecture, you can create custom plugins to process, store and visualize data as you need.
Package | Version | License |
---|---|---|
Countly | 19.08.1 | AGPL v3 with modified Section 7 |
MongoDB | 3.6.8 | AGPL |
Node.js | 8.16.1 | Custom |
Nginx | 1.14.0 | Custom |
After you create a Countly Analytics One-Click Droplet, head over to the IP address of your Droplet in your favorite browser and create your Countly global administrator account via the setup screen. Afterwards you will be asked to create your first application and then you will be ready to collect analytics data from your applications.
Countly offers various SDKs to collect data from mobile, web and desktop applications. Follow the integration guide for your SDK of choice and learn more about the inner workings.
You can further configure your Countly Community Edition to use HTTPs and MongoDB authentication via the following guides;
In addition to creating a Droplet from the Countly Analytics 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB Countly Analytics Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"countly-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Technical overviews, how-tos, release notes, and support material
DevOps and development guidelines
Run your resources programmatically
Connect, share and learn