Tianji: Insight into everything, Website Analytics + Uptime Monitor + Server Status. not only another GA alternatives
Go to file
2024-01-13 00:55:08 +08:00
.devcontainer chore: add docker compose volumes for devcontainer 2023-12-20 20:52:22 +08:00
.github/workflows chore: remove unused action in docker ci task 2024-01-12 00:01:48 +08:00
prisma fix: fix monitor data sorting problem, add order by and add created at for fetch monitor data 2024-01-09 20:39:38 +08:00
public style: add favicon in tianji 2023-11-09 00:05:53 +08:00
reporter docs: update website document 2024-01-09 02:06:38 +08:00
scripts refactor: update reporter download url 2023-12-25 09:40:16 +08:00
src fix: fix openai balance calc logic 2024-01-13 00:55:08 +08:00
website docs: update website document 2024-01-09 02:06:38 +08:00
.env.example feat: add trpc openapi and swagger ui 2023-10-22 00:27:00 +08:00
.gitignore feat: website/send api is completed 2023-09-03 19:28:53 +08:00
.prettierrc.json chore: init 2023-08-31 21:17:57 +08:00
.release-it.json chore: add ci action and update release it config 2024-01-04 00:41:44 +08:00
CHANGELOG.md chore: release v1.3.1 2024-01-10 16:34:58 +08:00
docker-compose.yml perf: remove env SERVER_URL and use url to get real server url 2024-01-04 00:19:23 +08:00
Dockerfile allow docker build on arm 2024-01-11 15:12:05 +00:00
index.html refactor: remove unused code 2023-10-21 00:19:25 +08:00
LICENSE Initial commit 2023-08-31 14:06:41 +08:00
nodemon.json feat: webiste add and list 2023-09-05 01:18:43 +08:00
package.json test: add vitest and openai test 2024-01-13 00:13:51 +08:00
pnpm-lock.yaml test: add vitest and openai test 2024-01-13 00:13:51 +08:00
postcss.config.js feat: add basic layout 2023-09-01 00:11:47 +08:00
README.md docs: update changelog and update roadmap 2024-01-03 00:39:04 +08:00
README.zh.md docs: update tianji readme 2023-11-27 23:30:07 +08:00
tailwind.config.ts feat: add dark mode 2023-12-08 21:49:49 +08:00
tsconfig.json chore: add server build script 2023-10-15 00:02:23 +08:00
tsconfig.server.json chore: add server build script 2023-10-15 00:02:23 +08:00
vite.config.ts feat: add workspace 2023-09-03 03:49:20 +08:00

Tianji

Insight into everything

Website analytics + Uptime Monitor + Server Status = Tianji

All in one project!

Motivation

During our observations of the website. We often need to use multiple applications together. For example, we need analysis tools such as GA/umami to check pv/uv and the number of visits to each page, we need an uptime monitor to check the network quality and connectivity of the server, and we need to use prometheus to obtain the status reported by the server to check the quality of the server. In addition, if we develop an application that allows open source deployment, we often need a telemetry system to help us collect the simplest information about other people's deployment situations.

I think these tools should serve the same purpose, so is there an application that can integrate these common needs in a lightweight way? After all, most of the time we don't need very professional and in-depth functions. But in order to achieve comprehensive monitoring, I need to install so many services.

It's good to specialize in one thing, if we are experts in related abilities we need such specialized tools. But for most users who only have lightweight needs, an All-in-One application will be more convenient and easier to use.

Roadmap

  • website analysis
  • monitor
  • server status
  • problem notification
  • telemetry
  • openapi
  • website
  • team collaboration
  • utm track
  • survey

Preview

Open Source

Tianji is open source with Apache 2.0 license.

And its inspired by umami license which under MIT and uptime-kuma which under MIT license too