{"id":13412370,"url":"https://github.com/cihangir/neo4j","last_synced_at":"2025-12-25T11:38:01.677Z","repository":{"id":8523497,"uuid":"10138934","full_name":"cihangir/neo4j","owner":"cihangir","description":"Neo4j Rest API Client for Go lang","archived":false,"fork":false,"pushed_at":"2015-04-02T17:38:48.000Z","size":401,"stargazers_count":29,"open_issues_count":8,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-14T07:40:58.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cihangir.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":"2013-05-18T08:54:01.000Z","updated_at":"2025-08-10T05:24:42.000Z","dependencies_parsed_at":"2022-08-28T11:51:25.954Z","dependency_job_id":null,"html_url":"https://github.com/cihangir/neo4j","commit_stats":null,"previous_names":["siesta/neo4j"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cihangir/neo4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihangir%2Fneo4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihangir%2Fneo4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihangir%2Fneo4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihangir%2Fneo4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cihangir","download_url":"https://codeload.github.com/cihangir/neo4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihangir%2Fneo4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28028393,"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-12-25T02:00:05.988Z","response_time":58,"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-07-30T20:01:23.954Z","updated_at":"2025-12-25T11:38:01.661Z","avatar_url":"https://github.com/cihangir.png","language":"Go","funding_links":[],"categories":["Database Drivers","数据库驱动程序","NoSQL Databases","Generators","数据库驱动`连接和操作数据库工具`","\u003cspan id=\"数据库驱动-database-drivers\"\u003e数据库驱动 Database Drivers\u003c/span\u003e","Data Integration Frameworks","数据库驱动","數據庫驅動"],"sub_categories":["NoSQL Database Drivers","Advanced Console UIs","NoSQL数据库驱动程序","SQL 查询语句构建库","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","高級控制台界面","高级控制台界面"],"readme":"neo4j.go\n========\n\n[![GoDoc](https://godoc.org/github.com/cihangir/neo4j?status.svg)](https://godoc.org/github.com/cihangir/neo4j)\n[![Build Status](https://travis-ci.org/cihangir/neo4j.svg)](https://travis-ci.org/cihangir/neo4j)\n\nImplementation of client package for communication with Neo4j Rest API.\n\nFor more information and documentation please read [Godoc Neo4j Page](http://godoc.org/github.com/cihangir/neo4j)\n\n\n# setup\n\n```\ngo get github.com/siesta/neo4j\n```\n\n\n# example usage\n\n\n```\n Node:\n     neo4jConnection := Connect(\"\")\n     node := \u0026Node{}\n     node.Id = \"2229\"\n     err := neo4jConnection.Get(node)\n     fmt.Println(node)\n\n Relationship:\n    neo4jConnection := Connect(\"\")\n    rel             := \u0026Relationship{}\n    rel.Id          = \"2412\"\n    neo4jConnection.Get(rel)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihangir%2Fneo4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcihangir%2Fneo4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihangir%2Fneo4j/lists"}