Skip to content

A tool to model a graph structure for graph databases written in Rust. I am in the process of learning Rust.

Notifications You must be signed in to change notification settings

Leward/rust-graph-designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Editor in Rust

A small application to prototype a model for a graph database.

The application is written in Rust using the GTK toolkit.

A very early stage screenshot application screenshot

I use this project as an apportunity to learn Rust and GTK. I choosed these technologies because and want to build something that is light, fast and multi platform.

Planned features:

  • Add nodes
  • Create relationships between nodes
  • Move nodes
  • Manage node label's
  • Manage relationship types
  • Handle multiple relationships between two nodes
  • Handle a node to have a relationship to itself
  • Auto layout
  • Cypher export

Run

Prerequisites:

Steps:

  1. Checkout the project
  2. Start with cargo run

About

A tool to model a graph structure for graph databases written in Rust. I am in the process of learning Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages