Giter VIP home page Giter VIP logo

erwiz's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

erwiz's Issues

Identify all dependencies

The erwiz scripts rely on certain dependencies. greadlink (mac's tool for the gnu's readlink tool).

All the dependencies must be identified and documented. Is it possible to improve the scripts such that the dependencies are reduced as much as possible? => make a list with all tools and check in what packages they're included.

Generate links between entities on columns

To get a result close to this (an example from google)

https://spaces.internet2.edu/display/Grouper/Entity+Relationship+Diagram+For+Grouper+1.3.0

You can use ports

digraph unix {
#splines=ortho;
node [shape=record];

master [label="{MASTER|
    <PK>+ id|
    <FK>slave_id (FK) |
   <FK2>slave2_id (FK) 
}"];

slave [label="{SLAVE|
<PK>- id|
name
}"];

slave2 [label="{SLAVE2|
<PK>- id|
name
}"];

master:FK->slave:PK;
master:FK2->slave2:PK;
}

problem is link overlapping. splines = ortho does not help much

Crashing on Snow Leopard

I was reported that it crashes (or doesn't work properly) on Snow Leopard with this java environment:

java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)

Need to check this.

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.