ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@lic145.kiev.ua>
To: Mandrake-Russian <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] Visual MySQL structure
Date: Sat Jul 14 00:54:11 2001
Message-ID: <Pine.LNX.4.33L.0107132341110.2632-200000@work.fair.net> (raw)
In-Reply-To: <20010712161435.5c060519.vyt@vzljot.ru>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 628 bytes --]

On Thu, 12 Jul 2001, Vyt wrote:

> Посоветуйте, пожалуйста, есть в природе средство для визуализации
> связей данных в MySQL ?
> Или в какой программе это лучше рисовать самому?
Не скажу за часть *SQL, но если можно сами связи вытянуть и
скормить graphviz (см. аттач для примера), то я очень сомневаюсь,
что какая угодно приблуда переплюнет итоговый граф по качеству...

А graphviz берется на research.att.com и вроде в Сизиф вошел.

-- 
WBR, Michael Shigorin, webmaster of www.chem.univ.kiev.ua
>Home Page:  http://visa.chem.univ.kiev.ua/~mike/  ICQ: 113344029
>Brainbench: http://www.brainbench.com/transcript.jsp?pid=2434729

[-- Attachment #2: dot -Tps -o file.ps file --]
[-- Type: TEXT/PLAIN, Size: 948 bytes --]

digraph nav {
  size = "7.5, 10"; 
  graph [concentrate=true,ordering=out];
  node [fontsize=14];
  node [width=.5,height=.2];
  node [shape=plaintext];
  /* edge [dir=none]; */
  "/abit"; "/about"; "/depts"; "/resources"; "/tree";
  library -> {
    chapters;
    programme
  }
  edge [style=invis];
  "/" -> { "/about"; "/abit" };
  edge [style=dotted,dir=none];
  "/" -> "/depts" [weight=100];
  edge [style=invis,dir=forward];
  "/" -> { "/resources"; "/tree" };
  "/" [shape=box];
  edge [style=""];
  library -> {
    "/";
    "/depts";
    "/about";
    "/abit"; 
    "/resources";
    "/tree";
    people
    organics;
  }
  library [shape=ellipse];
  edge [style=dotted,dir=none];
  "/depts" -> organics;
   organics -> library;
  { rank=same
    "/about";
    "/abit"; 
    "/depts";
    "/resources";
    "/tree" 
  }
  { rank=same
    library;
    people;
  }
  { rank=min
    "/"
  }
}

      parent reply	other threads:[~2001-07-14  0:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-12 15:59 Vyt
2001-07-12 16:05 ` Mikhail Nikitin
2001-07-12 16:30   ` Vyt
2001-07-12 18:08 ` Alexandr Zhegallo
2001-07-14  0:54 ` Michael Shigorin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33L.0107132341110.2632-200000@work.fair.net \
    --to=mike@lic145.kiev.ua \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git