{"id":13681238,"url":"https://github.com/microsoft/mouselog","last_synced_at":"2025-04-07T07:13:41.492Z","repository":{"id":44244681,"uuid":"227112720","full_name":"microsoft/mouselog","owner":"microsoft","description":"🐾 A web-based tool for logging, visualizing and analyzing mouse events like movement and clicks. ","archived":false,"fork":false,"pushed_at":"2023-03-07T01:31:20.000Z","size":775,"stargazers_count":297,"open_issues_count":4,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T21:38:37.832Z","etag":null,"topics":["mouse-tracker","mouse-tracking","mouselog"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-12-10T12:16:07.000Z","updated_at":"2024-12-29T20:40:30.000Z","dependencies_parsed_at":"2024-01-14T15:25:06.063Z","dependency_job_id":"08a8f9d4-7733-4239-9632-175307f243cd","html_url":"https://github.com/microsoft/mouselog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmouselog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmouselog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmouselog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmouselog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/mouselog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608153,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mouse-tracker","mouse-tracking","mouselog"],"created_at":"2024-08-02T13:01:28.177Z","updated_at":"2025-04-07T07:13:41.476Z","avatar_url":"https://github.com/microsoft.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Mouselog 🐾\r\n====\r\n\r\n[![NPM version][npm-image]][npm-url]\r\n[![npm download][download-image]][download-url]\r\n\r\n[npm-image]: http://img.shields.io/npm/v/mouselog.svg?style=flat-square\r\n[npm-url]: http://npmjs.org/package/mouselog\r\n[download-image]: https://img.shields.io/npm/dm/mouselog.svg?style=flat-square\r\n[download-url]: https://npmjs.org/package/mouselog\r\n\r\nMouselog is a web-based platform for website owners to log, visualize and analyze user behaviors like mouse trace data.\r\n\r\n## Live Demo\r\n\r\nhttps://mouselog.org/\r\n\r\n## Architecture\r\n\r\nMouselog contains 3 parts:\r\n\r\nName | Description | Language | Source code | Release\r\n----|------|----|----|----\r\nClient-side Agent | Mouselog client-side agent that runs on end-user's browser to send mouse trace data to Mouselog server-side | Javascript | N/A (Closed-source) | https://npmjs.com/package/mouselog\r\nServer-frontend | Web frontend UI for Mouselog server-side | Javascript + React + Ant Design | https://github.com/microsoft/mouselog/tree/master/web | N/A\r\nServer-backend | RESTful API backend for Mouselog server-side | Golang + Beego + MySQL | https://github.com/microsoft/mouselog | N/A\r\n\r\n## Installation\r\n\r\n### Client-side Agent\r\n\r\n[![mouselog](https://nodei.co/npm/mouselog.png)](https://npmjs.com/package/mouselog)\r\n\r\nThe client-side agent is not open-source anymore. The latest release on NPM is `v0.5.0`.\r\n\r\n### Server-side\r\n\r\n- Get the code:\r\n\r\n```\r\ngo get github.com/microsoft/mouselog\r\n```\r\n\r\n- Prepare a [Xorm ORM](https://gitea.com/xorm/xorm) supported database (MySQL is recommended), replace `root:123@tcp(localhost:3306)/` in [conf/app.conf](https://github.com/microsoft/mouselog/blob/master/conf/app.conf) with your own connection string. Mouselog will create a database named `mouselog` and necessary tables in it if not exist. All Xorm supported databases are listed [here](https://gitea.com/xorm/xorm#user-content-drivers-support).\r\n\r\n- Run Server-backend (in port 9000):\r\n\r\n```\r\ngo run main.go\r\n ```\r\n\r\n- Run Server-frontend (in the same machine's port 4000):\r\n\r\n```\r\ncd web\r\nnpm install\r\nnpm start\r\n```\r\n\r\n- Open browser:\r\n\r\nhttp://localhost:4000/\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT license](LICENSE).\r\n\r\nIf you have any issues or feature requests, please contact us. PR is welcomed.\r\n- https://github.com/microsoft/mouselog/issues\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmouselog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fmouselog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmouselog/lists"}