Live data from Hacker News

Viewing profile — tobilg

tobilg

HN member
Joined
Thu, Apr 30, 2015, 12:54 PM UTC
HN karma
332
Public activity
225 items

About tobilg

Technical Product Owner

Recent public activity

  1. story
  2. comment
    Comment #48596510

    I can't confirm this, I have several instances which have statically linked extensions...

  3. story
  4. 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

  5. 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.

  6. 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)

  7. story
  8. comment
    Comment #46651771

    Built with DuckDB-Wasm: SQL Terminal in the browser https://terminal.sql-workbench.com

  9. story
  10. story
  11. story
  12. story
  13. story
  14. 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.

  15. story
  16. 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…

  17. story
  18. 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.

  19. story
  20. 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…

  21. 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.

  22. 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

  23. comment
    Comment #43358227

    Actually, the UI was built by MotherDuck…

  24. 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…

  25. comment
    Comment #43346847

    Hahaha, nice. It's a small world.