{"id":15996586,"url":"https://github.com/maxdemarzi/wrong_address","last_synced_at":"2026-04-22T16:36:01.630Z","repository":{"id":66288379,"uuid":"69425773","full_name":"maxdemarzi/wrong_address","owner":"maxdemarzi","description":"Find likely wrong addresses by exploring known connected addresses","archived":false,"fork":false,"pushed_at":"2016-09-28T20:57:27.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T02:35:36.924Z","etag":null,"topics":["address","address-validation","graph","graph-database","graphs","neo4j","neo4j-server"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/maxdemarzi.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-09-28T04:31:41.000Z","updated_at":"2016-09-29T16:53:56.000Z","dependencies_parsed_at":"2023-03-21T11:04:18.425Z","dependency_job_id":null,"html_url":"https://github.com/maxdemarzi/wrong_address","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxdemarzi/wrong_address","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fwrong_address","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fwrong_address/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fwrong_address/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fwrong_address/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdemarzi","download_url":"https://codeload.github.com/maxdemarzi/wrong_address/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fwrong_address/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["address","address-validation","graph","graph-database","graphs","neo4j","neo4j-server"],"created_at":"2024-10-08T07:43:01.647Z","updated_at":"2026-04-22T16:35:56.623Z","avatar_url":"https://github.com/maxdemarzi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wrong_address\n\nFind likely wrong addresses by exploring known connected addresses\n\n#### Instructions\n\n1. Build it:\n\n        mvn clean package\n\n2. Copy target/wrong-address-1.0-SNAPSHOT-jar-with-dependencies to the plugins/ directory of your Neo4j server.\n\n3. Configure Neo4j by adding a line to conf/neo4j.conf:\n\n        dbms.unmanaged_extension_classes=com.maxdemarzi=/v1\n\n4. Start Neo4j server.\n\n        bin/neo4j start\n\n5. Check that it is installed correctly over HTTP:\n\n        :GET /v1/service/helloworld\n        \n6. Create the schema:\n\n        :POST /v1/schema/create        \n\n7. Make some trial data:\n\n       CREATE (max:User {username:'maxdemarzi'})\n       CREATE (a1:Address {line1:'175 North Harbor Dr.', city:'Chicago', state:'IL', zip:'60605', zip_plus_4:'1234'})\n       CREATE (max)-[:HAS_ADDRESS]-\u003e(a1)\n       CREATE (tom:User {username:'tomjones'})\n       CREATE (a2:Address {line1:'571 South Harbor Dr.', city:'Chicago', state:'IL', zip:'60601', zip_plus_4:'4321'})\n       CREATE (tom)-[:HAS_ADDRESS]-\u003e(a2)\n       CREATE (max)-[:KNOWS]-\u003e(tom)\n       CREATE (neo:Company {name:'Neo Technology'})\n       CREATE (a3:Address {line1:'111 E 5th Avenue', city:'San Mateo', state:'CA', zip:'94401'})\n       CREATE (neo)-[:HAS_ADDRESS]-\u003e(a3)\n       CREATE (max)-[:WORKS_FOR]-\u003e(neo)\n       CREATE (org:Organization {name:'Graph Meetup'})\n       CREATE (a4:Address {line1:'17 East State St.', city:'Chicago', state:'IL', zip:'60605', zip_plus_4:'5533'})\n       CREATE (org)-[:HAS_ADDRESS]-\u003e(a4)\n       CREATE (max)-[:BELONGS_TO]-\u003e(org)\n        \n8. Try the extension:\n\n        :POST /v1/user/{user_name}/potential_address {\"address\"\":\"some address\"}\n\n   example:\n        \n        :POST /v1/user/maxdemarzi/potential_address {\"address\":\"571 South State St. Chicago IL 60601\"}\n        :POST /v1/user/samadams/potential_address {\"address\":\"167 South Harbor Dr. Chicoga IL 60604\"}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemarzi%2Fwrong_address","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdemarzi%2Fwrong_address","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemarzi%2Fwrong_address/lists"}