Hello,
as discussed in thread
http://thread.gmane.org/gmane.comp.python.numeric.general/15961/focus=16216
pytables is regarded by many scientists using numpy/scipy as preferred way of
efficiently storing large data sets, I am also using it.

For a new application I would like to bring my calculations to the web by using
a Python-based webframework.
These normally use either a howegrown database or a DAL
(http://en.wikipedia.org/wiki/Database_abstraction_layer). Most of these use SQL
based data bases like Postgres or SQLite.

Therefore, I have some questions:
* Are there already examples for using pytables in a webprocessing environment?
* Is there a interface between pytables and SQLite?

I am thinking of something like

mypytables.convert_to_sql
mypytables.cat.table.insert_into_sqltable

This is very rough....

Thanks in advance,
Timmie


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to