Gorkem Yurtseven
grk.bsky.social
Gorkem Yurtseven
@grk.bsky.social
typescript is wildly successful because it not a special js runtime and produces js code that can work with existing libraries 100% of the time
May 4, 2023 at 2:09 AM
but then there will be differences in behavior that impacts how you thought your program ran.. things still wont work at the end lots of libraries need to be re-written in mojo. and that's ok.
May 4, 2023 at 2:08 AM
its not going to just work if you try to use your existing python program.. after a lot of new extra work the existing programs will start working and they might even have 100% coverage in terms of python functionality on paper..
May 4, 2023 at 2:02 AM
you mean duck
May 4, 2023 at 1:29 AM
👋
May 4, 2023 at 12:14 AM
just point FalServerlessRunner to your local dbt directory and it takes care of the rest. syncs the project to the cloud, prepares an environment if necessary, runs the dbt command and releases cloud resources
May 3, 2023 at 12:09 AM
this is coming along nicely, bonus: also running a small `dbt run` with each event and only storing the transformed table
May 2, 2023 at 11:55 PM
You can follow along here:

https://github.com/fal-ai/fal-events
April 25, 2023 at 10:12 AM
The beautiful part of this is that the simplest version of this implementation is really simple and good enough for a lot people
April 25, 2023 at 8:21 AM
Most certainly this will become a problem. I dont expect duckdb to handle a large amount of writes. All the events will be stored in a single duckdb file, that wont scale forever at that point we can swap up storage with open source delta lake (delta-rs) or iceberg
April 25, 2023 at 8:21 AM
I expect this project to grow as our company grows. First we'll be sending all events directly to a duckdb instance and everything will be stored there
April 25, 2023 at 8:20 AM
This will be a reference implementation to how do build such a system using fal-serverless
April 25, 2023 at 8:20 AM
Previously we were using posthog and snowflake. We don't have a lot data but still snowflake was charging us 1k a month
April 25, 2023 at 8:20 AM