#English | #中文
Plugin for IntelliJ IDEA to support Nebula-Console.
- Provides support for console to manage nebula data with IntelliJ IDEA.
Plugin is developed and supported by awang12345.
This plugin is based on the Graph Database Support plugin, originally developed by Neueda Technologies. The original plugin has not been updated for a long time and does not work with Nebula.
- Works in any Jetbrains IDE
- Manage data sources
- Write and execute queries
- Explore query results in table view
- Explore query results in graph view
- Supported databases:
- Neo4j 3.4+ (Bolt)
- Nebula 3.0+ (Thrift)
- nGQL query language:
- Understands queries in
.ngql
files - Syntax highlight
- Autocompletion support for identifiers, keywords, functions, space, tag, edge, etc. nebula-graph, nebula-client
- Understands queries in
- 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.
- Understands queries in
- Install the plugin
- Search "Nebula Graph" from the Jetbrains Plugin Marketing .
- Download the latest version of the plugin file from the release and install it manually.
- In the sidebar toolwindow of idea IDE find "" menu
- Click "+" button to add a graph database config and verify that the connection is valid.
- Click "" button to refresh the database metadata.
- Double-click the root node (datasource name) to open the graph sql editor panel.
- Write your sql on editor panel and right click and choose Run.Or click "" button to run your sql.
- The sql result show in the console panel below the editor panel.The "log" table show the execute log information.The "table" table show the result information.
- IntelliJ Idea 2019.1+
- RubyMine
- WebStorm
- PhpStorm
- PyCharm
- AppCode
- Android Studio
- Datagrip
- CLion
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