{"id":19009302,"url":"https://github.com/textkernel/neo4j-connector","last_synced_at":"2025-04-22T22:47:21.964Z","repository":{"id":57445452,"uuid":"166998377","full_name":"textkernel/neo4j-connector","owner":"textkernel","description":"Connector with single-request transactions for Neo4j 3.0 and above","archived":false,"fork":false,"pushed_at":"2020-07-25T22:30:33.000Z","size":27,"stargazers_count":14,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T23:44:27.525Z","etag":null,"topics":["neo4j"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/textkernel.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2019-01-22T13:24:34.000Z","updated_at":"2023-06-29T22:14:11.000Z","dependencies_parsed_at":"2022-09-26T17:30:49.355Z","dependency_job_id":null,"html_url":"https://github.com/textkernel/neo4j-connector","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textkernel%2Fneo4j-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textkernel%2Fneo4j-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textkernel%2Fneo4j-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textkernel%2Fneo4j-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textkernel","download_url":"https://codeload.github.com/textkernel/neo4j-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337909,"owners_count":21414102,"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":["neo4j"],"created_at":"2024-11-08T19:07:22.485Z","updated_at":"2025-04-22T22:47:21.939Z","avatar_url":"https://github.com/textkernel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"******\nREADME\n******\n\nThis library contains everything you need to execute single-request transactions for Neo4j 3.0 and above through its\nHTTP API.\n\nBackground\n==========\nResearch into the speed of performing ETL and batch-type actions on Neo4j showed that using a large, single-request\ntransaction POST-request through Neo4j's HTTP API outperforms other currently available libraries for this use-case\n(e.g. the official 'neo4j-driver' and 'py2neo'). The goal of this connector is to provide convenience methods and\nclasses that abstract away the boilerplate communication code.\n\nCommunity thread about the difference in performance between drivers:\n    https://community.neo4j.com/t/barebones-http-requests-much-faster-than-python-neo4j-driver-and-py2neo\n\nExample\n=======\n\n.. code-block:: python\n\n    import neo4j\n\n    connector = neo4j.Connector('http://localhost:7474', ('neo4j','neo4j'))\n    response = connector.run(\"\"\"MATCH () RETURN COUNT(*) as node_count\"\"\")\n    first_row = response[0]\n    print(first_row['node_count'])\n\nInstallation\n============\n\nTo install the latest stable version, use:\n\n.. code:: bash\n\n    pip install neo4j-connector\n\nGithub\n======\n\nThis library lives at https://github.com/textkernel/neo4j-connector. Suggestions, bug-reports and pull requests are\nwelcome there.\n\nDocumentation\n=============\n\nThe documentation (including changelog) lives at https://neo4j-connector.readthedocs.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextkernel%2Fneo4j-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextkernel%2Fneo4j-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextkernel%2Fneo4j-connector/lists"}