openreplay/ee/connectors
MauricioGarciaS 4cf50b3066
fix(connector): Redshift pool fixes (#1393)
* fix(connector): set env variable for replace and set it to one minute default

* style(connector): different log for redshift and pg

* style(connector): different log for redshift select and replace

* fix(connector): replacing from oldest to newest to avoid blocking

* fix(connector): empty string changed to NN and fixed str issue for cron job

* Changing methods in connector

* fix(connectors): solved issues when replacing with null, reduced number of queries to redshift

* fix(connectors): fixed save method

* fix(connectors): fixed issue while saving event object
2023-07-07 15:33:22 +02:00
..
bigquery_utils Updated types in BigQuery table 2022-07-20 10:56:17 +02:00
data_analysis_cookbook boilerplate 2021-06-17 18:08:44 +03:00
db fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
deploy Improvements (#1387) 2023-06-30 12:04:23 +02:00
msgcodec Improvements (#1387) 2023-06-30 12:04:23 +02:00
sql Redshift connector (#1170) 2023-05-02 14:02:57 +02:00
utils fix(connector): Redshift pool fixes (#1393) 2023-07-07 15:33:22 +02:00
build_modules.sh fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
consumer.py Redshift connector (#1170) 2023-05-02 14:02:57 +02:00
consumer_async.py fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
consumer_pool.py style(connectors): different prints for each script (fill, worker) (#1388) 2023-06-30 12:41:36 +02:00
Dockerfile_fill fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
entrypoint-fill.sh fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
entrypoint.sh Improvements (#1387) 2023-06-30 12:04:23 +02:00
fill_from_db.py fix(connector): Redshift pool fixes (#1393) 2023-07-07 15:33:22 +02:00
handler.py fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
main.py refactor(ee/connectors):split code to make it generatable 2022-07-22 13:24:52 +02:00
Readme.md Redshift connector (#1170) 2023-05-02 14:02:57 +02:00
requirements-fill.txt fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00

Build

docker build -f deploy/Dockerfile_redshift -t {tag} .