views:

164

answers:

3

Hello,

i am working with APE Engine (http://www.ape-project.org) and up until now i had no actual problem.

The problem is that i would like to use the MySQL module and push data to a channel each time a row is inserted into a table.

I've tried to setup a server side module, i created an SQL query but data is fetched only when the server boots.

How can i make this work?

A: 

Anyone? Please?

Fotis
A: 

hi did you find how to push data after an inset? (from php)

namezero
You basically need a trigger on your database that invokes a call to the ape server. can't just build a server side js module and expect it to work. They told me that ape is an event driven server so you need to fire an event
Fotis
+1  A: 

Hello, i tried posting the same topic on the official google group.

here's what i got: Google Groups - Ape Project - Push data on insert

Hope that helps :)

Fotis