data modeler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Hixson

    data modeler

    I'm looking for a data modeler that can look at an existing database
    schema and generate an ERD. A PDF of it would be nice. I'm using OS
    X, but a Linux or Windows tool would be acceptable too. I don't need
    any other features than that right now. Just want to generate
    something that new developers can look at to more easily become
    familiar with the schema.
    Thanks,
    -M@


    ---------------------------(end of broadcast)---------------------------
    TIP 7: don't forget to increase your free space map settings

  • Alvaro Herrera

    #2
    Re: data modeler

    On Thu, Sep 23, 2004 at 07:02:26PM -0700, Matthew Hixson wrote:[color=blue]
    > I'm looking for a data modeler that can look at an existing database
    > schema and generate an ERD. A PDF of it would be nice. I'm using OS
    > X, but a Linux or Windows tool would be acceptable too. I don't need
    > any other features than that right now. Just want to generate
    > something that new developers can look at to more easily become
    > familiar with the schema.[/color]

    Look for autodoc (or postgresql_auto doc) on http://pgfoundry.org.
    Or maybe at http://www.rbt.ca

    IMHO the GraphViz output is the most useful.

    --
    Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
    Y dijo Dios: "Que sea Satanás, para que la gente no me culpe de todo a mí."
    "Y que hayan abogados, para que la gente no culpe de todo a Satanás"


    ---------------------------(end of broadcast)---------------------------
    TIP 4: Don't 'kill -9' the postmaster

    Comment

    • Matthew Hixson

      #3
      Re: data modeler


      On Sep 23, 2004, at 7:19 PM, Alvaro Herrera wrote:
      [color=blue]
      > On Thu, Sep 23, 2004 at 07:02:26PM -0700, Matthew Hixson wrote:[color=green]
      >> I'm looking for a data modeler that can look at an existing database
      >> schema and generate an ERD. A PDF of it would be nice. I'm using OS
      >> X, but a Linux or Windows tool would be acceptable too. I don't need
      >> any other features than that right now. Just want to generate
      >> something that new developers can look at to more easily become
      >> familiar with the schema.[/color]
      >
      > Look for autodoc (or postgresql_auto doc) on http://pgfoundry.org.
      > Or maybe at http://www.rbt.ca
      >
      > IMHO the GraphViz output is the most useful.[/color]

      I found this: http://pgfoundry.org/projects/autodoc/

      Is the only way to get this software through CVS?
      Thanks,
      -M@


      ---------------------------(end of broadcast)---------------------------
      TIP 6: Have you searched our list archives?



      Comment

      • Bill Harris

        #4
        Re: data modeler

        hixson@poindext rose.org (Matthew Hixson) writes:
        [color=blue]
        > I'm looking for a data modeler that can look at an existing database
        > schema and generate an ERD. A PDF of it would be nice. I'm using OS
        > X, but a Linux or Windows tool would be acceptable too. I don't need
        > any other features than that right now. Just want to generate
        > something that new developers can look at to more easily become
        > familiar with the schema.[/color]

        Druid? http://druid.sourceforge.net/

        Bill
        --
        Bill Harris
        Facilitated Systems

        Comment

        • Sim Zacks

          #5
          Re: data modeler

          I use software called Case Studio 2, which will read a database in a
          number of different formats, including PostGreSQL and show you the ERD. You can always print
          to PDF using PDFCreator or a similar tool.


          Thank You
          Sim Zacks
          IT Manager
          CompuLab
          04-829-0145 - Office
          04-832-5251 - Fax

          _______________ _______________ _______________ _______________ _______________ _____

          I'm looking for a data modeler that can look at an existing database
          schema and generate an ERD. A PDF of it would be nice. I'm using OS
          X, but a Linux or Windows tool would be acceptable too. I don't need
          any other features than that right now. Just want to generate
          something that new developers can look at to more easily become
          familiar with the schema.
          Thanks,
          -M@


          ---------------------------(end of broadcast)---------------------------
          TIP 7: don't forget to increase your free space map settings


          ---------------------------(end of broadcast)---------------------------
          TIP 1: subscribe and unsubscribe commands go to majordomo@postg resql.org

          Comment

          • Richard Welty

            #6
            Re: data modeler

            On Fri, 24 Sep 2004 04:30:38 GMT Bill Harris <bill_harris@fa cilitatedsystem s.com> wrote:[color=blue]
            > hixson@poindext rose.org (Matthew Hixson) writes:[/color]
            [color=blue][color=green]
            > > I'm looking for a data modeler that can look at an existing database
            > > schema and generate an ERD. A PDF of it would be nice. I'm using OS
            > > X, but a Linux or Windows tool would be acceptable too. I don't need
            > > any other features than that right now. Just want to generate
            > > something that new developers can look at to more easily become
            > > familiar with the schema.[/color][/color]
            [color=blue]
            > Druid? http://druid.sourceforge.net/[/color]

            from reading the description, it looks like they might have something,
            but there is *no* documentation and i can't figure out how they want
            me to run the install jar file.

            oh well,
            richard
            --
            Richard Welty rwelty@averillp ark.net
            Averill Park Networking 518-573-7592
            Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security


            ---------------------------(end of broadcast)---------------------------
            TIP 2: you can get off all lists at once with the unregister command
            (send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)

            Comment

            • Chris Mair

              #7
              Re: data modeler

              [color=blue][color=green]
              > > Druid? http://druid.sourceforge.net/[/color]
              >
              > from reading the description, it looks like they might have something,
              > but there is *no* documentation and i can't figure out how they want
              > me to run the install jar file.[/color]

              java -jar druid-3.5-install.jar

              Bye, Chris.



              ---------------------------(end of broadcast)---------------------------
              TIP 4: Don't 'kill -9' the postmaster

              Comment

              Working...