We have a sensor that publishes data to a TCP socket.
How could we create an ingest rule in CrateDB to read from that specific socket?
Do we need to use MQTT to read data from the Socket and then publish it as topics so a CrateDB ingest rule can read it?
Such approach sounds inefficient. We would like to populate the table with data directly from the TCP socket. Is that possible?