{"id":19339380,"url":"https://github.com/appfolio/seven_bridges","last_synced_at":"2025-04-23T02:30:43.441Z","repository":{"id":44622791,"uuid":"54599789","full_name":"appfolio/seven_bridges","owner":"appfolio","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-04T00:24:13.000Z","size":24,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":105,"default_branch":"master","last_synced_at":"2025-04-22T09:16:50.047Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appfolio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-23T23:21:04.000Z","updated_at":"2022-02-04T00:24:14.000Z","dependencies_parsed_at":"2022-08-20T17:10:23.165Z","dependency_job_id":null,"html_url":"https://github.com/appfolio/seven_bridges","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/appfolio%2Fseven_bridges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fseven_bridges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fseven_bridges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fseven_bridges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appfolio","download_url":"https://codeload.github.com/appfolio/seven_bridges/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357544,"owners_count":21417302,"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-10T03:21:51.713Z","updated_at":"2025-04-23T02:30:43.179Z","avatar_url":"https://github.com/appfolio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SevenBridges\n\n\n## Installation\n\nAdd seven_bridges to Gemfile\n```ruby\ngem 'seven_bridges'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install seven_bridges\n\n## Usage\n\nAdd an initializer to your project in e.g. /my-sweet-app/config/initializers/seven_bridges_initializer.rb with:\n\n```ruby\nrequire 'seven_bridges'\nrequire 'neo4j'\n\n# TODO USE ENV variable\nn4j = Neo4j::Session.open(:server_db, 'http://localhost:7474') \nn4j.query('match (n) detach delete n')\n\nSevenBridges.configure do |config|\n  # change default settings if needed\n\n  # config.klass = MiniTest::Test\n  config.project_root = '/path/to/src/my/project/my-sweet-app'\nend\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfolio%2Fseven_bridges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappfolio%2Fseven_bridges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfolio%2Fseven_bridges/lists"}