awesome-graph-apps
awesome-graph-apps copied to clipboard
Curated list of Graph-Apps that work with Neo4j Desktop.
awesome-graph-apps
Curated list of Graph-Apps that work with Neo4j Desktop.
What's a Graph-App?
A Graph-App is a single-page web application designed to work inside of Neo4j Desktop, which is an Electron-based application that provides an API for discovering and connecting to Neo4j graphs.
The Neo4j Desktop Developers page is a great place to learn more details.
How do I install a listed Graph-App?
- Look for an awesome Graph-App below
- Copy the url attached to the :link: icon
- Run Neo4j Desktop
- Open the "Graph-Apps" sidebar
- Paste the link into the "Install Graph-App" section at the bottom
- Click "Install"
Graph-Apps
Provided By Neo4j
- Neo4j Browser | :link: Install - Neo4j's built-in user interface.
- Neo4j Bloom | :link: Install- A visual environment for graph exploration, searching, and editing.
- Neo4j ETL | :link: Install- Import your RDBMS data directly into your Neo4j Graph.
Developed by Field-Team, Partners, Users
-
Query Log Analyzer | :link: Install- Upload and analyze your neo4j query log file.
-
Neo4j Db Analyzer | :link: Install- Database metadata visualizer.
-
Graph Gallery | :link: Install- Wide range of community provided example graphs, ready to run in your local database.
-
Your App Here | :link: Install - copy, paste, edit, then pull-request.
How do I add a new Graph App?
- Add it to
public/index.html - Run
yarn deploy