The environment:

The goal: Make an easy way for faculty and support to share non-proprietary data/other resources in home folders on the local server which can be indexed and searched, retrieving relevant metadata (for data files this would hopefully include the source, a short description, variable names, geographic and time coverage...) and file location on the server (a link, say).

I'm looking at rolling my own Perl solution for the indexing and search but obviously need a way for non-programmer contributors to provide the relevant meta-data. I'm also more than open to open source solutions but from what I've found so far what's mostly out there is for database-driven commerce and nothing like what I'm after. Also, since data is mostly in Stata binary it would be difficult to inspect it with Perl, especially since the only Stata modules on CPAN can read Stata 8 and 10 files, where we've been using Stata 9 for the last couple of years. In other words, auto-generating the metadata would be downright difficult (since nothing's impossible, of course).

You may have noticed that I didn't say "web front-end" for the search since I have no idea if this is the best solution, a local application may be better. You may also think that I'm way over my head but I'm eager to use this project as a learning exercise. Any help or pointers is greatly appreciated :)

Update:Thanks to shmem for pointing out Swish-e, which looks like the ideal solution especially with Perl customization for reading weird data formats like Stata. Thanks also to moritz for pointing out beagle and KinoSearch but Swish-e looks like the most straightforward option.


In reply to Indexing flat data files stored on a local server by whakka

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.