I am working on Kepler to deal with my geospatial data, So far I have tried some POC by creating a react app and integrating with kepler.gl and fetching the data file from the URL and create a chart accordingly.
But our organisations data has been stored in Amazon Redshift, I am struggling about fetching data from Redshift in the form of CSV / JSON / Geojson in the form of url.
Is there any way to convert the data in Redshift to CSV and retrieve that for kepler access ? (As the chart will be viewed by all our users, the data in the url has to be updated in the timely manner.)