{"id":15988831,"url":"https://github.com/michael-simons/neo4j-importer-jdbc","last_synced_at":"2025-04-04T22:23:16.458Z","repository":{"id":206436291,"uuid":"716641871","full_name":"michael-simons/neo4j-importer-jdbc","owner":"michael-simons","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T15:07:19.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T16:24:04.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michael-simons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-11-09T15:05:31.000Z","updated_at":"2025-03-25T15:08:29.000Z","dependencies_parsed_at":"2025-03-25T16:33:18.251Z","dependency_job_id":null,"html_url":"https://github.com/michael-simons/neo4j-importer-jdbc","commit_stats":null,"previous_names":["michael-simons/neo4j-importer-jdbc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-simons%2Fneo4j-importer-jdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-simons%2Fneo4j-importer-jdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-simons%2Fneo4j-importer-jdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-simons%2Fneo4j-importer-jdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael-simons","download_url":"https://codeload.github.com/michael-simons/neo4j-importer-jdbc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256841,"owners_count":20909363,"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-08T04:21:34.532Z","updated_at":"2025-04-04T22:23:16.441Z","avatar_url":"https://github.com/michael-simons.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A naive JDBC importer for Neo4j\n\n* Uses the model files from the web UI (Importer UI)\n* Pretends the files in there are tables in the source database\n* Imports everything as configured in the model, no support for excluded ids atm\n\n## How to run\n\nThis uses the test data itself, for your relational database replace the DuckDB driver with something for your relational database.\n\nBring up a Neo4j first, i.e. via Docker\n\n```bash\ndocker run --publish=7474:7474 --publish=7687:7687 \\\n  -e 'NEO4J_AUTH=neo4j/verysecret' \\\n  -e 'NEO4J_ACCEPT_LICENSE_AGREEMENT=yes' \\\n  -d  neo4j:5.12-enterprise\n```\n\n```\n./mvnw -DskipTests clean package\nCLASSPATH_PREFIX=~/.m2/repository/org/duckdb/duckdb_jdbc/0.9.1/duckdb_jdbc-0.9.1.jar \\\n  target/assembly/bin/jdbc-importer-app \\\n  --source jdbc:duckdb:`pwd`/src/test/resources/states/test.db \\\n  --address neo4j://localhost:7687 \\\n  --username neo4j \\\n  --password verysecret \\\n  ./src/test/resources/states/model.json       \n```\n\n\nCredits:\n\n* Northwind dataset used from https://github.com/pthom/northwind_psql\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-simons%2Fneo4j-importer-jdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael-simons%2Fneo4j-importer-jdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-simons%2Fneo4j-importer-jdbc/lists"}