GithubHelp home page GithubHelp logo

rujianwang / vect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makimenko/vect

0.0 1.0 0.0 13.59 MB

Architecture blueprinting and brainstorming tool

Home Page: https://makimenko.github.io/vect

License: MIT License

JavaScript 3.12% TypeScript 74.97% HTML 17.40% SCSS 4.51%

vect's Introduction

CI build status

About Vect

Demo

See Demo published on GitHub page.

Features

Dynamic 3D diagrams in a simple YAML

Easy and intuitive yaml:

nodes:
  - name: spa
  - name: api
  - name: db1
    label: PostgreSQL
  - name: db2
    label: MongoDB
    type: barrel

edges:
  - from: spa
    to: api
  - from: api
    to: db1
  - from: api
    to: db2

Auto Layout

Focus on content. Dagre will do an automatic layout of your diagrams. Nodes, Edges and Compositions are supported:

Icon Sets

Diagrams persisted on Google drive

Diagrams stored in "Vect" folder on your personal Google Drive. Authentication and permissions are required. No worries, application can access only Google Drive files, created via this application (other your files are inaccessible).

Compositions

Group multiple nodes into a composition:

compositions:
  - name: data
    label: Data Layer
  
nodes:
  - name: db1
    composition: data
  - name: db2
    composition: data

Sample Templates

Multiple sample templates are automatically created when you first time log-in (when "Vect" folder is not present yet on your Google Drive).

vect's People

Contributors

makimenko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.