{"id":13530003,"url":"https://github.com/neueda/jetbrains-plugin-graph-database-support","last_synced_at":"2025-04-09T10:06:50.128Z","repository":{"id":41443378,"uuid":"61826847","full_name":"neueda/jetbrains-plugin-graph-database-support","owner":"neueda","description":"Graph Databases support for JetBrains family IDEs.","archived":false,"fork":false,"pushed_at":"2021-11-04T06:48:03.000Z","size":8709,"stargazers_count":223,"open_issues_count":54,"forks_count":57,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-02T05:09:38.112Z","etag":null,"topics":["cypher","graph-database-support","intellij-plugin","java","jetbrains","neo4j"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/neueda.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}},"created_at":"2016-06-23T18:15:30.000Z","updated_at":"2025-03-02T01:40:21.000Z","dependencies_parsed_at":"2022-08-31T15:41:12.782Z","dependency_job_id":null,"html_url":"https://github.com/neueda/jetbrains-plugin-graph-database-support","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neueda%2Fjetbrains-plugin-graph-database-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neueda%2Fjetbrains-plugin-graph-database-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neueda%2Fjetbrains-plugin-graph-database-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neueda%2Fjetbrains-plugin-graph-database-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neueda","download_url":"https://codeload.github.com/neueda/jetbrains-plugin-graph-database-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"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":["cypher","graph-database-support","intellij-plugin","java","jetbrains","neo4j"],"created_at":"2024-08-01T07:00:42.029Z","updated_at":"2025-04-09T10:06:50.103Z","avatar_url":"https://github.com/neueda.png","language":"Java","readme":"# [Graph Database support](https://github.com/neueda/jetbrains-plugin-graph-database-support)\n[![Build Status](https://travis-ci.org/neueda/jetbrains-plugin-graph-database-support.svg?branch=master)](https://travis-ci.org/neueda/jetbrains-plugin-graph-database-support)\n\n|![ ](https://user-images.githubusercontent.com/2183130/67284837-0b8a2d00-f4df-11e9-8735-a34cdbc7d0f1.png)|More information, including the Premium version functionality:               |\n|---------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n|                                                                                                         | **[technologies.neueda.com/plugin](https://technologies.neueda.com/plugin)**|\n\n### Graph Database support plugin allows you to work with databases without leaving IDE.\n\n- Bugs, questions, suggestions - [Issue tracker](https://github.com/neueda/jetbrains-plugin-graph-database-support/issues)\n- [Documentation](https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content)\n\nPlugin is developed and supported by [Neueda Technologies](http://technologies.neueda.com/).\n\n![plugin screenshot](docs/screenshots/plugin.png)\n\n## Installation\n\nPlugin is [available for download](https://plugins.jetbrains.com/plugin/8087) from Jetbrains repository.\n\n1. Go to `Preferences` -\u003e `Plugins` -\u003e `Browser repositories...`\n2. Search for `Graph Database support`.\n3. Install plugin and restart IDE.\n\n## Features\n\n- Works in **any** Jetbrains IDE\n- Manage data sources\n- Write and execute queries\n- Explore query results in graph or table view\n- Supported databases:\n  - Neo4j 3.4+ (Bolt)\n- [Cypher](https://github.com/opencypher/openCypher) query language:\n  - Understands queries in `.cyp`, `.cypher` or `.cql` files\n  - Syntax highlight and error reporting\n  - Refactoring support for identifiers, labels, relationship types and properties\n  - Autocompletion support for identifiers, labels, relationship types, properties, functions and stored procedures. Information gathered from existing queries and configured data sources\n  - Code reformatting\n  - Provide documentation for functions and stored procedures\n  - Inspections: database warnings, function checks, type system.\n  - Auto-inject Cypher language for:\n   [neo4j](https://github.com/neo4j/neo4j),\n   [neo4j-ogm](https://github.com/neo4j/neo4j-ogm),\n   [spring-data-neo4j](https://github.com/spring-projects/spring-data-neo4j),\n   [neo4j-harness](https://github.com/neo4j/neo4j/tree/3.1/community/neo4j-harness),\n   [py2neo](https://github.com/nigelsmall/py2neo)\n\n## Supported Jetbrains products\n\n* IntelliJ IDEA\n* RubyMine\n* WebStorm\n* PhpStorm\n* PyCharm\n* AppCode\n* Android Studio\n* Datagrip\n* CLion\n\n## Development\n\nWarning: Required to switch local environment to JDK 11.\n\nGradle is used as build system.\n\n```shell\n# Build plugin distribution\n./gradlew buildPlugin\n\n# Run idea in development mode\n./gradlew :graph-database-support-plugin:runIde\n```\n\n## Contacts\n\nPlease report any bugs or feature request by creating [new issue on Github](https://github.com/neueda/jetbrains-plugin-graph-database-support/issues/new).\n\nYou can easily reach us in case you have any questions or just want to chat about graph databases:\n- [Product Support](mailto:product.support@neueda.com) \n- Dmitry Vrublevsky ([@FylmTM](https://twitter.com/FylmTM))\n- Neueda Technologies ([@NeuedaDev](https://twitter.com/NeuedaDev))\n\n","funding_links":[],"categories":["Editors","REST API"],"sub_categories":["REST API","Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneueda%2Fjetbrains-plugin-graph-database-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneueda%2Fjetbrains-plugin-graph-database-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneueda%2Fjetbrains-plugin-graph-database-support/lists"}