{"id":16853598,"url":"https://github.com/sim51/neo4j-plugin-xml","last_synced_at":"2025-03-18T10:24:52.121Z","repository":{"id":142401816,"uuid":"48944863","full_name":"sim51/neo4j-plugin-xml","owner":"sim51","description":"A simple Neo4j plugin","archived":false,"fork":false,"pushed_at":"2016-01-03T14:02:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T16:44:34.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sim51.png","metadata":{"files":{"readme":"README.adoc","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":"2016-01-03T12:29:17.000Z","updated_at":"2016-01-03T12:49:48.000Z","dependencies_parsed_at":"2023-03-16T20:45:46.764Z","dependency_job_id":null,"html_url":"https://github.com/sim51/neo4j-plugin-xml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim51%2Fneo4j-plugin-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim51%2Fneo4j-plugin-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim51%2Fneo4j-plugin-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim51%2Fneo4j-plugin-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sim51","download_url":"https://codeload.github.com/sim51/neo4j-plugin-xml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244199768,"owners_count":20414728,"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","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-13T13:52:21.798Z","updated_at":"2025-03-18T10:24:52.101Z","avatar_url":"https://github.com/sim51.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Neo4j plugin XML\n\n== Description\n\nThis project is just an example on how to make a Neo4j plugin.\nIt creates a new endpoint on which you can POST a cypher query, and it translates the response into a XML format.\n\nMoreover this plugin is compatible with JRebel.  If you don't need this compatibility, you just have to remove the JRebel plugin from the pom.xml\n\n== Installation\n\n=== Compiling the code\n\n * Go to the project folder\n * just run `mvn package`\n\n=== Neo4j installation\n\n * copy `neo4j-xml-1.0-SNAPSHOT-jar-with-dependencies.jar` from the target project folder to the plugins folder of Neo4j : `$\u003ecp target/neo4j-xml-1.0-SNAPSHOT-jar-with-dependencies.jar NEO4J_HOME/plugins`\n * Edit the file `NEO4J_HOME/conf/neo4j-server.properties`\n * Add / modify the following line : `org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.plugin.xml=/xml`\n * Restart the server\n\n== How to use it\n\nThere is two new endpoints :\n\nThe Ping one :\n\n[source,shell]\n----\n$\u003e curl -u neo4j:admin http://localhost:7474/xml/ping\nPong\n----\n\nThe cypher one :\n\n[source,shell]\n----\n$\u003e curl -u neo4j:admin http://localhost:7474/xml/cypher -d 'query=MATCH (n) RETURN n LIMIT 100'\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cresult\u003e\u003crow\u003e\u003cn\u003e\u003cname\u003eBenoit\u003c/name\u003e\u003c/n\u003e\u003c/row\u003e\u003c/result\u003e\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsim51%2Fneo4j-plugin-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsim51%2Fneo4j-plugin-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsim51%2Fneo4j-plugin-xml/lists"}