Viewing profile — mattaitken
mattaitken
HN member- Joined
- Wed, Feb 17, 2016, 8:28 PM UTC
- HN karma
- 20
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mattaitken
No profile information was provided.
Recent public activity
-
comment
Comment #47467246
This is cool. I think for our use case this wouldn’t work. We’re dealing with billions of rows for some tenants. We’re about to introduce alerts where users can write their own TRQ…
-
comment
Comment #47467171
ClickHouse is a high performance OLAP database. It’s good for analytics and search. We use it (I’m the author or the article) so users can search every run they do and graph all so…
-
comment
Comment #47467163
Yes it’s exactly this. There’s not a neat permission boundary when you have users, orgs, projects, environments. Let alone when you add RBAC too.
-
comment
Comment #47467152
You’re right RLS can go a long way here. With complex RBAC rules it can get tricky though. The main advantages of a DSL are you can expose a nicer interface to users (table names, …
-
comment
Comment #47467105
In a system with organizations, projects and advanced user access permissions having separate databases doesn’t full solve the problem. You still need access control inside each te…
-
comment
Comment #47466749
Yes, you can actually do this already because we expose a REST API and TypeScript SDK functions to execute the queries.
-
comment
Comment #34630619
We think Zapier is a fantastic product and we've used it ourselves many times. But it's more focused on simpler use cases and we found ourselves hitting the wall and then being fru…
-
comment
Comment #34628949
Really sorry about this – we are working on a guide and it will be released soon.
-
comment
Comment #34628918
We're using the open core model that Gitlab use. It's popular because it mean 95% of the code is MIT (good for everyone) and a small number of enterprise features are under a diffe…
-
comment
Comment #34628562
All the code that has been pushed so far is under MIT and we currently have no enterprise features (/ee folders). The majority of future code will fall into this same bracket. Some…
-
comment
Comment #34628440
First off, thanks for this feedback – it makes it clear that we need to do a better job. We're following the GitLab open core model. Our licensing is the same as their's (and many …
-
comment
Comment #34619059
Thanks, this is great feedback. You're right that these examples don't highlight the real advantage of our platform vs no-code tools. We're going to add some new examples to our si…
-
comment
Comment #34618693
Hey, Inngest looks impressive, congrats! We're tackling similar problems. Our actual inspiration to build this was Interval back in November. They make it easy to create internal d…
-
comment
Comment #34617514
The website is correct, it's just a bit confusing so I'll explain more here: The workflow code is in your codebase and runs on your servers, we don't host that. We host the service…
-
comment
Comment #34617361
We are using Nango (formerly called Pizzly) for our OAuth integrations. It's a fantastic way of making it easier to do OAuth!
-
comment
Comment #34617335
Thanks! That's been our experience exactly and is the reason we're building it. The experience of AWS step functions on one extreme and Zapier on the other.
-
comment
Comment #34617307
Ugh that sucks, sorry. We love the name but the only thing holding us back was the association with guns.
-
comment
Comment #34617267
"A simpler alternative to Temporal" is a good description for us. We'll get a self-hosting guide up soon for you. We're adding integrations that people ask for as fast as we can bu…
-
comment
Comment #34613391
Thanks for such an amazing reply, I'll do my best to answer everything. I am also on the Trigger.dev team btw. 1. Your API key with us can either be passed into the Trigger constru…