{"id":15392652,"url":"https://github.com/jackdbd/react-neovis-example","last_synced_at":"2025-07-26T00:03:39.353Z","repository":{"id":52577433,"uuid":"145208640","full_name":"jackdbd/react-neovis-example","owner":"jackdbd","description":"React app to visualize Neo4j graphs with Neovis.js","archived":false,"fork":false,"pushed_at":"2021-04-25T07:49:16.000Z","size":1677,"stargazers_count":24,"open_issues_count":1,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T23:36:51.104Z","etag":null,"topics":["graph-visualization","neo4j","neo4j-sandbox","neovis","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jackdbd.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":"2018-08-18T09:52:09.000Z","updated_at":"2025-03-26T07:10:57.000Z","dependencies_parsed_at":"2022-09-06T20:30:18.211Z","dependency_job_id":null,"html_url":"https://github.com/jackdbd/react-neovis-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/react-neovis-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Freact-neovis-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Freact-neovis-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Freact-neovis-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Freact-neovis-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/react-neovis-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Freact-neovis-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267089864,"owners_count":24034255,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-visualization","neo4j","neo4j-sandbox","neovis","react"],"created_at":"2024-10-01T15:15:35.672Z","updated_at":"2025-07-26T00:03:39.298Z","avatar_url":"https://github.com/jackdbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Neovis Example\n\n[![Dependencies](https://david-dm.org/jackdbd/react-neovis-example.svg)](https://david-dm.org/jackdbd/react-neovis-example)\n\n![A PNG file that shows an example of this project](https://github.com/jackdbd/react-neovis-example/blob/master/screenshots/example.png \"Example\")\n\n## What is this thing?\n\nThis repo is just a simple example on how to show a [neovis.js](https://github.com/neo4j-contrib/neovis.js/) graph visualization in a React application.\n\n## How do I use it?\n\nYou don't need to install Neo4j for this project. You just need 3 things:\n\n1. create a Neo4j Sandbox on [neo4j.com](https://neo4j.com/sandbox/),\n2. install the project dependencies,\n3. connect to your Neo4j Sandbox.\n\n### 1 - Create a Neo4j Sandbox\n\nA Neo4j Sandbox is essentially a Docker container with Neo4j installed, and a graph dataset that you can play with. There is nothing to install. It runs on the cloud. A Sandbox will expire in 3 days, but if you want you can extend your project for an additional 7 days (it can be done only once).\n\nCreate a Neo4j Sanbox [here](https://neo4j.com/sandbox/).\n\n![A PNG file that shows the creation of a Neo4j Sandbox with Russian Twitter Trolls dataset](https://github.com/jackdbd/react-neovis-example/blob/master/screenshots/create-sandbox.png \"Neo4j Sandbox with Russian Twitter Trolls dataset\")\n\n### 2 - Install project dependencies\n\n```sh\ngit clone git@github.com:jackdbd/react-neovis-example.git\ncd react-neovis-example\nyarn install  # or simply, yarn\n```\n\n### 3 - Connect to your Neo4j Sandbox\n\nFind the `Connection details` for your Neo4j Sandbox:\n\n![A PNG file that shows your Neo4j Sandbox credentials](https://github.com/jackdbd/react-neovis-example/blob/master/screenshots/sandbox-credentials.png \"Neo4j Sandbox credentials\")\n\nThen open the [App component](https://github.com/jackdbd/react-neovis-example/blob/master/src/components/App.js) and replace `YOUR-BOLT-URI-HERE` and `YOUR-NEO4J-PASSWORD-HERE` with your Neo4j Sanbox connection details.\n\nNow you are all set, and you can run the app with:\n\n```sh\nyarn start\n```\n\n## Credits\n\nInspired by William Lyon's [Graph Visualization With Neo4j Using Neovis.js](https://medium.com/neo4j/graph-visualization-with-neo4j-using-neovis-js-a2ecaaa7c379).\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Freact-neovis-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Freact-neovis-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Freact-neovis-example/lists"}