M7E Hecto Best way to update Online Database

Hi, I would like to get some advice on the best method to update an SQL database online using the reader. I am fairly new to this, but I have programming skills. There are multiple methods I have been thinking about but I am not sure what is preferable. Best case I don’t want to use an Arduino.

The methods I see is
M7E → Arduino → Send HTTP request to update database
M7E → URA → Transportlog → Matlab/Pyton → Send HTTP request to update database
M7E → URA → Stream to TCP → Matlab/Pyton → Send HTTP request to update database
Or some way to do it without URA? Directly streaming the serial?

ThingMagic/ Jadak has a mercuryAPI available to connect with their RFID readers. You can program in C, Java and C#. The URA has been build with this mercuryAPI. (You are being redirected...)

Some else has created a python wrapper around MercuryAPi (python-mercuryapi · PyPI or GitHub - gotthardp/python-mercuryapi: Python wrapper for the ThingMagic Mercury API)