aruntdharan
- Karma
- 66
- Created
- August 24, 2021 (5y ago)
- Submissions
- 0
-
Hi HN, We're Frank, Abhilash, and Arun from Castled Data(https://castled.io). Castled is a Customer Engagement platform built directly on top of cloud data warehouses like Snowflake, BigQuery, Redshift, and Postgres. In…
-
Here is the query to create a segment of users who have abandoned their cart in Snowflake. select * from users where "email" in (select "email" from (select events.* from (select * from cart_events where "tag" =…
- Send emails directly on top of Snowflake (YC W22) (castled.io)
- Castled - Warehouse-Native Braze Alternative (castled.io)
-
Hi HN, We're Arun, Manish, Abhilash and Franklin from Castled Data (https://castled.io). Castled is an open source reverse ETL solution. It helps you to periodically sync the data in your database/warehouse (Snowflake,…