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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -