Re: [Pytables-users] Database triggers

2012-01-30 Thread Jason Moore
Anthony, I'll play around with the code you suggested and get back. Jason On Mon, Jan 30, 2012 at 1:47 PM, Anthony Scopatz wrote: > Hi Jason, > > I did some successful experimenting around with this idea about a year ago > or so. You'll probably be interested in the following issue: > https:

Re: [Pytables-users] Database triggers

2012-01-30 Thread Anthony Scopatz
Hi Jason, I did some successful experimenting around with this idea about a year ago or so. You'll probably be interested in the following issue: https://github.com/PyTables/PyTables/issues/31 As implemented here, it uses the undo/redo mechanism for hooking into events. You can take the code a

[Pytables-users] Database triggers

2012-01-30 Thread Jason Moore
Does PyTables and/or HDF5 have any kind of database triggerfunctionality? I store raw data in a PyTables based database, process the data and then store the new data in the database. There are times when I modify the raw data and would like the proces