{"id":23396496,"url":"https://github.com/mneedham/neo4j-bbc","last_synced_at":"2025-10-19T04:00:24.406Z","repository":{"id":32142206,"uuid":"35715008","full_name":"mneedham/neo4j-bbc","owner":"mneedham","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-21T20:57:48.000Z","size":500,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T13:50:22.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mneedham.png","metadata":{"files":{"readme":"README.adoc","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-05-16T07:55:52.000Z","updated_at":"2023-09-24T05:23:12.000Z","dependencies_parsed_at":"2022-09-11T15:42:18.013Z","dependency_job_id":null,"html_url":"https://github.com/mneedham/neo4j-bbc","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/mneedham%2Fneo4j-bbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fneo4j-bbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fneo4j-bbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fneo4j-bbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mneedham","download_url":"https://codeload.github.com/mneedham/neo4j-bbc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247892509,"owners_count":21013716,"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-12-22T07:35:58.202Z","updated_at":"2025-10-19T04:00:19.368Z","avatar_url":"https://github.com/mneedham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"= BBC Champions League Graph\n\nThis project takes us from BBC live text commentary for Champions League 2014/2015 matches to a Neo4j graph containing the events of each match.\n\n== Quick start\n\n* Install the latest version of Neo4j from http://neo4j.com/download/\n* Windows users: Install desktop application \u0026 then click the 'start' button\n* Mac/Linux: Unpack the tarball \u0026 then `./bin/neo4j start`\n* Download link:https://raw.githubusercontent.com/mneedham/neo4j-bbc/master/import.cql[import.cql] to your machine\n\n\nImport the data into Neo4j:\n\n[source, bash]\n----\ncd neo4j-community-2.2.2\n./bin/neo4j-shell --file import.cql\n----\n\nOpen http://localhost:7474 and you're good to go\n\n== Working with the data\n\nIf you want to play with the raw data you'll first need to setup a Python environment.\n\nInstall link:https://virtualenv.pypa.io/en/latest/[virtualenv]  and create a sandbox for this project:\n\n[source, bash]\n----\nvirtualenv bbc\nsource bbc/bin/activate\n----\n\nInstall the appropriate libraries:\n\n[source, bash]\n----\npip install -r requirements.txt\n----\n\nDownload all the matches:\n\n[source, bash]\n----\npython find_all_matches.py | xargs wget -P data/raw\n----\n\nGenerate the CSV files that we import into Neo4j:\n\n[source, bash]\n----\npython extract_players.py\n# players will be written to data/players.csv\n----\n\n\n[source, bash]\n----\npython extract_events.py\n# the other CSV files in data/ will be written\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmneedham%2Fneo4j-bbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmneedham%2Fneo4j-bbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmneedham%2Fneo4j-bbc/lists"}