{"id":17273585,"url":"https://github.com/markmandel/recommendation-neo4j","last_synced_at":"2026-01-10T08:19:24.203Z","repository":{"id":26717327,"uuid":"30174707","full_name":"markmandel/recommendation-neo4j","owner":"markmandel","description":"Presentation on a simple item based collaborative filters, using Neo4J","archived":true,"fork":false,"pushed_at":"2015-02-19T02:14:42.000Z","size":48744,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-24T02:58:50.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/markmandel.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-02-02T06:44:34.000Z","updated_at":"2023-05-02T22:55:32.000Z","dependencies_parsed_at":"2022-09-10T06:30:16.314Z","dependency_job_id":null,"html_url":"https://github.com/markmandel/recommendation-neo4j","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/markmandel%2Frecommendation-neo4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Frecommendation-neo4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Frecommendation-neo4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Frecommendation-neo4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markmandel","download_url":"https://codeload.github.com/markmandel/recommendation-neo4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240586606,"owners_count":19824928,"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-15T08:51:41.645Z","updated_at":"2026-01-10T08:19:24.118Z","avatar_url":"https://github.com/markmandel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Building a Recommendation Engine with Neo4J\n===========================================\n\n## Presentation Slides\n\nSlides can be viewed [here](http://markmandel.github.io/recommendation-neo4j/presentation)\n\n## Installation\nTo run this code, you will need several things installed:\n- [Docker](https://www.docker.com/)\n- [Fig](http://www.fig.sh/)\n\nThe go binaries are committed to the repository, so it is not required to compile them to run this project.\n\n## Run it!\n```bash\nmake neo4j-restore\nmake up\n```\n\n\n## Interesting Cypher Queries\n\n### Sessions to PageViews to Dogs\n\n```cypher\nMATCH (s:MuxSession)-[:`HAS_VIEWED`]-\u003e(p:PageView)-[WITH_DOG]-\u003e(d:Dog) RETURN s,p,d\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Frecommendation-neo4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkmandel%2Frecommendation-neo4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Frecommendation-neo4j/lists"}