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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -