Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Technology

Open Sourced Cataloguing Packages? 20

mcse_knowthyenemy asks: "I am cataloguing a HUGE private collection for a magician (No, we cannot waive a wand...) with an item count of at least 100k. The end result will be a searchable website. There are several Windoze packages that fit the bill (item data ad nauseum, image inclusion, reports, website). But these invariably requires numerous Microsoft products plus IIS. So, any input on a solution that is based on Apache, instead?" There are plenty of cataloguing and e-Commerce bases out ther that would work for this, one only has to perform a quick Freshmeat search to find them, however this being a museum, maybe there are better options? Would you use the already available software for this sitution or would you write something custom, instead?
This discussion has been archived. No new comments can be posted.

Open Sourced Cataloguing Packages?

Comments Filter:
  • by tps12 ( 105590 ) on Tuesday May 14, 2002 @01:04PM (#3518105) Homepage Journal
    Why doesn't the magician just keep track of everything with magic?
  • LDAP (Score:2, Interesting)

    by babbage ( 61057 )
    Set up an LDAP [openldap.org] server. I'm just learning about it myself, but it seems to be designed for just this sort of thing. (Well actually no, it looks like it might be designed for phonebook / addressbook type applications, but this sounds like a close corollary to that model.) There are lots of tools available for running LDAP in conjunction with web servers, database servers, command line interaction, GUI interfaces, programming APIs, etc.

    Poking around a little, it looks like there's a good (but old?) FAQ from Netscape [netscape.com], though there some other [mjwilcox.com] sources [sourceforge.net] of information [sourceforge.net] out [ldapzone.com] there [google.com].

    • Re:LDAP (Score:4, Funny)

      by NoMoreNicksLeft ( 516230 ) <john.oyler@ c o m c a st.net> on Wednesday May 15, 2002 @01:41AM (#3522010) Journal
      You are a dumbass. That your post was modded anything other than -5, Retarded only serves to further destroy what little respect I still have for the moderation system.

      LDAP is ***NOTHING*** like what he needs. It's not even close. You even say what LDAP is for in your post, but you state it in a way that makes it seem almost irrelevant. I feel like barfing.

      He needs a SQL database, with maybe 20 minutes worth of design. Hell, not even anything complex, a small number of tables/relationships. I just don't understand anymore. 500,000 accounts on slashdot, and I'd bet my life 75% of them are trolls.

      My god. You even have a relatively low user id. This makes no sense. It may be that the sole purpose of the universe, the single reason it was created, is simply to torture me with stupidity like this. I honestly can't think of any other plausible explanation.
  • Why not create the tables in a database? If all that is needed is a cataloge of items, it should be a trivial task. Add an index or two, and searching will be done very quickly.
    • i have been looking at this as an option for some programs, but whats irritating is some programs require full database such as PostgreSQL, when i like mysql. I usually dont want to run both. fortunatly i have a bit of programming experience and i can usually modify it. but some programs it seams that a real database would not be needed. To bad there wasnt a way for easy plugin access, ODBC could work, but still thats not a great example. something in a standalone "db", like access 2000 is used (on the windows side)

      In my programming C# book, Microsoft has come a long way with using xml database recordsets. its kind of cool and pretty easy to implement. which works perfects in smaller applications.
  • I have to jump in on this being that this is my current profession. More than likely a custom made approach would work best here (Ofcourse GPL/BSDL the work). Try a *SQL database, with apache for the web (like you said). Use perl and cgi scripts to access and create your catalogue. Take a look at Endeavor [endinfosys.com]. They are what alot of libraries use. It would be hard, not going to pull punches here, but it would garuntee contract work for life. Good luck with this and I know I'd like to keep up with how this pans out.
  • Write a quick custom app using Linux, Apache, Mysql, PHP

    Easy as cake.
  • Reveals:

    4. cowsay
    An easy way to add speaking and thinking cows to anything.

    Yeah, that obviously applies. On top of that, did anyone notice the spelling of Catalog?
    catalogue
    That wouldn't have been my first attempt (was it Cliff's?).

    And some of you wonder why the guy just asked ./ instead of looking for himself.

  • That's exactly what I want to do. I am getting the new learning mysql book from oreilly's, and I will learn how to create a mysql database, and have a perl module connect to it, so I can see my database from the internet, and I will write a C prog to adminster the database. The database will be an index of all of my DVD's, with cross-references by actors, directors, crew, effects, genre, music, etc, etc, etc.
  • I've done something like that myself, I wrote a MySQL, PHP, and Apache webapp called ReciPHP. It was a multi-user, searchable, categorized database for recipes. Even had a rating system and favorites lists.
    When I moved from school to home the HD was destroyed and like a champ I didn't back any of it up. It only took me about 3 months of sporadic work (when I didn't have class and I was motivated). If you sat down and did it "full time" you could probably knock it out in a week or two. If you need any help mail me vader82[at]vader82[dot]net

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...