postgresql - Streaming data from Postgres to a REST API -
i want write small utility application connect postgres table , stream data rest api endpoint.
i don't care language utility application written in, needs streaming because amount of data in postgres table won't fit in memory.
how go doing this?
Comments
Post a Comment