Viewing profile — tobilg
tobilg
HN member- Joined
- Thu, Apr 30, 2015, 12:54 PM UTC
- HN karma
- 332
- Public activity
- 225 items
- HN profile
- View on Hacker News ↗
About tobilg
Recent public activity
- story
-
comment
Comment #48596510
I can't confirm this, I have several instances which have statically linked extensions...
- story
-
comment
Comment #47806851
yeah, sure, those 5-10 different API calls would surely be a huge toll to refactor... I'd rather run an additional service to reimplement the S3 API mapping to my local drive /s
-
comment
Comment #47806836
I'm 100% aware of how S3 works. I was questioning why the S3 API is needed when the service is using local storage.
-
comment
Comment #47806625
I don't get it, if it's running on the same (mentioning "local") machine, why does it even need the S3 API? Could just be plain IO on the local drive(s)
- story
-
comment
Comment #46651771
Built with DuckDB-Wasm: SQL Terminal in the browser https://terminal.sql-workbench.com
- story
- story
- story
- story
- story
-
comment
Comment #45574054
Impressive, congrats! I‘m building https://sql-workbench.com which is similar, but focussed on DuckDB WASM instead of SQLite… Love that you offer different databases.
- story
-
comment
Comment #44149543
Literally the first dozen search results if you google for "lakehouse" are about data lakehouses: https://www.google.com/search?q=lakehouse This is a well-known term for everyone w…
- story
-
comment
Comment #43898059
Try https://sql-workbench.com if you‘d like to do this directly in the browser, for free. Including Parquet and Arrow support as well.
- story
-
comment
Comment #43604191
IMO that’s not really possible because of the size limits of Cloudflare Workers. Neither the WASM nor the Node version are small enough. I‘m running it on AWS Lambda functions with…
-
comment
Comment #43604177
Not sure why the comparisons were made with pretty outdated versions to be honest. I‘m using a (older) v1.29.1 dev version with https://sql-workbench.com w/o any bigger issues.
-
comment
Comment #43358244
But they got a custom CLI argument in the OSS product for it. And hosting/proxying it under the OSS domain ui.duckdb.org
-
comment
Comment #43358227
Actually, the UI was built by MotherDuck…
-
comment
Comment #43356731
Have a look at https://sql-workbench.com eventually. It runs DuckDB WASM in the browser, and with Perspective, which is used for data visualization, you can also visualize timeseri…
-
comment
Comment #43346847
Hahaha, nice. It's a small world.