Ackee

自我托管,基于 Node.js 的分析工具,为那些关心隐私的人服务。「Self-hosted, Node.js based analytics tool for those who care about privacy.」

Github stars Tracking Chart

Ackee

自我托管的、基于 Node.js 的分析工具,适合那些关心隐私的人。Ackee 在你自己的服务器上运行,分析你网站的流量,并在一个最小的界面中提供有用的统计数据。

简介

Ackee 是一个关注隐私的自我托管的分析工具。我们相信,你不需要跟踪你的访问者的每一个方面。Ackee 对跟踪的数据进行了匿名处理,以避免用户被识别,同时仍然提供有用的见解。它是每个不需要像谷歌分析或 Matomo 这样全功能营销分析平台的人的正确工具。

  • 自我托管。Ackee 在你自己的服务器上运行,是100%开源的。
  • 现代技术。轻量级的 Node.js 和 MongoDB 架构
  • 漂亮。极简而集中的界面
  • 没有 cookies。没有独特的用户跟踪,因此没有必要的 cookie 信息
  • 事件。追踪按钮点击、通讯订阅等
  • GraphQL API。完全记录的 GraphQL API,允许你在 Ackee 上建立新的工具

开始

让 Ackee 启动并运行...

并正确配置 Ackee 和你的服务器...

如果你有任何问题,请看一下 FAQ

文档

文档和指南位于 the /docs 文件夹 中。如果你有任何问题,也请看一下 FAQ

API

Ackee 有一个 GraphQL API,允许你在 Ackee 的基础上建立自定义工具。你在用户界面上看到的所有东西都是由 API 提供的数据制成的。

选项

Ackee 使用环境变量,如果你想在一个文件中存储所有的变量,支持项目根部的 .env 文件Options »

杂项

捐赠

我正在努力工作,不断开发和维护 Ackee。请考虑捐款,以保持项目的强大和我的动力。

文章

相关文章

链接



Main metrics

Overview
Name With Ownerelecterious/Ackee
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
PlatformDocker, Linux, Mac, Windows
License:MIT License
所有者活动
Created At2014-04-16 08:08:37
Pushed At2024-08-12 06:04:45
Last Commit At2022-12-17 16:51:53
Release Count38
Last Release Namev3.4.2 (Posted on 2022-12-17 16:51:58)
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count4.4k
Watchers Count46
Fork Count368
Commits Count2k
Has Issues Enabled
Issues Count225
Issue Open Count38
Pull Requests Count91
Pull Requests Open Count18
Pull Requests Close Count41
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Ackee

Travis Build Status Coverage Status Dependencies Donate via PayPal

Self-hosted, Node.js based analytics tool for those who care about privacy. Ackee runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface.

Try the ? live demo or learn more about Ackee on our ? website.

Ackee in a browser

Contents

Get started

Get Ackee up and running…

And configure Ackee and your server correctly…

Take a look at the FAQ if you have any questions left.

Introduction

What is Ackee?

Ackee is a web app you install on your server to analyse the traffic of your sites.

Why Ackee?

Ackee is lightweight, easy to install and has a good balance between analytics and privacy. It features an API and web interface and tracks only what's necessary.

It's is the right tool for you if you care about privacy and don't need a full-features marketing analytics platform like Google Analytics or Matomo.

Benefits of Ackee?

  • Self-hosted
  • Lightweight and easy to install
  • Modern and fast architecture
  • Beautiful and focused interface
  • No unique user tracking and no cookies
  • Fully documented API

How does it work?

You run the Ackee server which then waits for requests through its API.

The API of Ackee accepts information about your visitors sent to it using ackee-tracker. It's a small script you add to your sites, similar to the JavaScript tracking snippet provided by Google Analytics.

The interface of Ackee lets you view and analyse your tracked information.

Documentation

Requirements

Ackee depends on...

Make sure to install and update all dependencies before you setup Ackee.

API

Options

Ackee uses environment variables and supports .env files in the root of the project if you want to store all variables in one file. Options »

More

More documentation and guides are located in the /docs folder. Also take a look at the FAQ if you have any questions left.