All Projects → neueda → Jetbrains Plugin Graph Database Support

neueda / Jetbrains Plugin Graph Database Support

Licence: apache-2.0
Graph Databases support for JetBrains family IDEs.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jetbrains Plugin Graph Database Support

Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (-5.92%)
Mutual labels:  cypher, neo4j
Neo4j Etl
Data import from relational databases to Neo4j.
Stars: ✭ 165 (-2.37%)
Mutual labels:  cypher, neo4j
Cypher Stream
Neo4j Cypher queries as Node.js object streams
Stars: ✭ 58 (-65.68%)
Mutual labels:  cypher, neo4j
Scala Cypher Dsl
A type-safe Cypher Query Language DSL for Scala.
Stars: ✭ 34 (-79.88%)
Mutual labels:  cypher, neo4j
Cypher Dsl
A Java DSL for the Cypher Query Language
Stars: ✭ 116 (-31.36%)
Mutual labels:  cypher, neo4j
Neo4j Helm
Helm Charts for running Neo4j on Kubernetes
Stars: ✭ 43 (-74.56%)
Mutual labels:  cypher, neo4j
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+599.41%)
Mutual labels:  cypher, neo4j
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-89.94%)
Mutual labels:  jetbrains, intellij-plugin
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+780.47%)
Mutual labels:  jetbrains, intellij-plugin
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (-39.64%)
Mutual labels:  jetbrains, intellij-plugin
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (+440.24%)
Mutual labels:  jetbrains, intellij-plugin
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (-13.61%)
Mutual labels:  jetbrains, intellij-plugin
R2d2 Cypher
Cypher support for the r2d2 connection pool
Stars: ✭ 8 (-95.27%)
Mutual labels:  cypher, neo4j
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-66.86%)
Mutual labels:  cypher, neo4j
Node Neo4j
[RETIRED] Neo4j graph database driver (REST API client) for Node.js
Stars: ✭ 935 (+453.25%)
Mutual labels:  cypher, neo4j
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (-60.95%)
Mutual labels:  cypher, neo4j
Neovis.js
Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Stars: ✭ 748 (+342.6%)
Mutual labels:  cypher, neo4j
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+371.6%)
Mutual labels:  jetbrains, intellij-plugin
Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+5569.82%)
Mutual labels:  cypher, neo4j
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (-31.36%)
Mutual labels:  jetbrains, intellij-plugin

Graph Database support

Build Status

 More information, including the Premium version functionality:
technologies.neueda.com/plugin

Graph Database support plugin allows you to work with databases without leaving IDE.

Plugin is developed and supported by Neueda Technologies.

plugin screenshot

Installation

Plugin is available for download from Jetbrains repository.

  1. Go to Preferences -> Plugins -> Browser repositories...
  2. Search for Graph Database support.
  3. Install plugin and restart IDE.

Features

  • Works in any Jetbrains IDE
  • Manage data sources
  • Write and execute queries
  • Explore query results in graph or table view
  • Supported databases:
    • Neo4j 3.4+ (Bolt)
  • Cypher query language:
    • Understands queries in .cyp, .cypher or .cql files
    • Syntax highlight and error reporting
    • Refactoring support for identifiers, labels, relationship types and properties
    • Autocompletion support for identifiers, labels, relationship types, properties, functions and stored procedures. Information gathered from existing queries and configured data sources
    • Code reformatting
    • Provide documentation for functions and stored procedures
    • Inspections: database warnings, function checks, type system.
    • Auto-inject Cypher language for: neo4j, neo4j-ogm, spring-data-neo4j, neo4j-harness, py2neo

Supported Jetbrains products

  • IntelliJ IDEA
  • RubyMine
  • WebStorm
  • PhpStorm
  • PyCharm
  • AppCode
  • Android Studio
  • Datagrip
  • CLion

Development

Warning: Required to switch local environment to JDK 11.

Gradle is used as build system.

# Build plugin distribution
./gradlew buildPlugin

# Run idea in development mode
./gradlew :graph-database-support-plugin:runIde

Contacts

Please report any bugs or feature request by creating new issue on Github.

You can easily reach us in case you have any questions or just want to chat about graph databases:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].