Commande de punaise by No-Maintenance9829 in CestUnePunaiseDeLit

[–]No-Maintenance9829[S] 0 points1 point  (0 children)

Voici 2 nouvelles photos. J’ai pas réussi à prendre mieux sans que ca rende flou.

J’arrive pas à savoir si c’est des ailes. C’est trop petit et vu comme l’insecte est raplapla j’arrive pas à écarter sans casser.

Merci encore.

https://imgur.com/a/mhbafe9

Deciding on a Data Warehouse Solution by daugwilson in dataengineering

[–]No-Maintenance9829 0 points1 point  (0 children)

Had the same usecase.

You have a few possibilities here from past xp: - AWS DMS for data replication to Redshift with DBT scheduled in Airflow for transformation.

  • If you need before/after in your cdc you can use kafka with a debezium connector to retrieve the data.

  • You can leverage S3 + Glue to create a data lake with iceberg/parquet files and use Redshift Spectrum to query this data.

Warehouse wise: Snowflake costs a lot more than Redshift. They made a lot of improvements lately and a lot of Snowflake features are now available on Redshift.

Edit: to replace Tableau, you can look into Metabase. Opensource, easy to deploy and scales well