Python Desktop Server Weblog 27.11.2004

a picture of myself

Münsterland.org

2004-11-27

Active Storage Framework for Python

If you want to know what I am currently working on (besides the Toolserver Framework For Python of course) you can follow the title link and browse the CVS repository of my newest project. Active Storage Framework for Python is a database that borrows conceptually from Userland Frontier and Mumps (yeah, I am an old fart and still know such stuff Winky) in that it gives the programmer a hierarchical namespace for storage objects. It has many weird features and I think it's plain cool. But then I have to think that - I am writing it Winky

The idea is to get a storage that's as far away from standard SQL as possible but using a relational database as data storage so I don't have to reinvent transaction handling, data security and all that stuff again. It uses currently PostgreSQL but should be easy to port over to other relational databases. It might become the database for something like PyDS/NG (there, I said it, I will do a rewrite of the Python Desktop Server one day - using Toolserver Framework For Python as the server engine and Active Storage Framework for Python as the database and whatever crosses my mind for template rendering).

If you want to know more about Active Storage Framework for Python you might want to start with the README. And yes, it should already work. All you need is a PostgreSQL database, the psycopg database driver and Active Storage Framework for Python of course.

This post references topics: python
posted at 22:26:24    #
November 2004
MoTuWeThFrSaSu
1 2 3 4 5 6 7
8 91011121314
15161718192021
22232425262728
2930     
Oct
2004
 Dec
2004

This is the Python Desktop Server weblog.


(Donations will be used by the author to buy stuff, fullfill selfish wishes or do other silly recreational things. You have been warned.).
The PyDS is
OSI Certified Open Source Software

Python Powered

XML-Image

© 2004-2007, Georg Bauer