seafowl icon indicating copy to clipboard operation
seafowl copied to clipboard

Analytical database for data-driven Web applications 🪶

Results 99 seafowl issues
Sort by recently updated
recently updated
newest added

This can be done without changing the Parquet files (the query engine right now can handle Parquet files with missing columns and pads them with NULLs)

This is a naive implementation of https://github.com/splitgraph/seafowl/pull/514 (and therefore less complex), where we don't use synchronization to avoid request de-duplucation, but instead try do a best-effort chunk coalescing, and batch...

This PR introduces a new caching mechanism for fetching byte ranges: - If chunk not present in cache, greedily extend the range to fetch by coalescing adjacent chunks that are...

https://observablehq.com/@seafowl/interactive-visualization-demo ![Screenshot_20240202_024325](https://github.com/splitgraph/seafowl/assets/18581488/c241e994-e6d8-43e3-a3de-2ad5298832d5)

https://observablehq.com/@seafowl/benchmarks They are dated 2022 and don't include well-known engines like ClickHouse.

I'm following the tutorial: https://seafowl.io/docs/getting-started/quickstart ``` # Install sudo apt-get update sudo apt-get install -y docker.io # Run sudo docker run --rm -p 8080:8080 \ -e SEAFOWL__FRONTEND__HTTP__WRITE_ACCESS=any \ splitgraph/seafowl:nightly curl...

Hi, is there any change you could release arm64 binaries/docker images? Thanks!

There are many good cassandra-driver and scylladb-driver in Rust ecosystem. This type of data query is very popular in data serving scenarios.