{"id":16904718,"url":"https://github.com/crell/joindinaudit","last_synced_at":"2025-04-12T13:41:33.119Z","repository":{"id":137438961,"uuid":"41323973","full_name":"Crell/joindinaudit","owner":"Crell","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-25T21:09:16.000Z","size":208,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T08:22:07.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/Crell.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":"2015-08-24T19:55:13.000Z","updated_at":"2020-03-01T10:20:12.000Z","dependencies_parsed_at":"2023-03-13T22:15:25.169Z","dependency_job_id":null,"html_url":"https://github.com/Crell/joindinaudit","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/Crell%2Fjoindinaudit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crell%2Fjoindinaudit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crell%2Fjoindinaudit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crell%2Fjoindinaudit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crell","download_url":"https://codeload.github.com/Crell/joindinaudit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574447,"owners_count":21127018,"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-10-13T18:35:06.515Z","updated_at":"2025-04-12T13:41:33.097Z","avatar_url":"https://github.com/Crell.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Audit tool for Joind.in\n=======================\n\nThis is a simple and straightforward tool for scraping data out of Joind.in \nand running some basic analysis on it.  For more background, see my blog post:\n\nhttp://www.garfieldtech.com/blog/php-conference-data\n\n## Setup\n\nClone down the repository, then run `composer install` to grab a few dependencies.\n\nYou will need to create a local MySQL database, and set up an Environment variable\nfor its database credentials. The database user will need full access to that\ndatabase.\n\n````\n$ export joindin_db=mysql://user:pass@localhost/yourdbname\n````\n\n## Usage\n\nThere are four scripts to run, in the repository root:\n\n### `php init.php`\n\nRun this once to create the database tables in the database defined above. You\nwill need to run it once before each time you run `download.php`, as that script\nneeds an empty database.\n\n### `php download.php`\n\nRun this to download the full available dataset from Joind.in.  It will provide\nsome basic output along the way.  On my system it takes about 4 minutes, but \nyour download speed may vary.\n\n### `php derive.php`\n\nThis script generates some derived data that is slow to calculate, and stores\nit in the database.  It generates no output when everything works properly.\n\n### `php report.php`\n\nThis script actually produces the report output. It produces a very simple HTML\npage called results.html, in the project root.  That's where all the useful \ndata can be seen. :-)\n\n## Contributing\n\nWant to add another report?  PRs welcome. :-)\n\nKeep using the same format and tool chain in `report()` as the existing code, for\nconsistency.  If you need to add more derived tables or columns, modify `derive.php`\nas needed, again keeping the same structure and pattern.\n\n## License\n\nThis tool is copyright 2015 Larry Garfield and released under the MIT license.\n\nVendored packages are under their own respective licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrell%2Fjoindinaudit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrell%2Fjoindinaudit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrell%2Fjoindinaudit/lists"}