free auction project with Postgres

From: Louis-David Mitterrand <cunctator(at)apartia(dot)ch>
To: pgsql-hackers(at)hub(dot)org, pgsql-general(at)hub(dot)org
Subject: free auction project with Postgres
Date: 2000-07-26 13:08:54
Message-ID: 20000726150854.A3288@styx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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(at)apartia(dot)org - http://www.apartia.org

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wilkinson Charlie E 2000-07-26 13:12:37 RE: Describe structure.
Previous Message Jeffery Collins 2000-07-26 13:03:28 Some questions on user defined types and functions.

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeffery Collins 2000-07-26 13:58:27 Re: Some questions on user defined types and functions.
Previous Message Jeffery Collins 2000-07-26 13:03:28 Some questions on user defined types and functions.