{"id":16829949,"url":"https://github.com/robindaugherty/six-degrees-graph","last_synced_at":"2025-03-17T21:59:49.261Z","repository":{"id":27423556,"uuid":"30901006","full_name":"RobinDaugherty/six-degrees-graph","owner":"RobinDaugherty","description":"Implementation of Six Degrees using Neo4J","archived":false,"fork":false,"pushed_at":"2015-02-18T15:33:27.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T08:13:33.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/RobinDaugherty.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-17T03:30:25.000Z","updated_at":"2017-08-27T18:52:29.000Z","dependencies_parsed_at":"2022-09-02T05:01:48.161Z","dependency_job_id":null,"html_url":"https://github.com/RobinDaugherty/six-degrees-graph","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/RobinDaugherty%2Fsix-degrees-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinDaugherty%2Fsix-degrees-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinDaugherty%2Fsix-degrees-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinDaugherty%2Fsix-degrees-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinDaugherty","download_url":"https://codeload.github.com/RobinDaugherty/six-degrees-graph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117526,"owners_count":20400742,"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-13T11:36:43.652Z","updated_at":"2025-03-17T21:59:49.236Z","avatar_url":"https://github.com/RobinDaugherty.png","language":"Ruby","readme":"[![Circle CI](https://circleci.com/gh/RobinDaugherty/six-degrees.svg?style=shield\u0026svg)](https://circleci.com/gh/RobinDaugherty/six-degrees)\n[![Code Climate](https://codeclimate.com/github/RobinDaugherty/six-degrees/badges/gpa.svg)](https://codeclimate.com/github/RobinDaugherty/six-degrees)\n[![Test Coverage](https://codeclimate.com/github/RobinDaugherty/six-degrees/badges/coverage.svg)](https://codeclimate.com/github/RobinDaugherty/six-degrees)\n\n# six-degrees\nImplementation of [Six Degrees](http://www.puzzlenode.com/puzzles/14-six-degrees-of-separation) using Neo4J.\n\n## Ruby and Bundler\nThis project is written in Ruby and uses Bundler.\nPrefix any commands with `bundle exec`.\n\nPry is also supported, including a `.pryrc` file so that everything is loaded up startup of Pry.\n\n## Neo4J\nNeo4J is assumed to be running on the standard port.\n\nThere are Rake tasks provided to install and control the Neo4J process, but I haven't gotten them working.\nSuccess has been had with neo4j installed using Homebrew, and started thusly:\n\n    brew install neo4j\n    neo4j start\n\nUsing this method, you can use the [local Neo4J console](http://localhost::7474/) to inspect the dataset and try writing queries.\n\nThe project uses `Neo4J::ActiveNode` to implement an ActiveRecord-like pattern for the two model objects, and they\nset up all relationships.\n\n## Rake tasks\nThe functionality is exposed through Rake tasks.\n\n    rake sixd:clear           # Clear out the database (get rid of data from previous runs)\n    rake sixd:load            # Load complex_input.txt into the Neo4J database\n    rake sixd:connections     # Print the connections for each User\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobindaugherty%2Fsix-degrees-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobindaugherty%2Fsix-degrees-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobindaugherty%2Fsix-degrees-graph/lists"}