Hi Christian,
There are many approaches, but the best option depends on what your needs are and how/where you need to process those rows.
The first idea that comes to my mind is an INSERT TRIGGER. This would allow you to process the rows as soon as they are inserted in the database. You'll have to put your processing logic in the database.
HTH,
Manuel Marte