{"id":16393040,"url":"https://github.com/progm/neo4j_migrations","last_synced_at":"2025-11-11T21:27:13.585Z","repository":{"id":73454640,"uuid":"58122456","full_name":"ProGM/neo4j_migrations","owner":"ProGM","description":"A draft implementation for neo4j migrations","archived":false,"fork":false,"pushed_at":"2016-05-05T11:00:24.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T07:56:40.855Z","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/ProGM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-05T10:12:19.000Z","updated_at":"2016-05-05T10:19:41.000Z","dependencies_parsed_at":"2023-02-28T13:01:37.299Z","dependency_job_id":null,"html_url":"https://github.com/ProGM/neo4j_migrations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProGM/neo4j_migrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fneo4j_migrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fneo4j_migrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fneo4j_migrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fneo4j_migrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProGM","download_url":"https://codeload.github.com/ProGM/neo4j_migrations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fneo4j_migrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283936963,"owners_count":26919453,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T04:52:12.644Z","updated_at":"2025-11-11T21:27:13.580Z","avatar_url":"https://github.com/ProGM.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neo4j_migrations\nA draft implementation for neo4j migrations\n\n## How to use\n\nAdd this to the Gemfile:\n\n```ruby\ngem 'neo4j_migrations', github: 'ProGM/neo4j_migrations'\n```\n\nCreate a new Migration\n```bash\nrails g neo4j_migrations:migration MyMigrationName\n```\n\nIt will create a new file in `db/neo4j-migrate/xxxxxxxxx-my-migration-name.rb` like this:\n\n```ruby\nclass AddHiddenToDesks \u003c Neo4jMigrations::Migration\n  def run\n    # Insert here your queries!\n  end\nend\n```\n\nTo run migrations, use this:\n\n```bash\nrake neo4j_migrations:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fneo4j_migrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogm%2Fneo4j_migrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fneo4j_migrations/lists"}