Re: Documents Database - HELP

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Documents Database - HELP
Дата
Msg-id 08450582-AE3A-4F59-B8BE-1DA272B6A382@pgedit.com
обсуждение исходный текст
Ответ на Documents Database - HELP  ("Christo Romberg" <coromberg@gmail.com>)
Список pgsql-novice
On Jun 21, 2006, at 10:51 AM, Christo Romberg wrote:

> I'm interested in creating a document database for my personal
> documents. I use different operating systems (UNIX/Linux, Windows
> XP). Using PostgreSQL, Apache HTTP Server, and PHP I could create a
> cross-platform solution.
> I'm a newbie to PostgreSQL, web servers, and PHP and would really
> need some help and guidelines for getting this done. That's why I'm
> writing You brilliant guys this e-mail =)!

I hope you have a few spare years to write this from scratch :).

Here are two possible routes to getting this accomplished in a timely
fashion:

1. Use a content management system. For example, I like Drupal
(http://drupal.org) which already has a module for uploading and
managing files. It is written in PHP and supports PostgreSQL. Once
you have it installed and going you can write your own module to
extend the capabilities for any additional features you need.

2. Look into WebDAV (http://en.wikipedia.org/wiki/WebDAV, http://
www.webdav.org/). It uses HTTP to present an interface that works
like a file system. There are clients on every operating system that
allow you to remotely manage documents as if it was just another
network drive.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Documents Database - HELP
Следующее
От: Sean Davis
Дата:
Сообщение: Re: memory tuning