Live data from Hacker News

Show HN: TigerEye Open-Sources DuckDB.dart

github.com

1–4 of 4 posts

Re: Show HN: TigerEye Open-Sources DuckDB.dart

#2
This looks awesome! Thanks for making it open source.

We are currently using SQLite heavily in our stack and DuckDB has been on my list of things to explore for a while. What's been your primary use case at TigerEye?

Will definitely dive into this more. Embedded DBs are a breath of fresh air when you're building full-stack.

Re: Show HN: TigerEye Open-Sources DuckDB.dart

#3

This looks awesome! Thanks for making it open source. We are currently using SQLite heavily in our stack and DuckDB has been on my list of things to explore for a while. What's been your primary use case at TigerEye? Will definitely dive into this more. Embedded DBs are a breath of fresh air when you're building full-stack.

Thanks, we're really glad to contribute back to the community! At TigerEye, we primarily use DuckDB with DuckDB.dart for processing CRM data, enabling real-time insights and fast simulations both on-device and in the cloud.

Re: Show HN: TigerEye Open-Sources DuckDB.dart

#4
post #3

This looks awesome! Thanks for making it open source. We are currently using SQLite heavily in our stack and DuckDB has been on my list of things to explore for a while. What's been your primary use case at TigerEye? Will definitely dive into this more. Embedded DBs are a breath of fresh air when you're building full-stack.

Thanks, we're really glad to contribute back to the community! At TigerEye, we primarily use DuckDB with DuckDB.dart for processing CRM data, enabling real-time insights and fast simulations both on-device and in the cloud.

That's very cool :-)