All Projects → drawerd → drawerd

drawerd / drawerd

Licence: MIT license
DrawERD for rails.

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to drawerd

X6
🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
Stars: ✭ 2,686 (+14036.84%)
Mutual labels:  diagram, erd, erdiagram
erdiagram
Entity-Relationship diagram code generator library
Stars: ✭ 28 (+47.37%)
Mutual labels:  diagram, erdiagram
typeorm-uml
Generate Entity Relationship diagrams for Typeorm powered projects.
Stars: ✭ 207 (+989.47%)
Mutual labels:  erd, erdiagram
Nextcloud Drawio
Draw.io intergration app
Stars: ✭ 177 (+831.58%)
Mutual labels:  diagram
Cloudskew
Create free cloud architecture diagrams
Stars: ✭ 183 (+863.16%)
Mutual labels:  diagram
Visualize ruby
Transform code into a flowchart and experimentally trace the execution path through it
Stars: ✭ 237 (+1147.37%)
Mutual labels:  diagram
C4-PlantumlSkin
This library provides skinning to create C4 diagrams using PlantUml
Stars: ✭ 74 (+289.47%)
Mutual labels:  diagram
Go Plantuml
Generate plantuml diagrams from go source files or directories
Stars: ✭ 167 (+778.95%)
Mutual labels:  diagram
Azure Plantuml
PlantUML sprites, macros, and other includes for Azure services
Stars: ✭ 247 (+1200%)
Mutual labels:  diagram
Perfcascade
Responsive, SVG based HAR waterfall viewer
Stars: ✭ 225 (+1084.21%)
Mutual labels:  diagram
Vue Diagrams
Diagram component for vue.js, inspired by react-diagrams
Stars: ✭ 218 (+1047.37%)
Mutual labels:  diagram
Diagrams
🎨 Diagram as Code for prototyping cloud system architectures
Stars: ✭ 15,756 (+82826.32%)
Mutual labels:  diagram
C4 Plantuml
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Stars: ✭ 3,522 (+18436.84%)
Mutual labels:  diagram
Beautiful React Diagrams
💎 A collection of lightweight React components and hooks to build diagrams with ease 💎
Stars: ✭ 2,326 (+12142.11%)
Mutual labels:  diagram
ecto erd
A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Stars: ✭ 173 (+810.53%)
Mutual labels:  erd
Phpvisio
A pure PHP library for reading and writing diagrams files
Stars: ✭ 167 (+778.95%)
Mutual labels:  diagram
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (+1189.47%)
Mutual labels:  diagram
Vuerd
ERD Editor
Stars: ✭ 208 (+994.74%)
Mutual labels:  diagram
Step Functions Draw.io
You can make a AWS step functions workflow with GUI and export/import JSON/YAML.
Stars: ✭ 231 (+1115.79%)
Mutual labels:  diagram
Svgbob
Convert your ascii diagram scribbles into happy little SVG
Stars: ✭ 3,031 (+15852.63%)
Mutual labels:  diagram

Drawerd

Drawerd is a gem that allows you to easily generate a diagram based on your application's Active Record models. The diagram gives an overview of how your models are related. Having a diagram that describes your models is perfect documentation for your application.

Drawerd gem is a toolkit for the free online erd service drawerd.com. It use Rails-ERD to generate tables.csv and relations.csv for drawerd.com.

DrawERD Features

  • You can edit the diagram generated by rails-erd online collaboratively.
  • Support grouping function, if you want to split microservices, or modularize your application, drawerd can help you more intuitively.
  • Various built-in modes and layouts support.
  • SVG ERD can be downloaded or shared to your project management tool.
  • Powerful filtering function, for large projects, drawerd can focus on specific modules through group filtering.
  • Works with non-rails project well.
  • Various importing method: rails-erd, sql and manually via Web UI.
  • Free for OSS.

and more detail: https://help.drawerd.com/ Full Video: https://www.loom.com/share/e30d06ba299b43bc8b68f369b47f745a

Preview

Full Mode

Simple Mode

Grouping

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'drawerd'
end

And then execute:

$ bundle

Usage

bundle exec rake drawerd:generate

and then upload tables.csv & relations.csv via Web UI.

more detail: https://help.drawerd.com/importing/importing-postgresql

License

The gem is available as open source under the terms of the MIT License.

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].