Skip to content

github5775/GremlinStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GremlinStudio

The underlying "GremlinClient" has changed, and I found that GremlinClient 3.4.13 returns parseable JSON, so I have referenced this. Next step, update the studio code to use the latest version of the GremlinClient lib when I can see how the new lib and receive queries as script and return parseable JSON.

My take on making an Enterprise Query Studio like SQL Server Management Studio, but this is primarily for queries.

But why WPF? Users prefer to enter their Cosmos DB credentials into a fat client (rather than someone's webpage), and WPF has a more robust UI then WinForms. UWP is an option, but I wanted to simplify the project. (NB: This tool works for partitions of type string; I am in the process of expanding it to partitions of type "number.")

Functionality for Gremlin Studio includes:

  • Gremlin query shortcuts
  • Gremlin snippets
  • Json results tab (when executing)
  • Graph results tab (when executing)
  • Vertex properties window (when clicking on Vertex)
  • Edge properties window (when clicking on Vertex)
  • View Gremlin query execution plans

Download Executable or Build from Code

Basic Gremlin Query

Viewing Results as Vertices and Edges

* Please bear in mind that in this studio I didn't address Graph DB design, i.e. partitions, duplication, and ChangeFeed triggers, other than providing the ability to easily view the actual execution plans. In future versions I may add this functionality.

About

My take on a Gremlin Query Studio like for SQL Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages