{"id":15996513,"url":"https://github.com/maxdemarzi/neo_travis","last_synced_at":"2026-05-19T14:34:33.508Z","repository":{"id":34608308,"uuid":"38556666","full_name":"maxdemarzi/neo_travis","owner":"maxdemarzi","description":"Example Neo4j Extension Testing using Travis-CI","archived":false,"fork":false,"pushed_at":"2016-05-25T15:23:34.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T02:35:36.217Z","etag":null,"topics":["graph-database","graph-databases","graphs","neo4j","travis","travis-ci"],"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}},"created_at":"2015-07-05T04:28:22.000Z","updated_at":"2019-04-09T15:35:20.000Z","dependencies_parsed_at":"2022-08-17T21:00:37.793Z","dependency_job_id":null,"html_url":"https://github.com/maxdemarzi/neo_travis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxdemarzi/neo_travis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fneo_travis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fneo_travis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fneo_travis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fneo_travis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdemarzi","download_url":"https://codeload.github.com/maxdemarzi/neo_travis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemarzi%2Fneo_travis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33220187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: 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":["graph-database","graph-databases","graphs","neo4j","travis","travis-ci"],"created_at":"2024-10-08T07:42:51.114Z","updated_at":"2026-05-19T14:34:33.492Z","avatar_url":"https://github.com/maxdemarzi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neo_travis\nExample Neo4j Extension Testing using Travis-CI\n\n- [![Build Status](https://secure.travis-ci.org/maxdemarzi/neo_travis.png?branch=master)](http://travis-ci.org/maxdemarzi/neo_travis)\n- [![Coverage Status](https://coveralls.io/repos/maxdemarzi/neo_travis/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/maxdemarzi/neo_travis?branch=master)\n\n# Instructions\n\n1. Build it:\n\n        mvn clean package\n\n2. Copy target/travis-1.0.jar to the plugins/ directory of your Neo4j server.\n\n3. Configure Neo4j by adding a line to conf/neo4j-server.properties:\n\n        org.neo4j.server.thirdparty_jaxrs_classes=com.maxdemarzi=/v1\n        \n4. Start Neo4j server.\n\n5. Create some test data:\n\n        CREATE (user1:User {user_id:'u1', name:'Max'})\n        CREATE (friend1:User {user_id:'f1', name:'Michael'})\n        CREATE (friend2:User {user_id:'f2', name:'Peter'})\n        CREATE (friend3:User {user_id:'f3', name:'David'})\n        CREATE (user1)-[:FRIENDS]-\u003e(friend1)\n        CREATE (user1)-[:FRIENDS]-\u003e(friend2)\n        CREATE (user1)-[:FRIENDS]-\u003e(friend3)\n        \n6. Try it:\n        \n        :GET /v1/service/friends/u1\n\n7. Test it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemarzi%2Fneo_travis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdemarzi%2Fneo_travis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemarzi%2Fneo_travis/lists"}