{"id":22768394,"url":"https://github.com/neo4j-graph-examples/openstreetmap","last_synced_at":"2025-10-27T23:38:57.760Z","repository":{"id":44618860,"uuid":"317930166","full_name":"neo4j-graph-examples/openstreetmap","owner":"neo4j-graph-examples","description":"Use Neo4j with the New York Central Park geo data provided in OpenStreetMap ","archived":false,"fork":false,"pushed_at":"2024-10-25T09:07:12.000Z","size":26956,"stargazers_count":10,"open_issues_count":25,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T01:51:30.686Z","etag":null,"topics":["central-park","example-data","gis","neo4j","neo4j-approved","new-york","openstreetmap","sandbox"],"latest_commit_sha":null,"homepage":"https://medium.com/neo4j/new-sandbox-in-town-e126246d2605","language":"JavaScript","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/neo4j-graph-examples.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-02T16:55:13.000Z","updated_at":"2025-03-16T00:12:59.000Z","dependencies_parsed_at":"2023-02-09T15:31:23.212Z","dependency_job_id":"319f844b-ffe7-4e5a-8c2e-649cf5e7f90e","html_url":"https://github.com/neo4j-graph-examples/openstreetmap","commit_stats":{"total_commits":14,"total_committers":5,"mean_commits":2.8,"dds":0.6428571428571428,"last_synced_commit":"58fa055a785f6ad13fc548c0d28dce43cf106c0a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neo4j-graph-examples/openstreetmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j-graph-examples%2Fopenstreetmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j-graph-examples%2Fopenstreetmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j-graph-examples%2Fopenstreetmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j-graph-examples%2Fopenstreetmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neo4j-graph-examples","download_url":"https://codeload.github.com/neo4j-graph-examples/openstreetmap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo4j-graph-examples%2Fopenstreetmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361402,"owners_count":26487881,"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-10-27T02:00:05.855Z","response_time":61,"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":["central-park","example-data","gis","neo4j","neo4j-approved","new-york","openstreetmap","sandbox"],"created_at":"2024-12-11T14:11:24.388Z","updated_at":"2025-10-27T23:38:57.730Z","avatar_url":"https://github.com/neo4j-graph-examples.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":name: openstreetmap\n:long-name: OpenStreetMap (OSM)\n:description: Use Neo4j with the global geodata provided in OpenStreetMap\n:icon: \n:logo: documentation/img/osm-logo.png\n:tags: example-data, dataset, map-data, geographic, openstreetmap\n:author: William Lyon\n:use-load-script: scripts/openstreetmap.cypher\n:data: import/*.csv\n:use-dump-file: data/openstreetmap-40.dump\n:use-plugin: \n:target-db-version: 3.5,4.0\n:bloom-perspective: bloom/openstreetmap.bloom-perspective\n:guide: documentation/openstreetmap.neo4j-browser-guide\n:rendered-guide: https://guides.neo4j.com/sandbox/openstreetmap/index.html\n:model: documentation/img/model.png\n:example: documentation/img/example.png\n:nodes: 69165\n:relationships: 76040\n\n\n:model-guide:\n:todo: \nimage::{logo}[width=100]\n\n== {long-name} Graph Example\n\nDescription: _{description}_\n\nNodes {nodes} Relationships {relationships}\n\n.Model\nimage::{model}[]\n\n.Example\nimage::{example}[width=600]\n\n.Example Query:\n[source,cypher,role=query-example,param-name=type,param-value=clock,result-column=name,expected-result=\"Dancing Crane Cafe\"]\n----\nMATCH (p1:PointOfInterest {type:$type}), (p2:PointOfInterest)\nWHERE p1\u003c\u003ep2 AND distance(p1.location,p2.location) \u003c 200\nRETURN p2.name as name\n----\n\n=== Setup\n\nThis is for Neo4j version: `{target-db-version}`\n\nRendered guide available from: `:play openstreetmap` \n// or `:play {rendered-guide}``\n\nUnrendered guide: link:{guide}[]\n\nData files: `{data}`\n\nZip file: download the link:data/{name}.zip[{name}.zip] and add it as \"project from file\" to a 3.5 database in https://neo4j.com/developer/neo4j-desktop[Neo4j Desktop^].\n\n=== Code Examples\n\n* link:code/javascript/example.js[JavaScript]\n* link:code/java/Example.java[Java]\n* link:code/csharp/Example.cs[C#]\n* link:code/python/example.py[Python]\n* link:code/go/example.go[Go]\n\n=== GraphQL API\n\nSee link:graphql[`/graphql` directory] for Node.js GraphQL API server example using link:https://www.npmjs.com/package/@neo4j/graphql[`@neo4j/graphql`]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo4j-graph-examples%2Fopenstreetmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneo4j-graph-examples%2Fopenstreetmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo4j-graph-examples%2Fopenstreetmap/lists"}