marticliment / Statistics-Server

A basic, REST statistics and telemetry server

Repository from Github https://github.commarticliment/Statistics-ServerRepository from Github https://github.commarticliment/Statistics-Server

Statistics server (for UniGetUI)

⚠️ This is under development. This may be scrapped at some point. Consider this repo an experiment. ⚠️

A simple statistics server built with TypeScript to collect and analyze anonymous usage data from UniGetUI, with the end of understaning how users use the app, which features are used more or less, and perhaps create open/public package rankings, based on data collected from UniGetUI users (most installed pacjage(s), etc.)

See more details about statistics/telemetry on UniGetUI here: marticliment/UniGetUI#2706

Run the server

  1. Configure HOST, PORT and other settings on src/Settings.ts
  2. Run cd src; npm run server, You should now be ready to go

API Spec

See the API specification here:

About

A basic, REST statistics and telemetry server

License:MIT License


Languages

Language:PHP 52.6%Language:TypeScript 42.0%Language:Python 5.4%