Message from discussion
Ruport 0.2.5: Enumerable DataSets, and things that go bump in the night
Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!newsfeed.kamp.net!news.osn.de!diablo1-ffm.news.osn.de!noris.net!not-for-mail
From: swille <sillewi...@gmail.com>
Newsgroups: comp.lang.ruby
Subject: Re: [ANN] Ruport 0.2.5: Enumerable DataSets, and things that go bump in the night
Date: Sun, 20 Nov 2005 12:27:33 +0900
Lines: 29
Message-ID: <501fe3800511191927y5b31bec5ga1cb5906132f052a@mail.gmail.com>
References: <b37300880511161317q6e2155cdp91939cf30e76f129@mail.gmail.com>
NNTP-Posting-Host: sinus.lauschmusik.de
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: ork-un.noris.net 1132457284 25482 213.95.32.201 (20 Nov 2005 03:28:04 GMT)
X-Complaints-To: news@noris.net
NNTP-Posting-Date: Sun, 20 Nov 2005 03:28:04 +0000 (UTC)
X-received-from: This message has been automatically forwarded from
the ruby-talk mailing list by a gateway at lauschmusik.de. If it is
SPAM, it did not originate at lauschmusik.de. Please report the
original sender, and not us. Thanks!
Please see http://hypermetrics.com/rubyhacker/clrFAQ.html#tag24 to.
In-Reply-To: <b37300880511161317q6e2155cdp91939cf30e76f129@mail.gmail.com>
X-ML-Name: ruby-talk
X-Mail-Count: 166583
X-ruby-talk: <501fe3800511191927y5b31bec5ga1cb5906132f0...@mail.gmail.com>
X-rubymirror: yes
On 11/16/05, Gregory Brown <gregory.t.br...@gmail.com> wrote:
> Welcome to the release of Ruport 0.2.5:
> The "I'm releasing too often" edition.
>
> What is Ruport?
> --------------------------------
>
> Right now, Ruport is alpha software, but it is already useful. It is
> both a report generation and formatting framework AND a reporting
> library that aims to make talking to database FOO and
> outputting in format BAR trivial. You can even talk to things that
> aren't databases, like CSV files. You have a choice of using the
> ruport application to automate a lot of your work, or using the
> library to implement your own application based on it. That part is
> up to you.
>
> Ruport currently can take a query and talk to any Database DBI
> supports, and return you a DataSet, which can do neat things, like
> easily output a CSV or an HTML table and even email them trivially.
> This functionality will be expanded greatly in coming releases.
>
Have you seen IBM's Directory Integrator at all? It's sort of a any
format to any format tool which is quite useful. It's used a lot to
pull stuff out of a database, save it to a csv, then input it to a
LDAP directory, etc. It strikes me that this seems as if it could
have a similar scope. Cool stuff.