free auction project with Postgres - Mailing list pgsql-hackers

From Louis-David Mitterrand
Subject free auction project with Postgres
Date
Msg-id 20000726150854.A3288@styx
Whole thread Raw
List pgsql-hackers
Hello,

I have started a free auction system project at http://www.apartia.org
which is closely tied to PostgreSQL.

The system is voluntarily closely tied to Postgres for several reasons:

- political decision to support free DB, Postgres being the only one
  with advanced features;
- take advantage of Postgres' advanced features (C triggers and
  functions, notify, foreign keys, etc.)
- gather interest, support and guidance from the Postgres community to
  help out with the DB part of the project;
- be a showcase of Postgres capabilities;

Our goal is to replicate one by one all of the commercial auction
systems functionalities.

We want to program as much functionality as possible on the DB side with
functions and triggers so that other interfaces can be plugged into the
system besides a web interface (a java or GTK auction client, etc.).

Information about the project is available at:

http://www.apartia.org/Project/

where details about CVS access and mailing list are provided.

Suggestions, criticism, comments welcome.

Cheers,

--
Louis-David Mitterrand - ldm@apartia.org - http://www.apartia.org

    "If you're not having fun right now, you're wasting your time."

pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: Vacuum only with 20% old tuples
Next
From: frank
Date:
Subject: Re: [GENERAL] Is Pg 7.0.x's Locking Mechanism BROKEN?