Wiki database
April 25, 2005 5:23 PM
Subscribe
I'm looking for a community-editable database. Philosophically similar to a Wiki, but with some webmail-like features, including the ability to sort and filter various things, show and hide columns when there are too many to fit on screen, and edit a single record by itself, rather than the whole massive body of text.
For an example, look at the
HardwareComparison page over at SeattleWireless. It's huge and awkward, but still useful because it has everything you'd want to know.
Ideally, I'm looking for a module that could be added to an existing wiki, as that would be a nice way to surround and give additional detail for records that require it.
Some database-like functionality, including the ability to define "views" for various data and dump specific sets of records, would be great too. The application I'm actually targeting is a loose work group that presently spends a lot of time emailing Excel spreadsheets around, and reconciling changes between them. I want each memeber to be able to filter the items of importance, lock rows they're working on, and sign up for notifications when a specific item changes.
posted by Myself to computers & internet (10 comments total)
If you get mysql/php running on a server, you can check out the excellent phpmyadmin, a gui for mysql interfaces. It's ugly and complicated, but very powerful, and when you generate a search of your database (which can be imported from excel using the LOAD INFILE DATA command in mysql) then phpmyadmin will spit out a snippet of php that you can stick in a web page to make a dashboard of sorts for your users.
That said, I hope there is some sort of easier solution out there. I know PMwiki doesn't require mysql and supports tables, but that may be too sloppy of a solution or require too much hand-fiddling data manipulation for your users.
All i really wanted to do, initially, was let a group of people edit a spreadsheet online, but now I feel myself getting dragged into relational database world.
posted by craniac at 5:51 PM on April 25, 2005