Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/awesome-graph-apps
Curated list of Graph-Apps that work with Neo4j Desktop.
https://github.com/neo4j-devtools/awesome-graph-apps
List: awesome-graph-apps
awesome neo4j
Last synced: 5 days ago
JSON representation
Curated list of Graph-Apps that work with Neo4j Desktop.
- Host: GitHub
- URL: https://github.com/neo4j-devtools/awesome-graph-apps
- Owner: neo4j-devtools
- License: cc0-1.0
- Created: 2018-09-24T11:24:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T09:57:39.000Z (about 1 year ago)
- Last Synced: 2024-05-20T00:08:15.385Z (6 months ago)
- Topics: awesome, neo4j
- Language: HTML
- Size: 3.83 MB
- Stars: 45
- Watchers: 11
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - neo4j-devtools/awesome-graph-apps - Curated list of Graph-Apps that work with Neo4j Desktop. (awesome)
README
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
# 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](https://neo4j-apps.github.io) page is a great place to learn more details.
## How do I install a listed Graph-App?
1. Look for an awesome Graph-App below
2. Copy the url attached to the :link: icon
3. Run Neo4j Desktop
4. Open the "Graph-Apps" sidebar
5. Paste the link into the "Install Graph-App" section at the bottom
6. Click "Install"## Graph-Apps
### Provided By Neo4j
- [Neo4j Browser](https://neo4j.com/developer/guide-neo4j-browser/) | [:link: Install](https://neo.jfrog.io/neo/api/npm/npm/neo4j-browser/) - Neo4j's built-in user interface.
- [Neo4j Bloom](https://neo4j.com/bloom/) | [:link: Install](https://neo.jfrog.io/neo/api/npm/npm/neo4j-bloom/)- A visual environment for graph exploration, searching, and editing.
- [Neo4j ETL](https://github.com/neo-technology/neo4j-etl) | [:link: Install](https://neo.jfrog.io/neo/api/npm/npm/neo4j-etl-ui/)- Import your RDBMS data directly into your Neo4j Graph.### Developed by Field-Team, Partners, Users
- [Query Log Analyzer](https://github.com/kvegter/query-analyzer-app) | [:link: Install](https://neo.jfrog.io/neo/api/npm/npm/query-log-analyzer)- Upload and analyze your neo4j query log file.
- [Neo4j Db Analyzer](https://github.com/kvegter/dbreportapp) | [:link: Install](https://neo.jfrog.io/neo/api/npm/npm/neo4j-db-analyzer)- Database metadata visualizer.
- [Graph Gallery](https://portal.graphgist.org) | [:link: Install](https://r.neo4j.com/gallery-app)- Wide range of community provided example graphs, ready to run in your local database.- [Your App Here]() | [:link: Install](http://replace-this-with-the-npm-package-url-or-a-direct-link-to-the-hosted-app) - copy, paste, edit, then pull-request.
## How do I add a new Graph App?
* Add it to `public/index.html`
* Run `yarn deploy`