HackerTrans
トップ新着トレンドコメント過去質問紹介求人

vinarun

no profile record

投稿

Cash App founder Bob Lee, murderer was someone he knew

forbes.com
3 ポイント·投稿者 vinarun·3 年前·0 コメント

Ask HN: Why do you use Heroku Connect?

1 ポイント·投稿者 vinarun·3 年前·0 コメント

[untitled]

2 ポイント·投稿者 vinarun·3 年前·0 コメント

Tech stocks are way up: layoffs and buy backs

axios.com
1 ポイント·投稿者 vinarun·3 年前·0 コメント

[untitled]

9 ポイント·投稿者 vinarun·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 vinarun·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 vinarun·3 年前·0 コメント

What the US can do to prepare for a war with China

wsj.com
7 ポイント·投稿者 vinarun·3 年前·8 コメント

[untitled]

1 ポイント·投稿者 vinarun·3 年前·0 コメント

Russia's foreign minister says its the highest probability of nuclear conflict

foreignpolicy.com
4 ポイント·投稿者 vinarun·3 年前·0 コメント

How much bank short sellers profited

1 ポイント·投稿者 vinarun·3 年前·1 コメント

How LatAm Tech Is Replacing Retool with Google Sheets and Notion

1 ポイント·投稿者 vinarun·3 年前·1 コメント

Is BTC up because of lack of trust in banks post-SVB?

1 ポイント·投稿者 vinarun·3 年前·4 コメント

I asked ChatGPT to explain why SVB stock is crashing

2 ポイント·投稿者 vinarun·3 年前·4 コメント

Congress makes moves against Chinese tech

finance.yahoo.com
3 ポイント·投稿者 vinarun·3 年前·1 コメント

[untitled]

1 ポイント·投稿者 vinarun·3 年前·0 コメント

Two-way syncs across your data stack and SaaS tools

5 ポイント·投稿者 vinarun·3 年前·1 コメント

Make G-Sheets a UI for your MongoDB

5 ポイント·投稿者 vinarun·3 年前·2 コメント

[untitled]

1 ポイント·投稿者 vinarun·4 年前·0 コメント

How do you sync customer data in CRMs and Accounting tools to your database?

3 ポイント·投稿者 vinarun·4 年前·1 コメント

コメント

vinarun
·3 年前·議論
Yeah agreed! We were surprised to hear how deeply bundled Heroku Connect is in their Enterprise plan. Reps not knowing about heroku connect coupled with their abandoned roadmap make us excited to build a better solution
vinarun
·3 年前·議論
this is actually answered on the airtable community forum

https://community.airtable.com/t5/development-apis/feature-r...
vinarun
·3 年前·議論
There are limitations by notion on what can be viewed to thousands of records, but you can use a query to pull a filtered view of data in Notion. It's not just a 1:1 mapping but changes in Notion will persist through data in the database that is joined

It's really a way for teams such as customer service who may have their CS ops in Notion to view & change customer data in your data store without adding to an engineer's backlog
vinarun
·3 年前·議論
looks like it's working now!
vinarun
·3 年前·議論
[flagged]
vinarun
·3 年前·議論
https://usebracket.com
vinarun
·3 年前·議論
yeah you're right. Is a few weeks the true lag time for chatGPT?
vinarun
·3 年前·議論
U.S. SENATORS WARNER AND THUNE TO ANNOUNCE BILL ON TUESDAY "THAT WILL COMPREHENSIVELY ADDRESS THE ONGOING THREAT POSED BY TECHNOLOGY FROM FOREIGN ADVERSARIES, SUCH AS TIKTOK" -STATEMENT
vinarun
·3 年前·議論
it was only a matter of time given that Stripe has a penalty too
vinarun
·3 年前·議論
#2. https://zapier.com #3. https://airbyte.com #4. https://usebracket.com
vinarun
·3 年前·議論
https://usebracket.com in case you're interested!
vinarun
·4 年前·議論
Great question!

1. We sync as fast as every minute, whereas airbyte syncs at least every hour. This makes the Google Sheet a way less useful read/write tool, and can also lead to a ton of merge conflicts if you're trying to set up a two-way sync.

2. On that note: Bracket is built for two-way syncing, with handling for merge conflicts built in. That way, you're in control of which source wins race conditions.

3. We have field level controls. For example, some data in the google sheet can be read-only while others are read & write

4. It's at least twice the work (often more!) to set up and manage two pipelines instead of one -- almost like having one email address for sending emails and another for receiving them

5. Airbyte does not support transformations for G Sheets currently, whereas with Bracket you can write a SQL query to transform your data from Postgres to Sheets