{"id":18304616,"url":"https://github.com/numtel/meteor-mysql-leaderboard","last_synced_at":"2025-04-05T15:31:22.009Z","repository":{"id":23312038,"uuid":"26671795","full_name":"numtel/meteor-mysql-leaderboard","owner":"numtel","description":"Exploring methods of using mysql reactively","archived":false,"fork":false,"pushed_at":"2016-12-15T02:43:12.000Z","size":46,"stargazers_count":30,"open_issues_count":6,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-04T07:51:20.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numtel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-15T06:38:55.000Z","updated_at":"2019-08-13T15:55:28.000Z","dependencies_parsed_at":"2022-08-21T23:30:31.144Z","dependency_job_id":null,"html_url":"https://github.com/numtel/meteor-mysql-leaderboard","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/numtel%2Fmeteor-mysql-leaderboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-mysql-leaderboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-mysql-leaderboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-mysql-leaderboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtel","download_url":"https://codeload.github.com/numtel/meteor-mysql-leaderboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247358667,"owners_count":20926266,"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":[],"created_at":"2024-11-05T15:29:36.766Z","updated_at":"2025-04-05T15:31:21.393Z","avatar_url":"https://github.com/numtel.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Leaderboard Example\n\nThe familiar Meteor Leaderboard example modified to use a MySQL backend, reactively!\n\nThis example uses the following new package for MySQL integration:\n\n* [numtel:mysql](https://github.com/numtel/meteor-mysql)\n\n## Quick start\n\n### Using Embedded MySQL Server\n\nThe [`numtel:mysql-server` Meteor Package](https://github.com/numtel/meteor-mysql-server) can be used to embed a MySQL server into your Meteor application, just as Mongo is embedded by default. At this time there is not yet Windows support but Linux (32 and 64 bit) as well as Mac OSX are supported.\n\nWhen using `numtel:mysql-server`, the configuration settings will be read from `leaderboard.mysql.json`.\n\n```bash\n$ git clone https://github.com/numtel/meteor-mysql-leaderboard.git\n$ cd meteor-mysql-leaderboard\n\n# Install mysql-server package\n$ meteor add numtel:mysql-server\n\n$ meteor\n```\n\n### Using Externally Configured MySQL Server\n\nThis example requires a MySQL server configured to output the binary log in row mode.\n\nSee [the `mysql-live-select` installation instructions](https://github.com/numtel/mysql-live-select#installation) for more details...\n\n```bash\n$ git clone https://github.com/numtel/meteor-mysql-leaderboard.git\n$ cd meteor-mysql-leaderboard\n\n# Create `leaderboard` database and import sample tables and data\n$ mysql -uUSERNAME -pPASSWORD \u003c leaderboard.sql\n\n# Update database connection settings in your favorite editor (line 60)\n$ ed leaderboard.js\n\n$ meteor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmeteor-mysql-leaderboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Fmeteor-mysql-leaderboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmeteor-mysql-leaderboard/lists"}