{"id":18993155,"url":"https://github.com/redbadger/karma-tracker","last_synced_at":"2025-04-22T11:48:28.291Z","repository":{"id":137878363,"uuid":"80008322","full_name":"redbadger/karma-tracker","owner":"redbadger","description":"Open Source contributions tracker for organisations","archived":false,"fork":false,"pushed_at":"2017-04-18T18:00:26.000Z","size":243,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-17T00:18:36.744Z","etag":null,"topics":["clojure","github-api","open-source"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redbadger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-25T11:27:52.000Z","updated_at":"2023-12-05T15:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"9523a9c9-a79a-499a-8e8d-bc4f2254cedd","html_url":"https://github.com/redbadger/karma-tracker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbadger%2Fkarma-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbadger%2Fkarma-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbadger%2Fkarma-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbadger%2Fkarma-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redbadger","download_url":"https://codeload.github.com/redbadger/karma-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237793,"owners_count":21397399,"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":["clojure","github-api","open-source"],"created_at":"2024-11-08T17:20:04.695Z","updated_at":"2025-04-22T11:48:28.282Z","avatar_url":"https://github.com/redbadger.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](doc/karma-logo.png)\n\n# Karma Tracker\nOpen source contributions' tracker for organisations\n\n[![CircleCI](https://circleci.com/gh/redbadger/karma-tracker.svg?style=svg\u0026circle-token=b630e33db6bb4b0d3d3497a50233efdbbca2a7e3)](https://circleci.com/gh/redbadger/karma-tracker)\n\n**NOTE: Karma Tracker is still work in progress and many more features and enhancement are planned to be released soon. Stay tuned!**\n\nKarma Tracker generates contributions' reports to public projects by the developers of an organisation.\nIt uses the [GitHub events API v3](https://developer.github.com/v3/activity/events/) in order to track the\ndevelopers' activity and extract meaningful information.\nThe reports include information like: the top 20 projects, the top 10 languages, the types of contributions\nand the developers involved. Each of them refers to a specific month of the year.\n\nGitHub stores the last 300 events (or three months) for each developer so Karma Tracker stores them in a MongoDB database and read them later to create reports.\n\n## Usage\n\nTo populate the database run a MongoDB instance (as explained later) and run the command\n```shell\n$ lein run update\n```\nwhen finished start the API server\n```shell\n$ lein run api\n```\nthe server is going to listen to the port 8000.\n\nNow you can start the UI\n```shell\n$ cd ui\n$ ui\u003e yarn\n$ ui\u003e yarn start\n```\nOpen the browser at http://localhost:3333 and have fun.\n\n## Running MongoDB\n\nThe app and tests need to connect to a MongoDB instance.\nIf you do not have one running locally, you can use the [official Docker image](https://hub.docker.com/_/mongo/):\n\n```shell\n$ docker-compose up -d\n```\n\nBy default, the connection is to `mongodb://127.0.0.1:27017/karma-tracker`.\nThis may be overridden with the environment variable `MONGODB_URI`, which is of the form `mongodb://username:password@host:port/database`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredbadger%2Fkarma-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredbadger%2Fkarma-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredbadger%2Fkarma-tracker/lists"}